AVR GPS Locator using avr microcontroller

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.
  • Support Standard NMEA-0183 and SiRF Binary protocol.
  • Multi-path mitigation hardware.
  • Built-in a lithium battery enables fast positioning.
  • Compact size (25.4×25.4×7 mm3) for easy integration into hand-held devices.

Circuit Diagram

AVR GPS Locator
For more Detail: AVR GPS Locator using avr microcontroller
 


About The Author

Ibrar Ayyub

I am an experienced technical writer with a Master's degree in computer science from BZU Multan University. I have written for various industries, mainly home automation and engineering. My writing style is clear and simple, and I am skilled in using infographics and diagrams. I am a great researcher and am able to present information in a well-organized and logical manner.

Follow Us:
LinkedinTwitter
Scroll to Top