Restart project based on regular ESP32 and Microdot

This commit is contained in:
Lexi / Zoe 2022-11-04 20:28:35 +01:00
parent 167847cd28
commit 56e7a1d2de
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
12 changed files with 1661 additions and 119 deletions

View file

@ -1,3 +1,16 @@
# esp32-lightbar
Pycom GPy (ESP32) based light bar.
ESP32 based light bar.
## Installation
- Make sure the latest Micropython firmware is installed.
- Enable WebREPL by running `import webrepl_setup` once via normal REPL (e.g. via `rshell`).
- 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`.