Question about LG290P RTK Breakout Base Station Build

I have the LG290P Breakout board which I’m messing with and just ordered the RTK Postcard with the LG290P.

I think I have a grip on making the Postcard a rover based on an excellent Sparkfun video.

That leaves me needing to make the Breakout Board the Base Station.

Sorry for the rookie questions.
For the base station mode can I just hook the RTK Breakout board to say a Windows laptop and cast NTRIP? I have a shed in the back yard that has a Win 11 laptop that is always on. Is that enough to make the base station and of course set up a permanent antenna?

Then everything can be done from QGNSS? Is that correct?

Or do I need to get a BlueSmirf and solder it to the board (or similar)?

Again, sorry for the rookie questions but I’m somewhat new to this RTK thing. Been hooking up GPS modules to Raspberry Pi’s and/or u-center for years but never delved into RTK and base/rover setups.

Additional info: Also saw some discussions on using PyGPSClient instead of QGNSS for greater reliability. I have enough Raspberry Pi devices around here to last until the apocalypse so using a Pi in lieu of a laptop is no problem.

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

Thanks Paul. I think I want to go to Survey In mode and get the positioning data. I’ve read a ton online and it seems the u-blox chips take that survey for 24 hours (recommended) but the Quectel chips take a much shorter hunk of time and if I’m not mistaken also you set the accuracy level in the PQTM command.
I’ll figure it out.

On another note I have run my LG290P board with RTK Fixed and never got any ECEF coordinates in cgps. That would certainly be the easiest way to get started.
Today is clear so I’ll set the Pi 5 and board outside today and let it roll for a few hours and check it.

I think you might be getting survey-in mixed up with establishing a fixed base position using a service like CSRS-PPP. CSRS-PPP needs 24 hours of raw data. Survey-in gives you an approximate position in a couple of minutes.