-
Notifications
You must be signed in to change notification settings - Fork 34
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
Valid GPS data by invalid NMEA0183 GPS sentences #38
Comments
$GPRMC,000000.00,A,0.000,N,0.000,E,0.0,0.0,050505,0.0,E6D is nearly a valid sentence (beside the strange checksum) |
BTW: where did you get the log from - nearly none of the messages are valid NMEA messages. |
All NMEA0183 sentences coming via serial interface from the NEO-6M by missing GPS fix. The sentences are the original NMEA0183 from UBlox. I'm not sure that the UBlox modul is a original modul. I remember me that other GPS USB sticks has the same empty values by missing GPS fix. I'm wondering about the poor date value 2041! |
The checksum is ok. Leading zeros are suppressed. See voltage sentences. |
This one is not ok: |
Oh... right. $GPXDR,U,12.330,V,Voltage05 Now coming all sentences with correct check sums. Hmm...???? |
Ahh... the inline editor has a problem with the character.
|
20220403 |
Data shows valid GPS data by invalid NMEA0183 GPS sentences.
$GPRMC,000000.00,A,0.000,N,0.000,E,0.0,0.0,050505,0.0,E6D
$GPXDR,U,12.340,V,Voltage02
$GPRMC,000000.00,A,0.000,N,0.000,E,0.0,0.0,050505,0.0,E6D
$GPRMC,,V,,,,,,,,,,N53
$GPVTG,,,,,,,,,N30
$GPGGA,,,,,,0,00,99.99,,,,,,48
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.9930
$GPGSV,2,1,06,05,,,11,07,,,19,08,,,22,09,,,2376
$GPGSV,2,2,06,15,,,24,21,,,217D
$GPGLL,,,,,,V,N64
$GPRMC,000000.00,A,0.000,N,0.000,E,0.0,0.0,050505,0.0,E6D
$GPXDR,U,12.330,V,Voltage05
$GPRMC,000000.00,A,0.000,N,0.000,E,0.0,0.0,050505,0.0,E6D
$GPRMC,,V,,,,,,,,,,N53
$GPVTG,,,,,,,,,N30
$GPGGA,,,,,,0,00,99.99,,,,,,48
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.9930
$GPGSV,3,1,12,01,,,23,02,,,21,04,,,24,05,,,127D
$GPGSV,3,2,12,06,,,24,08,,,21,09,,,27,10,,,2679
$GPGSV,3,3,12,11,,,25,14,,,24,15,,,21,21,,,2179
$GPGLL,,,,,,V,N64
$GPRMC,000000.00,A,0.000,N,0.000,E,0.0,0.0,050505,0.0,E6D
$GPXDR,U,12.210,V,Voltage06
$GPRMC,,V,,,,,,,,,,N53
$GPVTG,,,,,,,,,N30
$GPGGA,,,,,,0,00,99.99,,,,,,48
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.9930
$GPRMC,000000.00,A,0.000,N,0.000,E,0.0,0.0,050505,0.0,E6D
$GPGSV,3,1,10,01,,,22,04,,,23,05,,,26,06,,,21*7A
The text was updated successfully, but these errors were encountered: