Hi support, can you provide settings for the quacktel phat to make it a base station.
Little info from googling
What is the port? Default is 2101
How do we know port?
Is Host IP the address of the Pi?
Hi support, can you provide settings for the quacktel phat to make it a base station.
Little info from googling
What is the port? Default is 2101
How do we know port?
Is Host IP the address of the Pi?
Yes and yes, as far as I know
We just have the basic instructions here, though Software Overview - SparkFun GNSS Flex System Hookup Guide
I got it. You have to connect first, then check the caster box to get it going
has anyone tried collecting the data for a base station location?
pygpsclient seems to stop and make a file every few minutes creating MANY files for a 24 hour data collection.
I didn’t see how to change the file size.
has anyone successfully used this data in the app for this instead of using the service?
I see you haven’t received a reply yet.
If you have determined the base station position via RTK (ntrip client), it will be in the USA in the NAD83 (2011) system.
Apparently, to configure Quectel LG290P as an NTRIP server via TCP/IP, i.e. a base station with an address, you need to do the following:
Activate base station mode
$PQTMCFGRCVRMODE,W,2*29
Enter the base station coordinates in the NAD83 (2011) system
$PQTMCFGBASEPOS,W,<Latitude>,<Longitude>,<Height>
Save configuration
$PQTMSAVECFG
Check the recorded coordinates
$PQTMCFGBASEPOS,R
The receiver will return the currently stored coordinates.
Configure RTCM stream
$PQTMCFGMSGRATE,W,1005,10
$PQTMCFGMSGRATE,W,1077,1
$PQTMCFGMSGRATE,W,1087,1
$PQTMCFGMSGRATE,W,1230,10
Configure a TCP/IP connection so that the base station can send data over the network
$PQTMCFGNET,W,<SERVER_IP>,<PORT>
For example, if you want to send data to the NTRIP server on 192.168.1.100 and port 2101
$PQTMCFGNET,W,192.168.1.100,2101
Set NTRIP authorization if access is to be authorized
$PQTMCFGNTRIP,W,<USER>,<PASSWORD>
Example
$PQTMCFGNTRIP,W,user,password
Connection Test
You can check if the receiver is sending data correctly using the STRSVR tool from the RTKLIB demo5 package.
Rover will report results in NAD83 (2011)
yes I got it setup as a base no problem with pygpsclient
it has a nice gui that sends commands to the quacktel or other gps chip.