tomojitakasu / RTKLIB

2.58k stars 1.63k forks source link

ZED f9p strsvr ubx-> rtcm3 conversion #461

Open juffe84 opened 5 years ago

juffe84 commented 5 years ago

Hello. I have two ublox zed f9p (one for base and one for rover) and try to get both Beidou signals with a strsvr ubx-> rtcm3 conversion. I use the messages 1005, 1007, 1077, 1087, 1097, 1127, 1230 in the conversion.

RTKNAVI only gives one msm signal for Beidou (L7I) with this conversion.

If I use u-Center ntrip server / caster directly, I get both signals to Rtknavi (L1I, L7I).

Is this bug or something?

tomojitakasu commented 3 years ago

Retry 2.4.3 b34. In u-blox F9P cases, the time-tags of measurement data usually does not align to 1 second interval. It makes trouble to convert them to a RTCM3 stream. In this case, set the receiver output rate to 1 Hz and add Options -TADJ=1 in Conversion Options dialog of STRSVR to align the time-tags to 1 second interval (add a command line option -opt -TADJ=1 for STR2STR).