python code for ESP32 with micropython firmware, to control IR leds.
Find a file
2021-07-30 22:29:55 +02:00
boot.py all the colors, new neon design, just works @07/12/21 16:04:02 2021-07-12 16:04:16 +02:00
ir_tx.py all the colors, new neon design, just works @07/12/21 16:04:02 2021-07-12 16:04:16 +02:00
main.py all the colors, new neon design, just works @07/12/21 16:04:02 2021-07-12 16:04:16 +02:00
README.md Create README.md 2021-07-30 22:29:55 +02:00
signalDefintions.py all the colors, new neon design, just works @07/12/21 16:04:02 2021-07-12 16:04:16 +02:00
web_page.py all the colors, new neon design, just works @07/12/21 16:04:02 2021-07-12 16:04:16 +02:00

remotePython

python code for ESP32 with micropython firmware, to control any IR controlled device.

usage

change the wifi credentials in boot.py and flash the file to your esp32. you probably have to change the IR timings, stored in signalDefinitions.py

You could easily add to the current UI by editing the webpage.py.