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

Accuracy estimates with Trimble R1 seem to be off #3

Open
jeb62868 opened this issue May 29, 2018 · 1 comment
Open

Accuracy estimates with Trimble R1 seem to be off #3

jeb62868 opened this issue May 29, 2018 · 1 comment

Comments

@jeb62868
Copy link

I'm experimenting with your cordova-plugin-bluetooth-geolocation using a Trimble R1 and the accuracy estimate seems to be off. The Trimble GNSS Status app is reporting SBAS corrected accuracy of less than 50cm and 8 decimal positions in the lat/lon values. What I'm getting through the Bluetooth NMEA stream seems to "stick" at an accuracy estimate of 2.0m and doesn't go lower and is only showing me six decimal positions in the lat/lon (which is correct if the accuracy is 2m).

Looking in your code I am curious about this:

'accuracy': gps.state.hdop && gps.state.hdop * 4

Is there any way to get the same coordinates and level of accuracy through the NMEA stream as I'm seeing in the GNSS Status application?

@dermeister0
Copy link

It seems that GST should be used to calculate accuracy correctly.
https://www.trimble.com/OEM_ReceiverHelp/V4.44/en/NMEA-0183messages_GST.html

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