Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Distance Calculation by Lattitude/Longitude

Status
Not open for further replies.
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;
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top