项目作者: fador

项目描述 :
Runs WS2812 light strip using ESP8266 (ESP-01) indicating some status info
高级语言: C
项目地址: git://github.com/fador/ESP8266_statusLight.git
创建时间: 2017-03-19T17:19:57Z
项目社区:https://github.com/fador/ESP8266_statusLight

开源协议:ISC License

下载


Device status indicator system in ESP8266

Runs WS2812 light strip indicating some status info

Usage

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 \:8000/set/\/\/\/\/\/\ and \:8000/clear/\, ID being between 1 and 16, state 0-3, r/g/b 0-255 and delay 1-255

Example:

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

Video:

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

Driving ES2812 LED ring using ESP8266

License

Distributed under ISC license (check LICENSE file)