This repository is unmaintained since I moved all my esp ledstrips to esphome
This little sketch is created by copy pasting from many other led controller projects for esp8266 nodemcu. (Thanks to all who semi-voluntary contributed to this project by adding their code on github :))
It currently only supports controlling ws2801 led strips using a nodemcu.
It works out of the box with homeassistant using the mqtt_json
light and supports OTA updates and has a beautiful web interface.
WS 2801 LED PINS | ESP8266 PINS |
---|---|
5V | Vin |
GND | GND |
CK | GPIO2 (D4) |
SI | GPIO3 (RX) |
- Install the arduino IDE, use the esp8266 board manager
- Open this project as a new arduino project
- Connect your nodemcu to usb
- Configure the nodemcu settings in Tools.
- Install the libs listed in
requirements.txt
- Compile && Upload
- Profit