-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure Quectel LC29HBS #425
Comments
Coordinates format I've figured out myself by looking at input fields defined pattern. Altitude should have at least 2 decimal places 1050.00 in this case |
LC29H(BS) Initial Configuration: In Data Input, enter the following (as per Quectel_LC29HBS_GNSS_Protocol_Specification_V1.1-1.pdf): Check firmware version: Enable MSM7 messages Enable Station Reference Message 1005 Enable Ephemeris messages Crank the baud rate up (Could also go 3000000) Enable NMEA GGA Time, position, and fix related data Enable NMEA GLL Position data: position fix, time of position fix, and status Enable NMEA GSA GPS DOP and active satellites Enable NMEA GSV Satellite information Enable NMEA RMC Position, velocity, and time Enable NMEA VTG Track made good and speed over ground Enable NMEA ZDA UTC day, month, and year, and local time zone offset Enable NMEA GRS GRS range residuals Enable NMEA GST Position error statistics Save parameters Power cycle the unit, reconnect at the new baud rate Start Survey-in (1 day duration) You will see PQTMSVINSTATUS repeating, when the third field=2, the survey-in is complete. Fields 8, 9 & 10 are the mean ECEF coordinates. Convert these to lat/long/elevation above ellipsoid to enter into RTKBase. You may have to prune some places after the decimal point for height before the parser will accept it:
When complete, save parameters |
For detection: returns: The pertinent information to detect this is: |
@deece - thanks a lot for this comprehensive guide! Have you ever got RTK fix status with this board? I read in internet, people get RTK float only. |
I only got my base station functional tonight, I probably won't be at a point where I have rover for months. |
@jupiter9595 Care to give this PR a try? #432 You can find the full tree here: https://github.com/deece/rtkbase/tree/lc29hbs |
What would be command to install the lc29hbs branch. I did get the lc29hbs and LG290P working with rtkbase but was interested in checking out your more automated install process. |
Waveshare has refered RTKBase in their LC29HBS board description https://www.waveshare.com/wiki/LC29H(XX)_GPS/RTK_HAT
Looks like their configuration was successful but they did not show Main Service configuration details.
Has anyone successfully configure this GNSS unit?
RTKBase does not detect this unit.
How to correctly configure this unit?
Are Base coordinates fill in automatically when unit is detected?
I put the following coordinates: 49.208601 19.072489 1050 and RTKBase says format is not correct.
Please help to configure RTKBase unit
The text was updated successfully, but these errors were encountered: