-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
Powering a full 5m led strip with 96 RGBW/m from an ESP8266 seems a bit crazy, but if the effect only drive a few leds its perfectly doable and can be very nice (hello meteor effect).
the only problem is what happens when you crank up the volume :=)
Spoiler:
Above one amp the schottky diode before the voltage regulator will remind it for you by emitting a strong odor of burned PCB.
Since there is already and estimation of the power consumption, it would be nice to avoid lighting more led when this limit is reached.
Assuming the test could be done in real time there is a few things we could do:
1 - Reboot and load probably failsafe settings.
2 - Reduce the overall brightness.
3 - Only light the leds at the start of the strip and don't light the other once the max consumption is reached.
4 - Something else.
Reactions are currently unavailable