From 0c1dfbf21ce004bd6d8991d086238f1ba53eceda Mon Sep 17 00:00:00 2001 From: Michael Reber Date: Wed, 17 Jun 2020 15:14:15 +0200 Subject: [PATCH] Update readme file --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4646a2e..d8697c1 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,28 @@ # Arduino touchless projects -### Versions +### Code versions -- **touchless_basic**: Läuft so lange, wie man die Hand in Reichweite hält. -- **touchless_power_switch**: Ein und ausschalten von Geräten. -- **touchless_time_limited**: Läuft für eine angegebene Zeit und stoppt anschliessend. +- **touchless_basic**: Runs as long as your hand is within its reach. +- **touchless_power_switch**: Switching devices on and off. +- **touchless_disinfection**: Runs for a specified time and then stops. [default is 50ms] #### Hardware -##### Mögliche Arduino Varianten (Nur eines wählen) +##### Possible Arduino variants (choose only one): * Arduino: - https://www.conrad.ch/de/p/arduino-ag-mikrocontroller-uno-rev3-smd-191789.html **23.-** * Arduino: - https://www.distrelec.ch/de/mikrocontroller-board-uno-arduino-a000066/p/11038919 **19.-** * Arduino Nano: - https://www.distrelec.ch/de/arduino-nano-board-arduino-a000005/p/11096733 **18.-** * Arduino Nano Every - https://www.distrelec.ch/de/arduino-nano-every-arduino-abx00028/p/30150884 **11.-** -##### Benötigte Komponenten +##### Required components: * Relay: - https://www.play-zone.ch/de/elektronik-kit-zubehoer/module-karten/relais/1-kanal-relais-modul-karte-5v-30vdc-mit-kabel.html **11.-** -* Alternatives Relay: - https://www.distrelec.ch/de/power-relay-featherwing-adafruit-3191/p/30129209 **10.-** +* *Alternative Relay: - https://www.distrelec.ch/de/power-relay-featherwing-adafruit-3191/p/30129209 10.-* * Sensor: - https://www.distrelec.ch/de/ultraschall-abstandssensor-hc-sr04-5v-adafruit-3942/p/30139186 **4.-** * *Alternativer Sensor: - https://www.pi-shop.ch/ultrasonic-range-sensor-hc-sr04 7.-* ##### Zubehör * Display: - https://www.distrelec.ch/de/standard-lcd-16-5v-adafruit-181/p/30139065 **11.-** -* Display2: - https://www.distrelec.ch/de/grove-16-lcd-weiss-auf-blau-seeed-studio-104020111/p/30127509 **6.-** -* Pumpe: - https://www.conrad.ch/de/p/modelcraft-kraftstoff-getriebepumpe-benzinfest-foerdermenge-0-6-l-207894.html **13.-** -* Pumpe2: - https://www.brack.ch/velleman-wasserpumpe-871806 **15.-** +* *Alternative Display2: - https://www.distrelec.ch/de/grove-16-lcd-weiss-auf-blau-seeed-studio-104020111/p/30127509 6.-* +* Pump (for disinfection): - https://www.conrad.ch/de/p/modelcraft-kraftstoff-getriebepumpe-benzinfest-foerdermenge-0-6-l-207894.html **13.-** \ No newline at end of file