I have an interesting issue related to an LED installation in my daughter’s bedroom. I’ve got two strips of WS2812B installed in the top corner of her bedroom. That’s 300 LEDs with the strips I used. I’m feeding a PiPixel with an ALITOVE 5V 3A 15W AC 100V~240V to DC Power Supply Adapter Converter to power the LEDs. Right now I’m just doing a color fill to blue. You can see the JSON below. There is some type of power fluctuation that is affecting the LEDs when a switch on the circuit in my daughter’s room is flipped. When she turns her ceiling fan on some of the LEDs flash to what seems like a primary color and then flips back to blue. I would like to filter for this and the only think I can think of right now is a UPS on the battery side so that the power supplying the LEDs is filtered to come from the battery and not directly from the wall circuit. Right now the LEDs and the Raspberry Pi are all sharing a surge protector. Let me know if you have any other filter ideas to guard against power fluctuations on the circuit.
{
"animation": {
"typename": "BiblioPixelAnimations.strip.ColorFill",
"color": "blue"
},
"run": {
"fps": 10
},
"driver": {
"typename": "pi_ws281x",
"gpio": 13,
"c_order": "GRB",
"num": 300
},
"layout": {
"typename": "strip",
"brightness": 192
}
}