AVR GPS Locator using avr microcontroller Using Atmega

gps locator

In this project i have interfaced an GPS with AVR microcontroller, the ATtiny2313 gets the location from the GPS and display it over the LCD display. This project also have the feature of marking a place with its name. For entering the Name of the place i have used the PC-AT Keyboard.
At starting the microcontroller will display the latitude and longitude on the LCD display and if you need to mark the place, then press the Button SW1. Now the microcontroller will ask you to enter the name through the PC keyboard. Type the Name of the place of maximum 16 characters and press Enter key to store it.
The ATtiny2313 will store the name and the current location on the Onchip EEPROM. So when you come to the same location next time the microcontroller will display the name of the place on the LCD and it will also produce an buzzer sound.
In this project you can add only 1 location, Since i am using the demo version of BASCOM, it can compile a maximum of 2KB. If you can compile more then you can add as much locations you want.
The locations takes 12bytes, for ex. Latitude : 08.10.17N & longitude: 77.25.36E
The Name of the place takes 16bytes. so you need a maximum of 28bytes per location.
I have used SR87 GPS module from Progin, it have the following features

  • High sensitivity SiRF Star chipsets.
  • High performance receiver tracks up to 20 satellites.
  • TTL output for GPS command interface. (Since it is TTL output i directly connect it to the microcontroller)
  • Low power consumption.
  • Average Cold Start time under 42 seconds.
  • On-chip 1Mb SRAM.
  • Reacquisition time 0.1 second.
  • Support accurate 1PPS output signal aligned with GPS timing.

Circuit Diagram

gps locator

Read more: AVR GPS Locator using avr microcontroller

Leave a Comment

Your email address will not be published. Required fields are marked *