GPS Shield DFRDuino Code

Hello,
I'm a newbie here ;D
There is something I want to ask related to GPS Shield code
The Sample Code that publish here [url=http://www.dfrobot.com/wiki/index.php?title=DFRduino_GPS_Shield-LEA-5H_%28SKU:TEL0044%29]http://www.dfrobot.com/wiki/index.php?title=DFRduino_GPS_Shield-LEA-5H_%28SKU:TEL0044%29[/url]
The code definitely work,
On HyperTerminal I got the latitude and longitude data
[code]UTC :150938.00
Latitued :651.96112
Direction:S
Longitude:10734.41015
Direction:E[/code]
Unfortunately that was just a $GPGGA data,
$GPRMC is what I need, so I modified the code
And voilà, I get the $GPRMC data
But in $GPRMC data I can't get the altitude information that only provide in $GPGGA data
I need $GPRMC and $GPGGA data in the same time to get information about utc, latitude, longitude, speed, date, and altitude
My question is, is it possible to show all of GPS NMEA 0183 data?
Like this sample data in HyperTerminal using GPS Shield?
[code]$GPRMC,002454,A,3553.5295,N,13938.6570,E,0.0,43.1,180700,7.1,W,A*3F
$GPRMB,A,,,,,,,,,,,,A,A*0B
$GPGGA,002454,3553.5295,N,13938.6570,E,1,05,2.2,18.3,M,39.0,M,,*7F
$GPGSA,A,3,01,04,07,16,20,,,,,,,,3.6,2.2,2.7*35
$GPGSV,3,1,09,01,38,103,37,02,23,215,00,04,38,297,37,05,00,328,00*70
$GPGSV,3,2,09,07,77,299,47,11,07,087,00,16,74,041,47,20,38,044,43*73
$GPGSV,3,3,09,24,12,282,00*4D
$GPGLL,3553.5295,N,13938.6570,E,002454,A,A*4F
$GPBOD,,T,,M,,*47
$PGRME,8.6,M,9.6,M,12.9,M*15
$PGRMZ,51,f*30
$HCHDG,101.1,,,7.1,W*3C
$GPRTE,1,1,c,*37
$GPRMC,002456,A,3553.5295,N,13938.6570,E,0.0,43.1,180700,7.1,W,A*3D[/code]
I try to modified the code, but I can't get the output in HyperTerminal
Which part on the code should be changed in order to show all NMEA data from GPS?
I really appreciate some helps,
BR.
Joko Pratomo Adi
:D
I'm a newbie here ;D
There is something I want to ask related to GPS Shield code
The Sample Code that publish here [url=http://www.dfrobot.com/wiki/index.php?title=DFRduino_GPS_Shield-LEA-5H_%28SKU:TEL0044%29]http://www.dfrobot.com/wiki/index.php?title=DFRduino_GPS_Shield-LEA-5H_%28SKU:TEL0044%29[/url]
The code definitely work,
On HyperTerminal I got the latitude and longitude data
[code]UTC :150938.00
Latitued :651.96112
Direction:S
Longitude:10734.41015
Direction:E[/code]
Unfortunately that was just a $GPGGA data,
$GPRMC is what I need, so I modified the code
And voilà, I get the $GPRMC data
But in $GPRMC data I can't get the altitude information that only provide in $GPGGA data
I need $GPRMC and $GPGGA data in the same time to get information about utc, latitude, longitude, speed, date, and altitude
My question is, is it possible to show all of GPS NMEA 0183 data?
Like this sample data in HyperTerminal using GPS Shield?
[code]$GPRMC,002454,A,3553.5295,N,13938.6570,E,0.0,43.1,180700,7.1,W,A*3F
$GPRMB,A,,,,,,,,,,,,A,A*0B
$GPGGA,002454,3553.5295,N,13938.6570,E,1,05,2.2,18.3,M,39.0,M,,*7F
$GPGSA,A,3,01,04,07,16,20,,,,,,,,3.6,2.2,2.7*35
$GPGSV,3,1,09,01,38,103,37,02,23,215,00,04,38,297,37,05,00,328,00*70
$GPGSV,3,2,09,07,77,299,47,11,07,087,00,16,74,041,47,20,38,044,43*73
$GPGSV,3,3,09,24,12,282,00*4D
$GPGLL,3553.5295,N,13938.6570,E,002454,A,A*4F
$GPBOD,,T,,M,,*47
$PGRME,8.6,M,9.6,M,12.9,M*15
$PGRMZ,51,f*30
$HCHDG,101.1,,,7.1,W*3C
$GPRTE,1,1,c,*37
$GPRMC,002456,A,3553.5295,N,13938.6570,E,0.0,43.1,180700,7.1,W,A*3D[/code]
I try to modified the code, but I can't get the output in HyperTerminal
Which part on the code should be changed in order to show all NMEA data from GPS?
I really appreciate some helps,
BR.
Joko Pratomo Adi
:D