Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikkadev/remotepython
python code for ESP32 with micropython firmware, to control IR leds.
https://github.com/dikkadev/remotepython
esp32 led micropython
Last synced: about 1 month ago
JSON representation
python code for ESP32 with micropython firmware, to control IR leds.
- Host: GitHub
- URL: https://github.com/dikkadev/remotepython
- Owner: dikkadev
- Created: 2021-07-12T09:47:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T20:29:55.000Z (over 3 years ago)
- Last Synced: 2024-12-22T05:10:28.051Z (about 1 month ago)
- Topics: esp32, led, micropython
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.pyYou could easily add to the current UI by editing the webpage.py.