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

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
David1995
 
Posts: 5
Joined: Fri Jan 10, 2014 8:45 pm

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

Post by David1995 »

I tried to run a hacked EEG toy throught the Arduino uno and I received the message "avrdude.exe: stk500_getsync(): not in sync: resp=0x00". I've attempted to switch the usb chord, un-install and re-install the board to my computer and it's driver, and have tried using all the ports on my laptop. Regardless, I always get the same message. The only time the upload is successful is when there is nothing connected to rx <- 0. Is there anyway to remedy this problem?
Please and thank you

User avatar
Franklin97355
 
Posts: 23903
Joined: Mon Apr 21, 2008 2:33 pm

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

Post by Franklin97355 »

The Arduino is programmed through the serial interface so you need to have other devices disconnected when you are programming.

David1995
 
Posts: 5
Joined: Fri Jan 10, 2014 8:45 pm

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

Post by David1995 »

What do you mean?

David1995
 
Posts: 5
Joined: Fri Jan 10, 2014 8:45 pm

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

Post by David1995 »

Wait, nevermind. I need to open the serial monitor in order to view the incoming data. Thanks for the response though :)

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

Return to “Arduino”