Hello ive got problem with setting up RTK using RTKLIB and LC29H DA
LC29H DA is connected to RPI using serial0
before starting rtkrcv im sending these msg to LC29HDA to set ip up
Commands before starting RTKLIB
"$PAIR002*38\r\n",
"$PAIR050,1000*12\r\n", // PAIR_COMMON_SET_FIX_RATE - 1Hz
"$PAIR432,1*22\r\n", // PAIR_RTCM_SET_OUTPUT_MODE - Enable output RTCM3 with message type MSM7
"$PAIR434,1*24\r\n", // PAIR_RTCM_SET_OUTPUT_ANT_PNT - ENABLE
"$PAIR436,1*26\r\n", // PAIR_RTCM_SET_OUTPUT_EPHEMERIS - ENABLE
"$PAIR062,2,0*3C\r\n",
"$PAIR062,3,0*3D\r\n",
"$PAIR062,5,0*3B\r\n"
"$PAIR062,-1*0E\r\n"
on RPI im setting up RTKLIB
rtkrcv -o rtkrcv.conf -s
my config file is:
rtkrcv.conf
inpstr1-type =serial # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
inpstr2-type =ntripcli # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
inpstr3-type =off # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)
inpstr1-path =serial0:115200:8:n:1:off
inpstr2-path =THEREISNTRIPCONNECTIONDATA
outstr1-type =3 # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
outstr2-type =off # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
outstr1-path =:2333
outstr2-path =
outstr1-format =llh # (0:llh,1:xyz,2:enu,3:nmea)
outstr2-format =llh # (0:llh,1:xyz,2:enu,3:nmea)
logstr1-type =tcpsvr # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
logstr2-type =tcpsvr # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
logstr3-type =off # (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripsvr)
logstr1-path =:2334
logstr2-path =:2335
logstr3-path =
and now when i start it there is no output on outstr1
but using stream command i see that NTRIP is connected and im receving data from serial0 (LC29HDA)
when i run RTKPLOT on windows and connect to logstr1 (to LC29H DA) serial output i see my location but without corrections (like it should since i am connecting only to lc29h da)
i tried the same on RTKNAVI and what i see there is there is always date 2000/01/01 its not updating but i see on forum that everyone else got it updated.
whats is wrong with my configuraion?
