Closed tve closed 1 month 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.
@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 ?
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 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...