From 562f510e8295ea4a88103b341154421c96a60d7e Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Fri, 8 May 2020 11:00:22 +0200 Subject: [PATCH] Added other helpful links --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 05f11e2..66119b5 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,26 @@ bash ./scripts/board-update.sh ``` ## Maintaining + ### Links The following links can be helpful for maintaining this code and understanding the domain: + #### Hardware - https://smarthome-blogger.de/wp-content/uploads/2018/03/nodemcu-esp8266-pinout.png +##### Transistor +- https://www.elektronik-kompendium.de/sites/bau/0201291.htm +- https://components101.com/transistors/s8050-transistor-pinout-equivalent-datasheet + +##### IR-Reciever +- https://www.elecrow.com/download/Infrared%20receiver%20vs1838b.pdf + + #### IR - https://github.com/crankyoldgit/IRremoteESP8266 - https://github.com/z3t0/Arduino-IRremote/blob/master/examples/IRrecvDumpV2/IRrecvDumpV2.ino - https://daniel-ziegler.com/arduino/esp/mikrocontroller/2017/07/28/arduino-universalfernbedienung/ +- https://www.instructables.com/id/Universal-Remote-Using-ESP8266Wifi-Controlled/ #### Serial Monitor