mikalhart / TinyGPSPlus

A new, customizable Arduino NMEA parsing library
http://arduiniana.org
1.05k stars 486 forks source link

How can I get a signal accuracy ? #61

Closed GeorgeFlorian closed 4 years ago

GeorgeFlorian commented 5 years ago

Hello !

I am trying to find a function that can tell me the accuracy of the signal.

At first I thought that TinyGPSPlus::distanceBetween() should do the trick, but that function does something else.

Is it possible to get signal accuracy ? Thank you !

TD-er commented 5 years ago

The HDOP value is some indicator on the accuracy of the received signal. It is the standard deviation in meters. (99 if no fix)

mikalhart commented 4 years ago

Thanks @TD-er. @GeorgeFlorian, are we good?