I am using sensor nodes and their antenna to calculate GPS coordinates as notation of (degrees/minutes/seconds), I have some question of how to do these things:
How can I convert latitude and longitude to X,Y coordinate, then plot X,Y points on a scale, also need to specify one node as reference one to calculate XY related to it.
What is the Euclidean distance between GPS position, or it is applicable to calculate distances between the converted XY point?
I need equations to convert GPS to XY.