error in RMC parsing
See original GitHub issueMy device (Ublox ZED-F9P) submits an empty course value when the device is stationary, for example:
['GNRMC', '051003.00', 'A', '100', 'N', '100', 'E', '0.124', '', '080122', '', '', 'A', 'V']
which fact invalidates current parser here:
I do not know what is your favourite solution to that so I am not submitting a pull request, but it should be fixed in some way 😃
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (3 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
FS#2211 : RMC parser bug: new fields at end of sentence ...
There is an error in parsing "newer" RMC sentences. Apparently the RMC parser balks about any new fields introduced in NMEA V3.0 and...
Read more >Parsing GPS valid status in RMC bug #19 - GitHub
and the library is parsing the status as invalid. It has problem with the decimal point in the UTC time. The UTC time...
Read more >GPS RMC and pvt parsing - Nordic Q&A
My question, do the pvt parsing take into account RMC sentences when the trigger for the GPS handler is FIX, or do I...
Read more >PI28819: NEITHER SEARCH NOR RMC FEEDS WORK ... - IBM
When I host an RMC-generated war file on the RTC 5.0.1 tomcat server, and then try to access feeds from it, I get...
Read more >NMEA-0183 Messages Guide for AgGPS Receivers
Trimble recommends comma delimited parsing. B.3 NMEA Message Summary. Table 3 describes the NMEA-0183 message set that is supported by the AgGPS receivers....
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

Hallo, heading and course are different! A gps-unit can only calculate a course, when it is moving. No move no course. And it can not calculate a heading. It is correct, not to send a course, when not moving. Or if the speed os zero, then the course is not usable. Greetings romeotango
We do not have any other data than content of GNRMC message. What I am working on currently is to have no value which would work with other parts of the code.