-
Notifications
You must be signed in to change notification settings - Fork 75
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
RGB LED doesn't turn off on arduino nano connect 2040 #137
Comments
There was a PWM fix in the Adafruit fork of NINA adafruit/nina-fw#33, that is not in the Arduino version used in the u-blox module. |
Is there a way to re-file an issue to the parent repository, or push a PR up to the parent? |
@anecdata there is a way to transfer an issue to a different repo. I'm not sure what you mean to re-file it in the parent repository, if transfer would work we can do that though |
It seems that the issue is really with the Arduino NINA firmware (parent of the forked Adafruit NINA firmware). Ideally we could push the Adafruit NINA PR up to Arduino? Or just file a new issue I suppose. |
The following code on the Arduino Nano Connect 2040 results in a dim white light:
To be able to turn it off, I used
esp.set_digital_write
and ended up changing the PWM pin to digital when the duty cycle is 0 or 100% like this:This might be an issue with the Nina firmware or the board's design, but I wonder if it would be ok to have that kind of things in the base code, or if it would be better to make a community library for the Nano.
The text was updated successfully, but these errors were encountered: