https://github.com/cinderblock/esp-lights
https://github.com/cinderblock/esp-lights
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cinderblock/esp-lights
- Owner: cinderblock
- Created: 2019-07-16T05:50:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T05:51:13.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T02:16:07.714Z (over 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP-Lights
A simple Platform.IO based program to run on an ESP32 (and possibly ESP8266) to control addressable LED string lights over WiFi.
## Hacky
I hacked this together in like a day.
I started with an example Arduino compatible OTA enabled program from Platform.IO and added WS281x control and a websocket and just strung the pieces together.