PV — Position and Velocity
Queries the current GNSS position and velocity. Optionally returns a Google Maps URL.
Format
- Query position:
>QPV< - Query Google Maps link:
>QPV;GM< - Response:
>RPV{TIME}{LAT}{LON}{SPEED}{HEADING}{QUALITY}< - Response (GM):
>RPV;GM http://maps.google.com/maps?q={LAT},{LON}<
Parameters
No set command available. Query only.
| Field | Description |
|---|---|
TIME | GNSS time in seconds (5 digits) |
LAT | Latitude signed value, scaled by 100000 (8 chars including sign) |
LON | Longitude signed value, scaled by 100000 (9 chars including sign) |
SPEED | Speed (3 digits) |
HEADING | Heading (3 digits) |
QUALITY | GNSS quality/status code (2 digits) |
Examples
Query position:
>QPV<
>RPV14750+2578250-0802813901519509<
Get Google Maps link:
>QPV;GM<
>RPV;GM http://maps.google.com/maps?q=+2578250,-08028139<
Related Signals
- Use ST for detailed GNSS status
F01signal: GNSS fix available- Extended tags
AL,SV,DOPadd more GNSS data to reports