Hi all,
I’ve been testing my ZED-F9P module with RTK corrections from PointPerfect, but I’ve encountered an issue where it seems like the u-blox module doesn’t always apply the correction data. During these times, the horizontal and vertical precision values increase significantly, and the “last correction age” is shown as 0.
I’m using the SPARTN 2.0 data format via the MQTT protocol. The data is sent from a computer through the USB interface to the ZED-F9P. To handle the data transfer, I’m using the Python script provided by PointPerfect.
Here’s an example of the feedback I get when the system works correctly:
$GNGGA,150930.00,****.22402,N,*****.49550,E,4,12,0.56,207.0,M,36.8,M,8.0,0000*6A
And when it doesn’t work:
$GNGGA,001207.00,****.18941,N,*****.52992,E,2,12,0.55,207.0,M,36.8,M,,0123*48
**** - used to hide location
Has anyone else experienced a similar problem or found a solution? I’d appreciate any advice or insight into what might be going wrong.
Thanks in advance!