Hey everybody,
I'm working on a GPS navigated robot and I want to calculate between current coordinates and past coordinates. anybody can teach me?
Hey everybody,
I'm working on a GPS navigated robot and I want to calculate between current coordinates and past coordinates. anybody can teach me?
Doesn't your GPS library do this for you?
The standard Arduino does not support double precision floats, and is not accurate for GPS navigation.
in my gps programing not include library yet. 'cause in my programming still processing change gps raw data to actual coordinate and combine it to controll robot. so what must I do?
so what must I do?
Study the web page linked in reply #2, or use libraries like TinyGPS++ or neoGPS.
Or (for short distances) Google "Pythagoras"
Mr. Pythagoras' contribution is discussed as "the equirectangular approximation" here.
but if the program like this? is it working? 'cause if im apply it in my arduino ide, nothing show in serial monitor.. here
If nothing shows in the serial monitor, it is not working.
For informed help, please read the "How to use this forum" post and carefully follow the directions.