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, 4 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

  • LED circuit for 1/6 scale diorama May 14, 2025
  • Can I use this charger in every country? May 14, 2025
  • Electronic board faulty?!? May 13, 2025
  • using a RTC in SF basic May 13, 2025
  • An Update On Tarrifs May 13, 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