This project is meant to be an IoT peripheral, not a standalone project
The code runs on a ESP32-C3 Super-Mini
- Copy
secrets.h.templatetosecrets.hand edit it - Upload code to ESP32
- Send request via:
http://guide-light.local?id=<number>
This device was originally part of a large project. However due to the increasing complexity, the project is no longer maintained. The device is not removed and stayed in club. I figured that we need to split out the LED strip part and turn it into a more modular design, and enable us to have multiple application share the device control.
- Allow sending color in request
- Allow fast bulk editing LED color
- Support 2 LED strips
- Prevent bad actors from sending bad requests
- Install ESP32 to somewhere more permanent
- Allow shared access on device control
- Find a way to make sure that the LEDs are off when no one is near
This repository is licensed with the MIT License