-
Notifications
You must be signed in to change notification settings - Fork 63
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
GPS on A7670 get satellites always is 0 #177
Comments
The number of visible GPS satellites has been fixed, but the number of visible satellites is not available. If you need more GPS messages you need to use the GPS_NMEA_Parse function. |
Hi, Thanks for your reply. I see the Visible Satellites number.
And the Used Satellites always is 0. Is this due to hardware limitations or something else? |
I think I have said above that the number of satellites used is not available. This is because the GNSSINFO command does not return this value. |
Dear,
I run the example GPS_BuiltIn
https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/tree/main/examples/GPS_BuiltIn
With the config file:
However, I always get satellites are 0
The example still works and can return the correct longitude and latitude.
I need the visible and usable satellite value.
What is the problem?
Thanks.
The text was updated successfully, but these errors were encountered: