This format is only generated by the Locosys GT-11 and GT-31.
The SiRF binary format consists of 91 to 97 byte messages which mainly originate from the Geodetic Navigation Data.
The first 91 bytes are standard SiRF and remaining bytes are specific to Locosys; unfiltered SOG + COG, SDOP and VSDOP.
SiRFDrive fields are always set to zero on the GT-11 and GT-31, so they can safely be ignored.
SiRF Name | Raw Name | Type | Name | Type | Units | Resolution |
---|---|---|---|---|---|---|
Message ID 1 | message_id | u1 | - | - | - | - |
Nav Valid 2 | nav_valid | >u2 | - | - | - | - |
Nav Type 3 | nav_type | >u2 | - | - | - | - |
Extended Week Number | extended_week_no | >u2 | - | - | - | - |
TOW | time_of_week | >u4 | - | - | - | - |
UTC Year | utc_year | >u2 | ts | float64 | s | 1 x 10-3 |
UTC Month | utc_month | u1 | ts | float64 | s | 1 x 10-3 |
UTC Day | utc_day | u1 | ts | float64 | s | 1 x 10-3 |
UTC Hour | utc_hour | u1 | ts | float64 | s | 1 x 10-3 |
UTC Minute | utc_minute | u1 | ts | float64 | s | 1 x 10-3 |
UTC Second | utc_millisecs | >u2 | ts | float64 | s | 1 x 10-3 |
Satellite ID List | sv_ids | >u4 | svids | uint32 | - | - |
Latitude | latitude | >i4 | lat | float64 | deg | 1 x 10-7 |
Longitude | longitude | >i4 | lon | float64 | deg | 1 x 10-7 |
Altitude from Ellipsoid | altitude_ellipsoid | >i4 | - | - | - | - |
Altitude from MSL | altitude_msl | >i4 | ele | float64 | m | 1 x 10-2 |
Map Datum 4 | map_datum | u1 | - | - | - | - |
Speed Over Ground (SOG) | sog | >u2 | sog | float32 | m/s | 1 x 10-2 |
Course Over Ground (COG, True) | cog | >u2 | cog | float32 | m/s | 1 x 10-2 |
Magnetic Variation 5 | magnetic_variation | >i2 | - | - | - | - |
Climb Rate | climb_rate | >i2 | roc | float32 | m/s | 1 x 10-2 |
Heading Rate - SiRFDrive | heading_rate | >i2 | - | - | - | - |
Estimated Horizontal Position Error | ehpe | >u4 | ehpe | float32 | m | 1 x 10-2 |
Estimated Vertical Position Error | evpe | >u4 | evpe | float32 | m | 1 x 10-2 |
Estimated Time Error - SiRFDrive | ete | >u4 | - | - | - | - |
Estimated Horizontal Velocity Error - SiRFDrive | ehve | >u2 | - | - | - | - |
Clock Bias 6 | clock_bias | >i4 | - | - | - | - |
Clock Bias Error - SiRFDrive | clock_bias_error | >u4 | - | - | - | - |
Clock Drift 6 | clock_drift | >i4 | - | - | - | - |
Clock Drift Error - SiRFDrive | clock_drift_error | >u4 | - | - | - | - |
Distance - SiRFDrive | distance | >u4 | - | - | - | - |
Distance Error - SiRFDrive | distance_error | >u2 | - | - | - | - |
Heading Error - SiRFDrive | heading_error | >u2 | - | - | - | - |
Number of SVs in Fix | sv_count | u1 | sat | uint8 | - | - |
HDOP | hdop | u1 | hdop | float32 | - | 2 x 10-1 |
Additional Mode Info 7 | additional_mode_info | u1 | - | - | - | - |
Unfiltered Speed Over Ground 8 | unfiltered_sog | >u2 | sogu | float32 | m/s | 1 x 10-2 |
Unfiltered Course Over Ground 8 | unfiltered_cog | >u2 | cogu | float32 | m/s | 1 x 10-2 |
Speed Dilution of Precision 9 | sdop | u1 | ehve | float32 | m/s | 1 x 10-2 |
Vertical Speed Dilution of Precision 9 | vsdop | u1 | evve | float32 | m/s | 1 x 10-2 |
Notes:
During the testing of the GPS Wizard modules, it was observed that GPSResults uses “altitude from ellipsoid” instead of “altitude from MSL”, when loading SBN files.
Since the SBP format only includes “altitude from MSL”, corresponding SBN and SBP files from the same session will show different altitudes in GPSResults.
GPS Wizard uses “altitude from MSL” as standard, since it is available in all supported file formats; FIT, GPX, NMEA, SBN, SBP, OAO and UBX.
In contrast, “altitude from ellipsoid” is only available in the SBN and UBX formats and is unavailable in FIT, GPX, NMEA, SBP and OAO.
Use navigation type to determine fix type; e.g. 2d or 3d.
Some of the other flags may also be of interest but they only apply to the GT-11 and GT-31, not the GW-52 or GW-60.