[51] unable to understand the data received after interfacing gps modem with hyperterminal

Status
Not open for further replies.

ashu840

Newbie level 4
Joined
Aug 19, 2014
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
41
Dear all;

I want to display the date and on 16X2 lcd screenby receiving the data through gps modem.I'm using a skylab modem and i'm getting something like this
Code:
$GPRMC,131823.000,A,2017.741317,N,08549.967682,E,0.00,180.82,151014,,,A*60
$GPGGA,131824.000,2017.741317,N,08549.967682,E,1,5,3.49,43.353,M,-61.937,M,,*48
$GPGSA,A,3,18,14,24,19,22,,,,,,,,4.17,3.49,2.29*05
$GPGSV,3,1,10,14,59,290,27,18,50,041,36,22,45,341,39,24,28,049,34*7A
$GPGSV,3,2,10,27,20,272,17,31,19,196,19,19,11,300,36,12,03,097,*73
$GPGSV,3,3,10,193,,,,49,,,*4E
$GPRMC,131824.000,A,2017.741317,N,08549.967682,E,0.00,180.82,151014,,,A*67
$GPGGA,131825.000,2017.741317,N,08549.967682,E,1,5,3.49,43.353,M,-61.937,M,,*49
$GPGSA,A,3,18,14,24,19,22,,,,,,,,4.17,3.49,
by interfacing the modem with hyperterminal. Can anyone please explain me where to find the date and time from the above data.
 
Last edited by a moderator:

it might be the coordinates of the gps modem's position on earth. some modems provide it in degree, minutes, and seconds. you need to check the Skylab website or data sheet of the modem for this.
Hope this could help.
 

The beginning of each GPS NMEA sentence is preceded by a code/tag which indicates the purpose of the data which follows:

GPS - NMEA sentence information

The NMEA code/tag which indicates required sentence containing date and time data is $GPZDA.

You may need to enable this feature of the particular GPS module you are utilizing.


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