meetvivekthangam
Newbie level 3
- Joined
- Apr 5, 2013
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,333
I am Vivek,
I am doing my final year Project.
The objective of my project is to control my boat using a GPS unit. (Automatic Navigation)
I have a GPS Unit that transmits data something similar to
$GPGGA,114948.000,2836.6518,N,07722.0835,E,1,5,3.58,195.9,M,-35.9,M,,*7B
$GPGSA,A,3,14,32,01,12,11,,,,,,,,3.70,3.58,0.92*05
$GPGSV,3,1,10,31,65,191,,22,55,094,,14,47,028,38,11,29,287,27*7B
$GPGSV,3,2,10,01,24,312,39,32,23,313,39,25,20,085,,12,07,053,17*73
$GPGSV,3,3,10,19,07,243,14,30,07,175,20*72
$GPRMC,114948.000,A,2836.6518,N,07722.0835,E,0.28,92.31,020113,,,A*56
From a previous post in this forum i have learnd GPGGA has the latitude and longitude positions. I need only to acquire those two values and ignore all else. I am using a 8051 microprocessor. Please Help me
Thanks in advance
I am doing my final year Project.
The objective of my project is to control my boat using a GPS unit. (Automatic Navigation)
I have a GPS Unit that transmits data something similar to
$GPGGA,114948.000,2836.6518,N,07722.0835,E,1,5,3.58,195.9,M,-35.9,M,,*7B
$GPGSA,A,3,14,32,01,12,11,,,,,,,,3.70,3.58,0.92*05
$GPGSV,3,1,10,31,65,191,,22,55,094,,14,47,028,38,11,29,287,27*7B
$GPGSV,3,2,10,01,24,312,39,32,23,313,39,25,20,085,,12,07,053,17*73
$GPGSV,3,3,10,19,07,243,14,30,07,175,20*72
$GPRMC,114948.000,A,2836.6518,N,07722.0835,E,0.28,92.31,020113,,,A*56
From a previous post in this forum i have learnd GPGGA has the latitude and longitude positions. I need only to acquire those two values and ignore all else. I am using a 8051 microprocessor. Please Help me
Thanks in advance