Go to file
jimmy 17d33d98e2 Send to a single json endpoint 2025-04-21 21:50:27 +12:00
lib Initial commit 2025-01-18 16:26:30 +13:00
screenshots Add screenshots 2025-02-06 22:45:58 +13:00
src Send to a single json endpoint 2025-04-21 21:50:27 +12:00
.gitignore Initial commit 2025-01-18 16:26:30 +13:00
LICENSE Initial commit 2025-01-02 09:12:39 +00:00
Pipfile Add esptool 2025-02-06 22:36:03 +13:00
Pipfile.lock Add esptool 2025-02-06 22:36:03 +13:00
README.md Add screenshots 2025-02-06 22:45:58 +13:00
dev.py Initial commit 2025-01-18 16:26:30 +13:00
test.py Initial commit 2025-01-18 16:26:30 +13:00

README.md

led-bar

Install Pipenv

https://pipenv.pypa.io/en/latest/installation.html

Download dependencies

pipenv sync

Install Micropython

https://micropython.org/resources/firmware/ESP32_GENERIC_C3-20241129-v1.24.1.bin

pipenv run esptool.py --port PORTNAME erase_flash
pipenv run esptool.py --port PORTNAME --baud 460800 write_flash 0 ESP32_GENERIC_C3-20241129-v1.24.1.bin

Upload libraries and src

pipenv run ./dev.py PORTNAME lib src

Upload src, reset and follow

pipenv run ./dev.py PORTNAME src reset follow

Connect

Connect to wifi nextwork called led-xxxxxx...

http://192.168.4.1/

alt text alt text