LilyGO T-Energy ESp-32 based cloud costume with WS2812B LEDs.
- MCU: ESP32
- PSU: 18650
- LEDS: WS2812B
3 ESP32 MCU's that spawn a softAP mesh. Via MDNS you can navigate to cloud.local which serves a page on which you can trigger lightsequences. Per trigger from webserver the node broadcasts over UDP/Mesh to all nodes, which in their turn listen to these messages and also trigger their sequences creating a "sync" - ish. Every scene has it's own trigger. Plus, Artnet control over the leds.
- Colorbumps
- Christmas Tree
- Stars
- Strobe
- Chase 1
- Chase 2
- Chase 3
- Rainbow Wave
- Nightrider
- Artnet Mode
- All OFF/Reset Wireless comms
- Total of 144 Leds
- 144 /3 costumes = 48 leds per costume
- 48 /4 = 12 leds per row
X - X - X - X - X - X - X - X - X - X - X - X
X - X - X - X - X - X - X - X - X - X - X - X
X - X - X - X - X - X - X - X - X - X - X - X
X - X - X - X - X - X - X - X - X - X - X - X
- Serial Drivers
- Webserver requires this library
- LED Library
- Mesh Library requires this library
- Artnet Library
- ArtnetWifiFastled
- Captive portal
Status | Test | Comment |
---|---|---|
Duration of 18650 | 11 hrs on 100 brightness, 4.5 on 255 brightness | |
Which led library to use | FastLED for sure | |
Wifi mesh vs UDP | UDP, mesh kills Artnet compatibility | |
ArtnetWifi and Fastled | Works as expected | |
MDNS | Works as expected | |
Captive portal serving control page | Cannot read GET request on portal page, try with different server X failed! |