Microcontroller › AVR › interfacing GPS receiver with the AVR › check your GPS receiver’s
March 17, 2011 at 1:30 pm
#5770
Anonymous
Guest
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.