Hello, All,
I want to use the GPS positioning function of the nRF9160, currently using the "nrf/samples/nrf9160/gnss" sample for testing, the type used is GNSS_SAMPLE_ASSISTANCE_NONE.
After I get the data, I want to judge the accuracy of the positioning.
I found the deviation to be a bit large.
Is there any additional conversion needed to get the actual latitude and longitude?
What tool can I use to get the actual location based on latitude and longitude?
This way I can get the error of the actual measurement.
For example, the following is the data location data I get, based on NCS 1.8.0:
$GPGLL,2240.11407,N,11402.12129,E,091646.16,A,A*6A
How to get the actual location based on it?
Using the map to locate the position found that the position is very different, so I can't be sure if the data is correct.
Hope to get your reply soon, thank you!