Lora-net / lora_gateway

Driver/HAL to build a gateway using a concentrator board based on Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers.
Other
915 stars 742 forks source link

XTAL error calc not using NAV-TIMEGPS #168

Closed pshep closed 1 year ago

pshep commented 3 years ago

Should this: https://github.com/Lora-net/lora_gateway/blob/a955619271b5d0a46d32e08150acfbc1eed183b7/libloragw/src/loragw_gps.c#L678 Not use gps_time, not utc for calculating the 'slope'?

On a separate but related topic, I understand the NAV-TIMEGPS is used to avoid leap seconds in the NMEA stream, but why are they an issue? I assume it's got something to do with the possibility of time going backwards?

3rdly... right there we're measuring the time between PPS pulses. Should this not be expected to be exactly 1 second (within 30ns or so)? Why even measure the period over hard-coding to 1 second?

smtc-bot commented 1 year ago

Thank you for your inquiry.

Customers are encouraged to submit technical questions via our dedicated support portal at https://semtech.force.com/ldp/ldp_support.

We invite all users to visit the LoRa Developer Portal Forum at https://forum.lora-developers.semtech.com and to join the thriving LoRa development community!