Issue in Navigation Frequency

Hi,

I am working with ZED-F9P , but when I try to increase the navigation rate to 40hz, it never goes faster then 20hz. what’s wrong?

I do i like this: myGPS.setNavigationFrequency(40);

then when I do “myGPS.getNavigationFrequency();” it returns 40, and yet the module only updates at 20hz…

Hi,

The ZED-F9P navigation rate is limited to 20Hz or 25Hz, depending on which mode it is running in. Please check section 1.2 of the datasheet: https://cdn.sparkfun.com/assets/f/8/d/6 … 023276.pdf

Best wishes,

Paul

Thanks for the clarification on the ZED-F9P navigation rate, Paul. I’ll review the datasheet. Appreciate you sending over the specs.