d715af43449dd82488ec34f8c8bee4c3b1811496
- Replace oscillating behavior with proper chasing movement - Use pattern_step for internal tracking instead of controller's step - Calculate position relative to chase head: (i - pattern_step) % num_leds - Chase head moves through all LED positions with n3 step multiplier - n1 controls width of lit chase segment
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...
Description
Languages
Python
87%
JavaScript
6.9%
HTML
4.1%
CSS
2%