Skip to content

Update RMC parsing to handle the extra parameter in NMEA 4.1 #66

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

Merged
merged 2 commits into from
Sep 7, 2021

Conversation

lesamouraipourpre
Copy link
Contributor

This should update the parsing to handle the extra parameter. (Closes #65)

This has NOT been tested as my GPS modules are at another location. (I can get them later in the week if needed)

@lyusupov Are you able to test the pull request against your hardware?
Out of interest, what device/module are you using that is sending NMEA 4.1+ sentences?

Also, a minor correction to simpletest

@lyusupov
Copy link

lyusupov commented Sep 6, 2021

Are you able to test the pull request against your hardware?

Sure. I'll try to make it soon.

Out of interest, what device/module are you using that is sending NMEA 4.1+ sentences?

The module that I've got the issue onto is Quectel L76K

@lyusupov
Copy link

lyusupov commented Sep 6, 2021

Yes. I confirm that this PR works fine both in NMEA 4.0 and 4.1 modes.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thank you!

@tannewt tannewt merged commit 3655448 into adafruit:main Sep 7, 2021
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Sep 14, 2021
Updating https://github.com/adafruit/Adafruit_CircuitPython_GPS to 3.9.1 from 3.9.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_GPS#66 from lesamouraipourpre/rmc
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template
  > Merge pull request adafruit/Adafruit_CircuitPython_GPS#59 from lesamouraipourpre/pylint-yaml

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 to 2.12.1 from 2.12.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_SSD1306#67 from eliotg/main

Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 1.15.2 from 1.15.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#55 from deshipu/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_parse_rmc method failed to parse NMEA 0183 ver. 4.1 compliant RMC sentence
3 participants