-
-
Notifications
You must be signed in to change notification settings - Fork 726
MKR ZERO powering issue with battery #491
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
Comments
I looked into this issue. The LED is slightly powered throught the USB protection circuit. The SAMD has ~40K internal pull up resistors to 3v3 on the USB P & N lines. Some of this current leaks through the USB protection device & end up on the VUSB supply. The current through the LED is around 40uA. |
When you want to run in low power, you need to first detach the USB to turn it off. USBDevice.detach(); |
Thanks for that. I thought I had tried all the detach options! |
i have tested the tip and i have seen the code turn the led off. |
Hello
by powering the mkrzero board with a 3.7v (3.0Ah) lipo battery, the ON LED is lightly powered. in the data sheet it is specified that the led ON is off when I use the battery.
This does not happen. This compromises the use of board in low-power applications.
Could anyone check this out?
The text was updated successfully, but these errors were encountered: