I’m trying to set up my base station. Using simpleRTK2B with ZED-F9P with WiFi NTRIP Master (ESP32_XBee) from Ardusimple. It wont log into rtk2go or rtkdata.online. In the log it just says “Could not connect to host” . Also, when setting up a local Caster on the Xbee it only returns this string “STR;bonden;;;;;;;;0.00;0.00;0;0;;none;N;N;0;
ENDSOURCETABLE”
However, I can ser that the Xbee IS recieving data of some kind. (you can se that the data counter in the UART section is counting.) But no data is sent to the caster.
So there must be a problem with the data from F9P…
I first followed instructions on Ardusimple website, using their config file for the reciever. This did not help so I followed the instructions from Torriem (Setting up a Base Station - #8 by torriem) Still doesn’t work.
in U-center I look att UBX-MON-MSGPP and see that all data sent to UART2 is clasified as UNKNOWN, not as RTCM3. I suspect this shows the problem, but the data I can see in the console does not look corrupt! So the data I see in U-center is not the same as what is sent to Xbee… WHY???
I’ve spend so many hours trying to figure this out, feels like I’ve read every article on the internet. I’m clueless. Can any of you guys see what I’m doing wrong?