Hi friends,
I tried interfacing GPS module with PC to extract the co ordinates (lat,long)
As soon as I connected the device to serial port @9600 baud, it started spitting data.
as per NMEA(pretty straight forward), I extracted latitude and longitude from the $GPGGA string. but every time I land up to a place about 30Km away from home
.
Then I used the software GPSCockpit, which provided the exact co-ordinates of my house. This is mystery to me.
for instance,
a GGA string i received is like:
$GPGGA,075529.844,1307.2917,N,08012.5775,E,1,4,1.34,30.2,M,-88.5,M,,*40
this gives the (lat, long) data 13.072917N,080.125775E
but the original co ordinates are (13.121540,80.209590)
How do I get this? I ve done a lot of google search to ensure no one else has faced a similar problem. Please suggest me proceed further.
I tried interfacing GPS module with PC to extract the co ordinates (lat,long)
As soon as I connected the device to serial port @9600 baud, it started spitting data.
as per NMEA(pretty straight forward), I extracted latitude and longitude from the $GPGGA string. but every time I land up to a place about 30Km away from home
Then I used the software GPSCockpit, which provided the exact co-ordinates of my house. This is mystery to me.
for instance,
a GGA string i received is like:
$GPGGA,075529.844,1307.2917,N,08012.5775,E,1,4,1.34,30.2,M,-88.5,M,,*40
this gives the (lat, long) data 13.072917N,080.125775E
but the original co ordinates are (13.121540,80.209590)
How do I get this? I ve done a lot of google search to ensure no one else has faced a similar problem. Please suggest me proceed further.
Attachments
-
168.9 KB Views: 37