-
Notifications
You must be signed in to change notification settings - Fork 61
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
Don't work on my Arduino MEGA 2560 #7
Comments
That sounds like the LEDs are not seeing a delay to give them a chance to latch the new color values. Maybe your LEDs need a longer delay? Can you try changing the value of ...from |
Hi, Thx for your answer Yes, it was my first thought and I tried 50000 and even 100000 but nothing change. Also tried 500000 but then all leds are tilting white very fast 😆 |
Okay, I tried, 50000, 10000, 500000, but I did not try 10000000 which seems to work 🤣 Thx for your help. But now the question is why such a big number? |
Not that big of a big number. |
No I don't, but maybe i'll be able to use one in the next days or weeks. If it is the case i'll try to check this. |
Hi,
Hi just tried your SimpleNeopixelDemo 'as is' with my Arduino MEGA 2560 and I did not succeed to make it work.
Your code is using PORTB, bit 4, which seems to be the pin 10 on the MEGA. Do you confirm?
When I run the code with rainbow mode, only the first led is lighted and it is strangely blinking. If I remove the wire jump from pin10, all leds finally get a color.
If I plug the wirejump back, nothing change except the first led blinking.
If I remove it, all leds get a new color. The color seems to be consistent with the rainbow cycle.
If I use the official adafruit library everything works correctly.
Any idea of what I'm doing wrong?
I'm on windows 10 with Arduino 1.8.5
The text was updated successfully, but these errors were encountered: