-
Notifications
You must be signed in to change notification settings - Fork 197
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
And if GPS loose the fix? #150
Comments
Check the time of the latest fix and ensure it's newer than the previous fix, or that it's not too old relative to an external clock or 'millis()'? |
I think you need to check if the data is valid as shown in
This will only print lat, lon or altitude if the fix is valid (a.k.a. there is valid data coming in from your GPS). |
And the result was? |
Hello guys, @danalvarez, honestly seems that the methods fix.valid.location are not working properly in my case. Any idea? |
I would rather use 3 satellites isn't a particularly strong fix. |
Hi SlashDevin,
thank you for your library. A huge step forward respect the others you can find!
The precision is great.
I'm facing the following issue.
Basically, I need to sample the GPS data at 10Hz on a SD card.
I'm switching on a led when the GPS has a fix through the followin function:
This is working properly, unless I remove a cable form the GPS receiver.
In this case the data are basically lost and I can see a continus stream of identical values (last ones of the last fix).
Is there a way to check if some bad connection happens?
Many thanks
Enry
The text was updated successfully, but these errors were encountered: