- This topic has 4 replies, 5 voices, and was last updated 13 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › interfacing GPS receiver with the AVR
hello to all
I am doing a project in which I want to interface the GPS receiver with the AVR atmega 16 microcontroller and for this purpose I am using this receiver on the site:
http://www.rhydolabz.com/index.php?main_page=product_info&cPath=122&products_id=475
So I want to know that can I interface this receiver with the Atmega 16 with the help of your code , I mean is your code compatible for any GPS receiver or it has to be modified accordingly.
Thank you
Piyush Pandey
check your GPS receiver’s datasheet.. if it gives output as per NMEA format.. i think the code should work.
if not you can decode the output because i guess all the receivers give serial data only and ATmega16 can be very well used to receive and decode that data.
Connect the TTL oputput pin to the serial port of the PC. don’t forget to use max232 between gps TTL output and PC. Use hyperterminal to check the output data format. according to this make the code and burn into controller . this time direct TTL output can be given to controller.
hello piyush i think it is compatible with all the GPS system.. you just try out once….
i used the same gps module progin sr.91 but the lcd only displays “we at”