Archived Boards and Threads > FAQ GlobalTop GPS Receivers and Modules
How do I configure fix-rates down to 0.1 Hz?
(1/1)
Horsa:
Q: How do I configure fix-rates down to 0.1 Hz?
If you want to configure the fix rate down to 0.1 Hz, you shall use the following command with parameter set to 10000 milliseconds:
Packet Type: 220 = PMTK_SET_NMEA_UPDATERATE
Set NMEA port update rate
Position fix interval (millisecond). The possible interval values range between 100 and 10000
Example:
--- Code: ---$GPGGA,063549.000,2307.1237,N,12016.4424,E,2,17,0.70,28.4,M,17.8,M,0000,0000*50
$GPGGA,063550.000,2307.1237,N,12016.4424,E,2,17,0.70,28.4,M,17.8,M,0000,0000*58
$PMTK001,220,3*30 (this acknowledge means that PMTK220 command has been sent)
$GPGGA,063551.000,2307.1237,N,12016.4424,E,2,17,0.70,28.4,M,17.8,M,0000,0000*59
$GPGGA,063601.000,2307.1237,N,12016.4424,E,2,17,0.70,28.4,M,17.8,M,0000,0000*5F (GGA modified to be computed every 10 seconds)
$GPGGA,063611.000,2307.1237,N,12016.4424,E,2,17,0.70,28.4,M,17.8,M,0000,0000*5E
$GPGGA,063621.000,2307.1229,N,12016.4419,E,2,17,0.70,28.4,M,17.8,M,0000,0000*5C
--- End code ---
Important difference:
* Packet Type: 220 = PMTK_SET_NMEA_UPDATERATE
sets the actual computation period.
* Packet Type: 314 = PMTK_API_SET_NMEA_OUTPUT
sets the NMEA sentence output frequencies: it simply configures how many computed sentences are output and how many are suppressed.
Navigation
[0] Message Index
Go to full version