jspiva / LedPixelController

ESP8266 unicast E1.31 to WS2811/WS2812 WiFi controller, output up to 1360 pixels (8 ports/universes, 170 pixels per port, 4080 channels)
GNU General Public License v3.0
18 stars 7 forks source link

Weird random pixels turning on randomly. #4

Closed SuperBluw closed 3 years ago

SuperBluw commented 3 years ago

Hi, not sure if anyone has experienced this issue, but random pixels of mine are turning off and on when playing through a vixen sequence, I'm running around 150 pixels per universe and 4 universes total, not sure if anyone else has had this issue, it happens on my nodeMCU and my Wemos D1. Any help is appreciated.

jspiva commented 3 years ago

Have you included a pull-down resistor in your circuit? Check out this circuit diagram... https://www.hackster.io/jasonspiva/esp8266-e1-31-multiplexing-pixel-controller-002072 The outputs of SN74 buffer will float when not enabled, which can cause strange things to occur with the lights. The resistor holds the output at zero when the channel is not currently being sent data.

SuperBluw commented 3 years ago

Yep, that was exactly it, thank you sir for helping me out!