Skip to content

Conversation

rxkris
Copy link

@rxkris rxkris commented Oct 11, 2025

T114 power usage with GPS connected is higher than necessary: Even if GPS is deactivated and not used, its still powered up. Currently Vext is toggled for GPS, but if Vext is deactivated GPS hardware wakes up.

Solution: Allow GPS to sleep by setting the GPS_WAKEUP to low and toggle it when deactivating/activating GPS. GPS_EN is therefore mapped to GPS_WAKEUP. On board init: Enable Vext and set GPS_WAKE to high to check for GPS presence. If GPS is connected we have to keep Vext on and if not Vext can be turned off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant