thunderboympm
Full Member level 5
- Joined
- Sep 17, 2007
- Messages
- 243
- Helped
- 32
- Reputation
- 64
- Reaction score
- 29
- Trophy points
- 1,308
- Location
- Malappuram, India
- Activity points
- 2,469
first of all you need to understand the bourd rate me your gps. If it is done, you want to setup similar bourd rate in your micro controller.
Then you want to wait untill '$' symbol arrives. When this symbol got you take an array of 7 size. And enter the incoming characters to that array till a ',' get . This is gps header. Check the header for a GPGGA or GPRMC or GPGLL. The time stamp will be the next. You may save this or not. The next field contain the latitude, and the next field longitude.
For all this you need to save this in an array.
Next you need to read the google map api to understand the plotting procedure.
Apply the lat long array to this
You done!
---------- Post added at 02:58 ---------- Previous post was at 02:51 ----------
first of all you need to understand the bourd rate me your gps. If it is done, you want to setup similar bourd rate in your micro controller.
Then you want to wait untill '$' symbol arrives. When this symbol got you take an array of 7 size. And enter the incoming characters to that array till a ',' get . This is gps header. Check the header for a GPGGA or GPRMC or GPGLL. The time stamp will be the next. You may save this or not. The next field contain the latitude, and the next field longitude.
For all this you need to save this in an array.
Next you need to read the google map api to understand the plotting procedure.
Apply the lat long array to this
You done!
Then you want to wait untill '$' symbol arrives. When this symbol got you take an array of 7 size. And enter the incoming characters to that array till a ',' get . This is gps header. Check the header for a GPGGA or GPRMC or GPGLL. The time stamp will be the next. You may save this or not. The next field contain the latitude, and the next field longitude.
For all this you need to save this in an array.
Next you need to read the google map api to understand the plotting procedure.
Apply the lat long array to this
You done!
---------- Post added at 02:58 ---------- Previous post was at 02:51 ----------
first of all you need to understand the bourd rate me your gps. If it is done, you want to setup similar bourd rate in your micro controller.
Then you want to wait untill '$' symbol arrives. When this symbol got you take an array of 7 size. And enter the incoming characters to that array till a ',' get . This is gps header. Check the header for a GPGGA or GPRMC or GPGLL. The time stamp will be the next. You may save this or not. The next field contain the latitude, and the next field longitude.
For all this you need to save this in an array.
Next you need to read the google map api to understand the plotting procedure.
Apply the lat long array to this
You done!