-
Notifications
You must be signed in to change notification settings - Fork 60
Error while using a UBLOX module #5
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
Comments
I am going to work on this (pycon sprints) |
Fixed by #6! |
I'm getting similar to the original issue here. Before the GPS is locked/warmed up/whatever terminology you want to use, I'm getting errors in
However, I more often get this issue:
As with the original issue, once the device begins functioning, it rarely gives any errors. A quick glance at the indicated code for the NoneType error shows that it looks like it's attempting to error check the time_utc after attempting the conversion to int. I've taken some pokes at working with this, but my device isn't cooperating and it's midnight. |
@Andon-A I've seen the Is this Adafruit's Ultimate GPS or some other module? |
@dhalbert I'll fiddle tomorrow to get it to print the input. It's a uBlox NEO-5Q-0-002 |
Hi, I just try to test a NEO-6M GPS module with CircuitPython on Itsy Bitsy M4 express board. However, when I look at the oscilloscope, the signal is quite correct with an update every second. I tried with Circuitpython v3.1.2 and v4.0.0 beta 5 and I've got the same results. Does anyone fix it ? Thanks a lot. |
This seems more like an issue with the serial data coming from the GPS. If you create the GPS object with I encourage you to open a new issue rather than add to a closed one. |
Thanks a lot for your answer. |
Added ways to handle all sentences. Currently, only _parse_gpgll actually works
Was testing this unit on a Trinket M0 running Circuitpython 2.x.
When GPS is still locking on this error occurs:
As soon as the GPS locks on the error disappears and things work properly.
The text was updated successfully, but these errors were encountered: