jgromes / RadioLib

Universal wireless communication library for embedded devices
https://jgromes.github.io/RadioLib/
MIT License
1.58k stars 395 forks source link

LR11x0 GNSS Almanac and more #1216

Closed tve closed 1 month ago

tve commented 2 months ago
tve commented 2 months ago

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 commented 1 month ago

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

tve commented 1 month ago

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 commented 1 month ago

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...