Skip to content
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

Performance question #105

Open
jan5650 opened this issue Sep 30, 2022 · 1 comment
Open

Performance question #105

jan5650 opened this issue Sep 30, 2022 · 1 comment

Comments

@jan5650
Copy link

jan5650 commented Sep 30, 2022

Hello!

I started using GPS modules in 2019. I searched for a long time for the right library, until I finally decided to use the NeoGPS library. I chose it because at the time it advertised itself as smaller, faster (it could use more digits, so more GPS coordinates were preserved, it didn't end with the last digit) and more accurate than all the other libraries.

NeoGPS has not been updated since 2018.

I just found TinyGPS again, and I am glad to see that it is still supported.

In the meantime, has TinyGPS become better than NeoGPS? Will it be able to bring the same level of accuracy as NeoGPS? Does it support hardware UART?

Thank you!

@TD-er
Copy link
Contributor

TD-er commented Sep 30, 2022

You can feed the library per character, so any input (even HW serial) can be used as source.

The lattitude and longitude are available as double, so that should be more resolution than is available in the NMEA sentences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants