ESP LED Board SDK
Quick Start Guide
- See the general board setup on this page.
- How to flash firmware and entering into flash mode please see here ESP_LED_Board_HDK#Enter_Into_Flash_Mode
- Set unique and complex your own control ID (module ID and topic), for example named ID is electroled, than full ID is "ESP-electroled"
- Control command is, for exmaple, change light to green, hex command is #00ff00.
Usage
- Use with NodeMCU LUAT WS2812
arduino - ESP8266 - webserver sketch
- web server control simple sketch - https://github.com/Edragon/arduino-esp8266/blob/master/Sketchbooks/BSP/NWI1124/webserver-path-1/webserver-path-1.ino
APP MQTT Dashboard commands reference
- use in MQTT Dashboard
Send | Function | Demo code |
---|---|---|
1ON/1OFF, 2ON/2FF | Turn ON or OFF | |
0 ~ 255 | Set light brightness | |
RGB Color | Hex value: #6FC2F4 | Supported |
RGB Color | rgb(244,44,244) |
Reference
Orignal Firmware avaialble here. Demo code
- arduino demo code - arduino http server
- frizzby rgb led code - iphone control
- Hue Emulator - philips Hue
Topics