I love the Sparkfun u-Blox librarie’s examples to learn, understand (and play around with) 2x GPS-RTK2 modules!
I’m after getting RTK accuracy on a rover. To understand my project, think of a lawn mower setup, with a base on the roof of my house.
Doing so, I was able to get a base station publishing RTCM messages over UART2, using Example3_StartRTCMBase.
I’m reading these on a Pi (on serial0) and streaming them over my LAN (with str2str). All good so far.
On the rover end, I’m struggling to use this RTCM stream to get a RTK fix on the GPS-RTK2. At all!
Again on a Pi, I’m forwarding the RTCM stream onto UART2 of the rover RTK2 module (str2str).
I read somewhere that the ZED-F9P is supposed to “pick up automatically on any RTCM stream it is provided with”. Doesn’t happen here :o
Question: is there an example sketch for a basic rover config of the RTK2 module (like Example3 for the base)?
It would allow me to understand what I’m missing, and how to configure the rover module…
Thank you!