Data Format of GPS Module

Status
Not open for further replies.

K2DGR8

Junior Member level 3
Joined
Sep 23, 2011
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Visit site
Activity points
1,503
What is the Data Format of a GPS Module, connected serially to 8051?
The o/p of GPS consists of many more data. But I want only Lat./Long. information from it.
How can I do it?
 

K2DGR8,

It depends on the module, but most current ones support standard NMEA183 output. You'll set up the GPS to output the
sentence of your choice (for instance, for lat/long, you would pick the GGA or RMC sentences). From there it's just a matter
of reading in the string and parsing it in your 8051, picking out the lat/long data).

Here is an example of the data you'll be dealing with, in this case using the RMC string:


Here are a couple of links to get you started:

NMEA 0183 - Wikipedia, the free encyclopedia

NMEA data
 
Reactions: K2DGR8

    K2DGR8

    Points: 2
    Helpful Answer Positive Rating
Gothrough this attached artical
Hopefully it will help you .

if you found any problem or have query ,dont hasitate to ask !!!!!!!!!!!!!!!
 

Attachments

  • NMEA Reference Manual1.pdf
    658.7 KB · Views: 165

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…