|
|
||
|---|---|---|
| examples | ||
| lib | ||
| misc | ||
| src | ||
| .gitignore | ||
| Makefile | ||
| Makefile.env.example | ||
| README.md | ||
| requirements.txt | ||
README.md
esp32-lightbar
ESP32 based light bar.
Installation
- Make sure the latest Micropython firmware is installed.
- Enable WebREPL by running
import webrepl_setuponce via normal REPL (e.g. viarshell). - Copy code to the ESP32.
- Create wifi config (TODO: maybe merge the webrepl_setup thing and wifi config creation into a esp32_lightbar_setup thing)
Development
Create a virtualenv (with regular Python) and install packages from requirements.txt.