-
Notifications
You must be signed in to change notification settings - Fork 997
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
[Bug]: GPS Buffer full #5767
Comments
|
Thanks @cracky22 . Do you have the ability to build your own firmware? If so logs from one with #define GPS_DEBUG 1 in variant.h . Otherwise let me know and I'll make one for you. |
in variants/tracker-t1000e/variant.h ? |
|
|
OK, interesting. I wonder if our GPS configuration is being lost while asleep. Then it starts back up with every NMEA sequence enabled. Something like #5088 |
wait i have some logs for you: |
Thanks for the logs @cracky22 . So, the NMEA sequences are correct: GGA and RMC Though, there are a few lines in there like the GPS just started up again (when it starts it announces its version info), like this:
|
OK,so I read the logs from 10:00 to 10:10 and it all looks good. Then out of the blue, we get our buffer error. There aren't too many messages going on, so it looks like the buffer is not getting cleared properly. We probably need to clear it before sleep or something like that. Next step: reading the code. |
Category
Hardware Compatibility, Other
Hardware
Seeed Card Tracker T1000-E
Firmware Version
2.5.18
Description
WARN | 10:26:13 342 [GPS] GPS Buffer full with 1023 bytes waiting. Flush to avoid corruption
Relevant log output
WARN | 10:26:13 342 [GPS] GPS Buffer full with 1023 bytes waiting. Flush to avoid corruption
The text was updated successfully, but these errors were encountered: