Question about LG290P RTK Breakout Base Station Build

Hi John (@JohnEH ),

I am sure other folks will chip in here later today. But, to get you started:

Yes, you can use QGNSS or PyGPSClient to fully configure the LG290P. Personally, I like PyGPSClient because that makes it easy to build up scripts of commands to configure the GNSS. Also, it runs well on RPi…

You are going to need to get to know the Protocol Specification. To put the GNSS into Base mode, you need PQTMCFGRCVRMODE,W,2 ( $PQTMCFGRCVRMODE,W,2*29\r\n ). PQTMCFGSVIN can be used to set survey-in mode or fixed mode with ECEF coordinates.

If you search for PQTMCFGRCVRMODE here, you will find gems like the post linked below.

I hope this helps,
Paul