Adafruit Ultimate GPS Breakout echo code

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
aarballer7
 
Posts: 2
Joined: Fri Feb 08, 2013 9:47 am

Adafruit Ultimate GPS Breakout echo code

Post by aarballer7 »

I downloaded the echo code from the GPS library provided. I tried to verify the code and upload it but it is returning errors as follows.

echo:38: error: 'Adafruit_GPS' does not name a type
echo.pde: In function 'void setup()':
echo:61: error: 'GPS' was not declared in this scope
echo:66: error: 'PMTK_SET_NMEA_OUTPUT_RMCGGA' was not declared in this scope
echo:76: error: 'PMTK_SET_NMEA_UPDATE_5HZ' was not declared in this scope
echo.pde: In function 'void __vector_14()':
echo:90: error: 'GPS' was not declared in this scope

If anyone has some insight into what declarations need to be made, that would be great, thanks.

I am using an Arduino UNO , and ultimate GPS Breakout v3.

Thanks.

User avatar
wethaguy
 
Posts: 54
Joined: Sun May 06, 2012 9:00 pm

Re: Adafruit Ultimate GPS Breakout echo code

Post by wethaguy »

It looks like you haven't installed the Adafruit_GPS library (saved it in the right directory under your Arduino directory). Go here and download the library and follow the directions in the readme on where to install it.

Good luck.

aarballer7
 
Posts: 2
Joined: Fri Feb 08, 2013 9:47 am

Re: Adafruit Ultimate GPS Breakout echo code

Post by aarballer7 »

Alright thanks, this code is no longer in error but I am getting an error

avrdude: stk500_getsync(): not in sync: resp= 0x00

any insight?

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”