-
Notifications
You must be signed in to change notification settings - Fork 405
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
LR11x0 GNSS Almanac and more #1216
Conversation
tve
commented
Sep 12, 2024
- Make LR11x0 GNSS Almanac update from satellites work
- Improve other GNSS functionality, such as power measurements and getting a position
- Add example sketch
- Move much of the debug printing into the example sketch
This is not yet ready for prime-time but I believe it's a step forward and cleans some things up. Lots more work to do, some marked with FIXME comments. |
@tve Thanks for this impressive work! Is there any chance to add an equivalent of PPS signal functionality that would synchronize local MCU time with precise atomic satellites clock ? |
The lr1110 does not have a PPS output signal. It does sync and slew its clock and it's possible to query the time over SPI so depending on the accuracy you need you can keep the MCU's RTC in-sync. |
Thank you for the explanation!
It would be nice to have an example in the RadioLib on how to do this... |