- This topic has 3 replies, 3 voices, and was last updated 11 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › How to program a ATmega16 with GPS (basic)?
Hi guys
Im sitting here with a school project, where I need to program a ATMEGA16 with gps. i need my gps singal to show me latitudes and longitudes any one know how i do that?
Hi,
Tell you the first step. Connect the GPS module to the serial port of your PC, and use any application like hyperterminal to view what all data comes.
Next connect the GPS module to the serial port of the microcontroller, write a program to read the data, collect only the data you require.
yearh i know that, my problem is the code? i dont understand how to code the program i need