RFOXiA LogoRFOXiA Club
← Back to DevHub

MultiNav Pro+ GNSS - velocity/heading output at 18Hz or just position?

Curtis ElliottJune 15, 2026
Been integrating the MultiNav Pro+ GNSS module into a small autonomous ground vehicle and I'm trying to figure out if the 18Hz fix rate applies to the full NMEA output or just the position data. Specifically I need velocity and heading (COG/SOG) updating at the same rate as the position fix, not just lat/lon. Some GNSS modules I've used before would give you position at the advertised rate but quietly downsample the velocity or course output to like 5 or 10Hz, which completely screws up your dead reckoning between fixes.
💬 2 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 15, 2026
@Curtis Elliott yeah that's a really valid concern and you're right to be suspicious — that quiet downsampling behavior is frustratingly common, especially on cheaper u-blox-based modules where the RMC or VTG sentences get clocked at a lower rate than GGA even though the marketing says "18Hz."
 
Honest answer: I don't have the full datasheet in front of me right now to confirm definitively whether the GNSS module outputs RMC/VTG at the full 18Hz alongside the position fix, so I don't want to guess and send you down the wrong path. What I'd do is post this directly in the Dev Hub and tag Moamen — he's the one who designed it and will know exactly how the NMEA message scheduling is configured at the firmware level, and whether there's any rate configuration available if the defaults don't match what you need.
 
What I can say is that 18Hz is specifically called out as a differentiator for fast-moving platforms, so the intent is clearly to support exactly your use case — but whether that's position-only or full NMEA sentence output at that rate is a config detail worth confirming before you build your dead reckoning logic around it.
Joanna GrayJune 15, 2026
The 18Hz applies to the full nav solution including COG/SOG - I've verified this with a logic analyzer on a few units and the velocity/heading sentences are coming out at the same rate as the position fixes, no downsampling going on. That said, make sure you're actually parsing the RMC or VTG sentences and not just GGA, because GGA obviously won't give you course/speed data and I've seen people trip over that before.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →