interface gps with avr


Posted on Feb 7, 2014

GPS modem is a device which receives signals from satellite and provides information about latitude, longitude, altitude, time etc. The GPS navigator is more famous in mobiles to track the road maps. The GPS modem has an antenna which receives the satellite signals and transfers them to the modem. The modem in turn converts the data into useful information and sends the output in serial RS232


interface gps with avr
Click here to download the full size of the above Circuit.

logic level format. The information about latitude, longitude etc is sent continuously and accompanied by an identifier string. This article shows how to interface the GPS modem with ATmega16 and extract the location (latitude and longitude) from the GPGGA string and display it on LCD. The connection of GPS modem with AVR microcontroller (ATmega 16) is shown in the circuit diagram. The ground pin of max 232 and serial o/p of GPS modem is made common. Pin2 of MAX232 is connected to pin 3 of GPS modem and pin 3 of max 232 is connected to pin 2 of modem. This type of connection is called a serial cross cable. The following is an example of the output string from the GPS module with its explanation. This output strings contains information about latitude, longitude, time etc and will always start with $GPGGA. Refer NMEA Standards for more details on string formats. The MAX232 IC is used to convert the TTL/CMOS logic levels to RS232 logic levels during serial communication of microcontrollers with PC. The controller operates at TTL logic level (0-5V) whereas the serial communication in PC works. LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications. A 16x2 LCD display is very basic module and is very commonly used in various devices and circuits. These modules are preferred over seven segments. ATmega16 is an 8-bit high performance microcontroller of Atmel`s Mega AVR family...




Leave Comment

characters left:

Related Circuits

  • New Circuits

    .

     


    Popular Circuits

    3.6 Volt Lithium Ion Battery Charger (PIC12F675)
    Regulator L200 schematics
    Light Activated Day Night Switch Circuit
    IC Controlled Emergency Light With Charger Circuit
    USB phone charger
    12V 60A car battery
    Light that screen!
    One-way operation of a dynamic braking circuit
    4 ~ 20mA transmitter circuit diagram TMP35 temperature
    Balanced cross tube inverter circuit
    Asia ultrasonic remote control fan speed control circuit diagram



    Top