Environment:

Avrdude: Stk500_recv(): Programmer Is Not Responding Avrdude: Stk500_getsync()

Mar 19, 2014 Thanks, switching to ATmega328P (Old Bootloader) had helped me to solve stk500recv: programmer is not responding stk500getsync attempt 1 of 10: not in sync: resp=0x79 problem. Actually, I have a feeling that before I was using older version of GUI which had this option by default. – dmak Aug 7 '19 at 22:13.

Avrdude:
  • Buy access to all our courses now - For a limited time just 19USD per month with a 30 day satisfaction or your money back 'No Hassle' guarantee!
  • Hello, I have an Arduino uno with Atmega 328 pu and arduino ide 1.0.6programming language. I am using a Mac10.6.3. Whenever I try to upload a program, It tells me avrdude: stk500recv: programmer is not responding.
  • Avrdude: stk500recv: programmer is not responding avrdude: stk500getsync attempt 6 of 10: not in sync: resp=0x5b avrdude: stk500recv: programmer is not responding avrdude: stk500getsync attempt 7 of 10: not in sync: resp=0x5b avrdude: stk500recv: programmer is not responding avrdude: stk500getsync attempt 8 of 10: not in sync.
  • Avrdude: stk500recv: programmer is not responding avrdude: stk500getsync attempt 1 of 10: not in sync: resp=0x00 avrdude: stk500getsync attempt 2 of 10: not in sync: resp=0x00.
  • Mac (macOS Catalina 10.15.2)
  • Visual Studio Code with latest platformio plugin
  • board: Nano clone

My platformio.ini:

When I try to flash my newly arrived Arduino Nano boards I get (verbose is on):

As you can see, the sync works at the beginning and the writing #### also
only at the end of the ## the avrdude… error pops up.

If I just flash the blink sketch it works but If I flash my design it fails
The code I am flashing is quite big 96.4% used, could that be the issue?
However It does flash correctly on other brand of (clone) nano.

Avrdude: Stk500_recv(): Programmer Is Not Responding Linux

I have tried the following stuff already:

Avrdude: Stk500_recv(): Programmer Is Not Responding Nano

  • board = nanotmega328 (so not the new one)

Any help is appreciated (otherwise I guess the 5 nano’s I bought are for the trash…)

Hi. I've recently bought a uno board starter kit from sparkfun, which i am running on a g4 powerbook with os x 10.5. but am having problems uploading the blink example.

I am able to upload the program once and the sequence runs fine, but if i try to upload again (if i alter the code for example) i get the message:

avrdude: stk500_recv(): programmer is not responding.

i have to unplug everything and start again and then it does the same - allows me to upload once etc.

Built in LED is working fine, and blinks at same rate as one that i have attached to pin13/gnd. Power LED is on constant. If I reset, both LED's flash a couple of times and then resume sequence.

Arduino board shows up in list of networks, but icon is not on desktop when i have it plugged in.

Help appreciated.

Avrdude Stk500_recv() Programmer Is Not Responding

Thanks. Ben