Skip to content
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

Closed
wants to merge 9 commits into from
Closed

Conversation

tve
Copy link

@tve 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

@tve tve marked this pull request as ready for review September 12, 2024 17:14
@tve
Copy link
Author

tve commented Sep 12, 2024

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.

@lyusupov
Copy link
Contributor

lyusupov commented Oct 17, 2024

@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 ?

@jgromes jgromes deleted the branch jgromes:lr11x0-gnss October 18, 2024 14:50
@jgromes jgromes closed this Oct 18, 2024
@tve
Copy link
Author

tve commented Oct 18, 2024

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.

@lyusupov
Copy link
Contributor

Thank you for the explanation!

It does sync and slew its clock and it's possible to query the time over SPI

It would be nice to have an example in the RadioLib on how to do this...

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.

3 participants