From a6bf34f1360138b433d36fb562b5deb740e9585d Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Thu, 17 Sep 2020 08:15:33 +0000 Subject: [PATCH] prepair to move to git --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4522e6b --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Hacker-Jeopardy +Dieses Projekt soll Hard und Software unter GPL für ein Hacker-Jeopardy entwickeln +## Entwickler +Aktuell wird dieses Projekt von zwei Leuten entwickelt +## Hardware +### Mainboard +Es wird ein [Mainboard](https://git.blubbfish.net/Bastelleien/Hacker-Jeopardy/wiki/Mainboard) geben das die Buttons mit dem Computer verbindet. +#### Komunikation +Komunikation zwischen den Buttons und dem Mainboard: +* [CAN-Bus](https://git.blubbfish.net/Bastelleien/Hacker-Jeopardy/wiki/CAN-Bus) (Multimaster im Standart in Hardware machbar!) http://www.mikrocontroller.net/articles/CAN +* EIA-422 +* EIA-485 (Multimaster möglich, durch Standart beschrieben, aber in Software) +* UART (Böse, weil nicht Differenzielle Übertragung) -> EIA-422/485 +* Eigenes Protokoll +* I²C +* One-Wire + +Komunikation zwischen PC und Mainboard: +* USB-Serial +* USB-HID (Gamecontroller) +* RS-232 (MAX232) +* USB-Irgendwas (Eigenes Protokoll) + +### Buttons +* [Button](https://git.blubbfish.net/Bastelleien/Hacker-Jeopardy/wiki/Button) +#### Ausstattung +* Lautsprecher +* Rumple-Servo +* RGB-LED +* Buzzer-Knopf \ No newline at end of file