-
Notifications
You must be signed in to change notification settings - Fork 20
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
blinking #11
Comments
I am having the same problem. LEDs flicker for a split second at random times. |
It has been resolved in this fork https://github.com/bbacskay/RGBW-Sunrise-Animation-Neopixel-/tree/platformio |
I have the same issue on a NodeMCU 1.0. In the mqtt logs of my broker i could see reconnects. A lot of people suggested to add delays or yield() to the code to ensure that background logic e.g. of the wifi controller can run properly. In my case wether dely nor yield did improve the situation even with the statement added almost everywhere. So my conclusion would be that it is caused by one of the referenced libraries. @clarkwmcd The provided fork indeed solved the issue. In my case it was no drop in replacement. I had to do additional changes to make the SK6812 led strip work. This fork uses the NeoPixelBus library. I would be curious if this was the solution for the issue. At least this wiki page states out why the old/other lib should not be used: |
@huzergackl I am having some trouble with my led strip. What did you change with the code from the new fork? |
I had the issue that the strip was not reacting at first. I changed the bus initialization line from: With this method the led pin is ignored so i removed it from the parameter list of strip. I had another look at the documentation today and found out that the generic => So using Neo800KbpsMethod with gpio3 might be worth a try and is probably the better solution if it works ^^ Here are the additional links i found: |
@huzergackl you're a genius!! Switching to GPIO3 fixed all of my problems. Thanks for the help! |
Any luck with the original file? I had everything working at first now it blinks |
I would recommend switching to WLED. It has multiple effects including sunrise and sunset with native Home Assistant integration. Good luck! |
Thanks! I wasn't sure the sunrise function worked on WLED. At least not at set times |
hey the unit is blinking both when its on and when it isnt outputting
When its not outputting it will blink once in white and seems to be random
when it is outputting it will go to black for .3 of a second and then come back to the same state
Any ideas?
The text was updated successfully, but these errors were encountered: