7
votes

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.

5
It would be worth removing the Ethernet shield and trying again.Chris Stratton
nahh.already tried that, .yhunz_19

5 Answers

2
votes

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.

1
votes

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

1
votes

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

0
votes

You need to upload the Bootloader to solve the issue. This error come only when you have try to upload infinite loop program or boot loader crashed.

You need to upload boot loader using Avr pocket programmer to solve issue

https://www.sparkfun.com/products/9825
0
votes

Check if the controller is placed oppositely on the board i.e. notched side being opposite of where it should be. That happened to me, gave the same error that couldn't be solved by anything. Just putting this here because the controller doesn't always just stop working if you do that, it might even give this error. Cheers.