Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Alex Volkmann 0b6932317f Dokumentation hinzugefuegt 5 anos atrás
.settings first commit 5 anos atrás
doc Dokumentation hinzugefuegt 5 anos atrás
.gitignore first commit 5 anos atrás
.project first commit 5 anos atrás
README.md Update Readme file 5 anos atrás
Regler.xlsx Dateien hochladen nach '' 5 anos atrás
gpio_java.java Dokumentation hinzugefuegt 5 anos atrás

README.md

Overview

Deployment

use the following command to transfer project to raspberry pi: scp -r gpio pi@192.168.1.77:~

usage

switch relais on

javadoc todo

switch relais off

javadoc todo

read status of relais

javadoc todo

Create Dokumentation

javadoc todo

Requirements

HW

  • Raspberry PI

Software

  • raspberian url:

Verbindung zwischen Raspberry Pi und Relais Box

Pin GPIO Relais/Box

  • 2 5v VCC
  • 6 GND GND
  • 8 GPIO 14 In1
  • 10 GPIO 15 In2
  • 12 GPIO 18 In3
  • 16 GPIO 23 In4
  • 18 GPIO 24 In5
  • 22 GPIO 25 In6
  • 24 GPIO 8 In7
  • 26 GPIO 7 In8

ToDo

  • Status Abfrage implementieren
  • Javadok Kommentare hinzufügen, Dokumentation generieren und anschauen
  • Test Durchführen und logfile erzeugen