-
Notifications
You must be signed in to change notification settings - Fork 32
Powering off using EXTINT #63
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
Hi Gaute (@gauteh ),
How are you judging this? Current draw? Best, |
Yes. I have checked that the pin is low. Is there a good way to test? |
Thanks Gaute. Do you see any reduction in the current when the INT pin is low? The current should reduce, but will (probably) still be several mA. |
Closing... Please reopen if you need more help with this. Best, |
Yes, I realized it is too easy to wake it up again, so I will have to make some power switch. |
Hi, I am trying to turn of the MAX-M10S using the suggestions here: sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#228
I have enabled both EXTINTBACKUP and EXTINTWAKE, so that the device should be completely in the control of the EXTINT pin and not wake up on any other sources. It does not seem to work yet. Can you spot anything wrong? Maybe I need to configure PSMOO as well?
https://github.com/gauteh/omb-2024-nano/blob/main/src/gnss_manager.cpp#L7:
The text was updated successfully, but these errors were encountered: