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

Add readHDOP and getAccuracy #16

Merged
merged 3 commits into from
Nov 29, 2016
Merged

Conversation

TechnoX
Copy link
Contributor

@TechnoX TechnoX commented Nov 26, 2016

Added a solution to issue #15

Added two functions to get information about the current accuracy of the GPS.
Needed for example to do a Kalman filter of the signal or any other
signal processing.

The calculation of the accuracy is not done in any spectacular way,
just a multiplication of the positional accuracy, but it should at least give
a sense of what the accuracy is.

Added a solution to issue particle-iot#15

Added two functions to get information about the current accuracy of the GPS.
Needed for example to do a Kalman filter of the signal or any other
signal processing.

The calculation of the accuracy is not done in any spectacular way,
just a multiplication of the positional accuracy, but it should at least give
a sense of what the accuracy is.
Better to specify what sensor we return the accuracy for

I.e. not the accelerometer.
Updated the name in the headerfile as wellg
@jenesaisdiq jenesaisdiq merged commit b8c7cde into particle-iot:master Nov 29, 2016
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

Successfully merging this pull request may close these issues.

2 participants