Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

enter image description here

I'm using arduino uno with ethernet shield.

I plugged a Led from digital pin to GND directly without any resistor if that was the problem, I do it often so far if that was the cause it just broke down now.

I already did the following:

• Port check

• Board check

• Driver check / re-install

• Cable check / renewed

none of it seems to work. If it is broken would my ethernet shield be harmed and be broken as well? Which should I replace.

like image 794
yhunz_19 Avatar asked Feb 07 '14 16:02

yhunz_19


3 Answers

Probably you are using Bluetooth. Solution is pretty simple. Just plug off TX and RX cable from Arduino and then upload your code. Then plug them in again.That worked great for me. For more listen this guy.

like image 153
Sabri Meviş Avatar answered Oct 25 '22 23:10

Sabri Meviş


Try changing your board to Arduino UNO in "Tools" -> "Board" and also check the port =)

like image 43
Juan José Chambers Avatar answered Oct 25 '22 23:10

Juan José Chambers


I changed Tools->Programmer->AVR ISP and it works now fine :)

like image 34
Radoslav Ivanov Avatar answered Oct 25 '22 22:10

Radoslav Ivanov