Hello,
I’m building a base station from Arduino MKR LoraWAN and NEO M8P-2. I’m using Example2_StartRTCMBase code.
Arduino and m8p are connected via i2c. I was able to get RTCM data but here’s the weird part…
I stop to receive RTCM if my module gets accuracy around 10m or higher (<10m). If wait whole 300s and accuracy <2.0m then I don’t receive RTCM at all.
So it seams that RTCM messages are somehow related with survey-in accuracy (higher accuracy=no RTCM). Yes, if I set up survey-in to stop if accuracy=>10m then I receive RTCM.
I also tried to do survey-in with antenna inside and after I started to receive RTCM place antenna outside. And after a while RTCM messages stop.
Can please someone explain me what’s happening?