Added other helpful links

This commit is contained in:
Kevin Veen-Birkenbach 2020-05-08 11:00:22 +02:00
parent fee5f15151
commit 562f510e82
1 changed files with 11 additions and 0 deletions

View File

@ -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