8cfb3e156b760a8c7e907a64b94b2113637d7164
radiate: origins every n1, step by delay, stop when full, dark wave outward, ensure strip off at end, run once alternating: use n1 as ON width and n2 as OFF width; phase via self.step pulse: attack (n1), hold (delay), decay (n2); stop at end tests: add specto sweep (n1_sequence) and radiate demo; include n index per message; use nested {name:{...}} schema; support iterations/repeat-delay
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%