Replies: 1 comment 1 reply
-
QField uses the nmea parser from QGIS https://github.com/qgis/QGIS/blob/master/external/nmea/parse.c |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
External GNSS receiver and @position _.... variables
Good evening, I'm doing some tests with a ZED-F9P GNSS receiver, and using the variables "@position _....." and "@GNSS _...."
I found it difficult to use the "@position_direction" variable, it is NOT always available!
It seems to be related to the speed of movement .....
... also the icon that indicates the direction of movement disappears when I remain still in one point.
The GNSS position message (which varies in real time) can still indicate a direction of movement even when standing still at one point.
The documentation does not clarify how it is detected, I wanted to ask if it actually works like this (in which case it would be useful to report it in the documentation) or is it a bug, as however it should indicate the last calculated direction of movement.
Also for the variable "@position_used_satellites" I get no values using the command: "array_count (@position_used_satellites)" as reported in the documentation.
I tried with "array_lenght (@position_used_satellites)" but no value!
It would be interesting to know which NMEA messages should be enabled for external receivers connected via Bluetooth.
Thank you
Mauro B.
Beta Was this translation helpful? Give feedback.
All reactions