Runs WS2812 light strip using ESP8266 (ESP-01) indicating some status info
Runs WS2812 light strip indicating some status info
Edit configure.c to set up WLAN credentials.
Outputs WS2812 control signal via GPIO 2, designed to be used with 16 lights.
Contains an array with 4 stages for each led, stage includes color and delay.
Set and clear lights using \
http://192.168.0.100:8000/set/1-16/0/20/0/0/100
http://192.168.0.100:8000/set/1-16/1/0/20/0/100
http://192.168.0.100:8000/set/1-16/2/0/0/20/100
Using
http://192.168.0.100:8000/set/1-16/0/30/10/10/20
http://192.168.0.100:8000/set/1-16/1/0/0/0/20
http://192.168.0.100:8000/set/1-16/2/20/0/60/20
http://192.168.0.100:8000/set/1-16/3/0/0/0/20
Distributed under ISC license (check LICENSE file)