-
Notifications
You must be signed in to change notification settings - Fork 7
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
SFY variant with external UBLOX GPS #173
Conversation
@edwinrainville (and also @jerabaul29 if you are interested? :)), I'm trying to think of a sub-millisecond sync algorithm:
Does that make sense? I have PPS working on the arduino-code, not yet on SFY. We need the synchronization to match IMU and GPS timeseries. https://github.com/gauteh/sfy/tree/sfy-rtk/sfy-buoy/sfy-ext-gps#sfy-with-rtk-relay |
According to 12.1.8 the maximum jitter of the RTC is 1 ms for XR crystal, or 8 ms for LFRC, which is good enough. |
Implements #170 .