-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uart branch flickers and flahes with 150 neopixels #38
Comments
Could you experiment and see if can find at what count it does consistently work? 49? |
48 is when it starts flashing, before that pixels #1 through #pixelCount are lighting up correctly and seem stable (although some pixels beyond #pixelCount are lighting up and stay on for some reason, probably due to no reset being sent to them). |
I submitted some changes to the uartdriven branch, could you try these. Let me know the results. Again, try the 49 and then try the full count. |
Nice Job! the flashes stopped! I tried with 49 and with 150 and even decreased my delay to 1 (instead of 31) and things are smooth! |
fixed with pull #39 |
Doing a simple animation with 150 neopixels lighting up one neopixel after the other (code below), part of the strand flashes randomly. (see https://www.youtube.com/watch?v=BjJZworuFgM)
I've got the Huzzah ESP8266 set up at 160Mhz in the Arduino IDE with the Uart branch of NeoPixelBus and the Esp Arduino library version 2.0.0. (Arduino 1.6.5)
The text was updated successfully, but these errors were encountered: