-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Update GxGSV NMEA 4.10 - Add Signal averaging - Update gpsinformationwidget #58357
base: master
Are you sure you want to change the base?
Conversation
NMEA RMC - Set qualitydescription only for status: A or V in processRmcSentence NMEA GSV - Add Signal averaging processGsvSentence
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
While we hate to see this happen, this PR has been automatically closed because it has not had any activity in the last 21 days. If this pull request should be reconsidered, please follow the guidelines in the previous comment and reopen this pull request. Or, if you have any further questions, just ask! We love to help, and if there's anything the QGIS project can do to help push this PR forward please let us know how we can assist. |
@nyalldawson Ciao The change to GxGSV is a simple adaptation to NMEA 4.10 The change to GxRMC solves a problem with the new Unicore UM98x receivers, low-cost GNSS receivers that are having a considerable success on par with the UBlox F9P. The current procedure in QGIS only checks Status=A to fix from the Mode flag: passing to Void any other value of Status and then: It should be noted that A next step for NMEA: |
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
Update for Status not A, V - for UM982 Status = D - Differential when it becomes RTKfix
@nyalldawson test Windows Qt6 builds UNICORE UM982 |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
While we hate to see this happen, this PR has been automatically closed because it has not had any activity in the last 21 days. If this pull request should be reconsidered, please follow the guidelines in the previous comment and reopen this pull request. Or, if you have any further questions, just ask! We love to help, and if there's anything the QGIS project can do to help push this PR forward please let us know how we can assist. |
Sorry, I don't understand what's wrong!!! |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
While we hate to see this happen, this PR has been automatically closed because it has not had any activity in the last 21 days. If this pull request should be reconsidered, please follow the guidelines in the previous comment and reopen this pull request. Or, if you have any further questions, just ask! We love to help, and if there's anything the QGIS project can do to help push this PR forward please let us know how we can assist. |
I found the reason for the reported errors. |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
While we hate to see this happen, this PR has been automatically closed because it has not had any activity in the last 21 days. If this pull request should be reconsidered, please follow the guidelines in the previous comment and reopen this pull request. Or, if you have any further questions, just ask! We love to help, and if there's anything the QGIS project can do to help push this PR forward please let us know how we can assist. |
@nyalldawson hello, should I consider this PR permanently closed or is there a possibility that it will be merged? |
parse.c
Update GxGSV - NMEA 4.10
signal_id
sentence.h
Add
signal_id
; //!< NMEA v4.1 - ID of the ranging signalqgsnmeaconnection.cpp
NMEA RMC - Set qualitydescription only for status: A or V in processRmcSentence
if the value in
status
is notA or V
(e.g. D), forqualitydescription
it is set with GGANMEA GSV - Add Signal averaging processGsvSentence
![Screenshot 2024-08-05 123331](https://private-user-images.githubusercontent.com/23143342/356865342-693e5208-0010-4877-899d-4c0e9c523035.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDA3MzAsIm5iZiI6MTczODk0MDQzMCwicGF0aCI6Ii8yMzE0MzM0Mi8zNTY4NjUzNDItNjkzZTUyMDgtMDAxMC00ODc3LTg5OWQtNGMwZTljNTIzMDM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE1MDAzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlhODUzZGVlOTg4ZjIxN2Q1ZmVkYWYyNmIxZjkzMzkzMTZkMzRhZDdmMTk0NDU5OTk0ODBhZjc3ZGU5YmM5ZjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.p35ubxfDsB5sZvvqMAFNklBv_bdasfeO6t7C7tx55KQ)
QgsSatelliteInfo signal
is calculated as the average of the signals present in GxGSVWith future updates using
signal_id
you may get a result similar to this:qgsgpsinformationwidget.cpp
Small updates in SkyPlot satellites (added color and different symbol for various constellations)