Distance Calculation by Lattitude/Longitude

Yes I know, but if they are using their own routines GPS input, arcsin...etc.. they will have overcome some of the shortfalls. It looks as if this chip was developed to do exactly what you need to do...look at the version 3
 
Yes I know, but if they are using their own routines GPS input, arcsin...etc.. they will have overcome some of the shortfalls. It looks as if this chip was developed to do exactly what you need to do...look at the version 3

can i simulate this chip??
 
ohhh yess its working fine for short distances which i want
x = (lon2-lon1) * cos((lat1+lat2)/2);
y = (lat2-lat1);
d = sqrt(x*x + y*y) * R;
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…