Greetings everyone,
I just got my 1st arduino and I have encountered a problem.
My setup:
Arduino MEGA 2560 connected to an Ultimate GPS Breakout v3 (RX, TX, GND, 3.3V), connected to an antenna.
I installed the adafruit gps library and I uploaded the HardwareSerial Echo test but it didn't print anything even got an error sometimes. How can I get those gps readings?
I got this error message:
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: verification error, first mismatch at byte 0x0700
0x00 != 0x91
avrdude: verification error; content mismatch
avrdude: verification error; content mismatch
Was I supposed to change something in the code? Am I missing something important?
