EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise
You are here: Home / Topics / How to interface GPS with AVR microcontroller (ATmega16)

How to interface GPS with AVR microcontroller (ATmega16)

|

Projects › Projects › How to interface GPS with AVR microcontroller (ATmega16)

  • This topic has 2 replies, 3 voices, and was last updated 11 years, 11 months ago by Najiullah.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • December 20, 2012 at 6:30 pm #2030
    Frank
    Participant

    Hi,

     

    I get an error when im trying to compile the How to interface GPS with AVR microcontroller (ATmega16) program.

     

    In line 101:

     

    while(lati_value!=’’)

                                    {

                                    LCD_write(lati_value[j]);

                                    j++;

                                    }

     

    I get this error:

     

    ../GPS_Test.c:101:32: error: ‘j’ undeclared (first use in this function)

     

     

    Frank

    December 21, 2012 at 6:10 pm #8866
    AJISH ALFRED
    Participant

    I guess you should write ‘i’ instaed of ‘j’.

     

    {

                         LCD_write(lati_value);

                         i++;

    }

    December 24, 2013 at 4:20 am #10750
    Najiullah
    Participant

    sample add char j variable above while defining variables

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

RSS Recent Posts

  • Hitachi SuperScan Elite 802 CRT Monitor Issues (Model CM802U) December 7, 2025
  • Sanity Check – Peltier "Cooler" for Heating and Cooling December 7, 2025
  • My Advanced Realistic Humanoid Robots Project December 7, 2025
  • Funny Images Thread! December 7, 2025
  • I am ready to move from electrical and electronics field but confused where ? December 7, 2025

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise