mirror of
https://github.com/kevinveenbirkenbach/physical-interface.git
synced 2024-11-10 20:41:03 +01:00
Software to build up an REST-API on an Arduino based microcontroller, to interact with hardware and the physical environment
main | ||
scripts | ||
.gitignore | ||
.travis.yml | ||
LICENSE.txt | ||
README.md |
Physical Interface
Software to build up an REST-API on an Arduino based microcontroller, to interact with hardware and the physical environment.
Setup
First update the necessary software via typing in:
bash ./scripts/library-update.sh
bash ./scripts/board-update.sh
Maintaining
Links
The following links can be helpful for maintaining this code and understanding the domain:
Hardware
Transistor
- https://www.elektronik-kompendium.de/sites/bau/0201291.htm
- https://components101.com/transistors/s8050-transistor-pinout-equivalent-datasheet
- https://cdn-reichelt.de/documents/datenblatt/A100/PN2222A-FSC.pdf
IR-Reciever
Software
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 Communication
License
The "GNU AFFERO GENERAL PUBLIC LICENSE" applies to this project.