-
Notifications
You must be signed in to change notification settings - Fork 184
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
L76K GPS locking up #210
Comments
"$PMTK? L76K is a CASIC proprietary protocol, PMTK is a MediaTek proprietary protocol, so your PMTK fields are invalid. I uploaded the correct L76K document, please check it here |
Many thanks for the documentation, is there a version available in English? It's interesting that you say the PMTK fields are invalid, since at least the one that produces the NMEA sentences does actually work. However I will convert my code to PCAS, but would really appreciate an version English of the documentation if you have one.. |
There is no L76K on the English website, it can only be found on the Chinese website, so I don’t have an English version |
I have a T-Beam Supreme version 3.
I am writing an application to create an autonomous GPS data logger that will run unattended in my vehicle. testing so far has been good apart from one issue where the GPS appears to lock up when recording. If go out with the T-Beam it records for around 20 mins, then it hangs for 10 mins before it recovers; and it more-or-less repeats this behaviour for the remainder of my travels. The satellite count is good, as is HDOP (0.9 - 0.8 much or the time). I even tried the device walking and the same happens. I'm on open countryside.
Here's a code snippet if it helps..
Is anything strange here?
I'm struggling to find documentation for the L76K, so much of this is cobbled together from other code examples I could find.
I am writing a position in my GPX file every second. Do you thing the is overwhelming the T-Beam?
Many thanks
The text was updated successfully, but these errors were encountered: