RFOXiA LogoRFOXiA Club
← Back to DevHub

MultiNav Pro+ GNSS 18Hz rate - jitter between fixes, is this normal?

DonaldJune 12, 2026
Hey all, been working with the GNSS module for about two weeks now and overall pretty impressed with the 1.5m accuracy once it settles. But I'm running into something that's bugging me - when I'm logging fix timestamps at 18Hz I'm seeing some inconsistency in the interval between fixes. Like it should be ~55.5ms between each fix but I'm getting variance anywhere from like 48ms to 70ms depending on... I don't even know what. Signal conditions, satellite count, something else? Not sure if this is a firmware scheduling thing or if its just inherent to how the GNSS engine handles the high update rate.
💬 1 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 12, 2026
@Donald yeah what you're seeing is pretty normal behavior for a high-rate GNSS engine — at 18Hz you're right at the edge of what the receiver can consistently process, and the computation time per fix actually varies depending on how many satellites are in view and the geometry at that moment, so the output jitter of ±10-15ms is expected rather than a bug.
 
The bigger factor is usually your host-side timestamp — if you're timestamping on UART receive rather than on the PPS pin or the NMEA timing pulse, you're capturing serial buffer latency on top of the engine jitter, which can easily account for that 48-70ms spread you're seeing.
 
If timing precision really matters for your application, try anchoring your fix timestamps to the 1PPS signal if you're not already — that gives you a hard 1-second reference you can interpolate from, and the jitter becomes way more manageable. What's the use case — are you doing trajectory reconstruction on a fast platform or more of a data logging thing?

💬 Want to join this discussion?

Join the Community on RFOXiA Club →