TinyCircuits Forum

General Category => General Discussion => Topic started by: nicole_sxt on September 21, 2014, 01:49:22 PM

Title: avrdude: stk500_recv(): programmer is not responding
Post by: nicole_sxt on September 21, 2014, 01:49:22 PM
Hi, when I was going through the tutorial and connecting my tinyduino to my mac, uploading from the basic files(blinking). Everything is fine but the "programmer is not responding" poped up for no reason. I just want to know if there's anything wrong with the board or is there anything I can do to fix this?

Thanks a lot!
Title: Re: avrdude: stk500_recv(): programmer is not responding
Post by: gojirademonstah on July 29, 2015, 10:10:27 AM
Quote from: nicole_sxt on September 21, 2014, 01:49:22 PM
Hi, when I was going through the tutorial and connecting my tinyduino to my mac...

Same issue on Windows 7 using Arduino IDE 1.6.3.
Title: Re: avrdude: stk500_recv(): programmer is not responding
Post by: TinyCircuits on August 09, 2015, 06:41:30 PM
Sorry that you're having problems, one difference between newer versions of the Arduino IDE and older ones is the way the board is selected.  Under Tools... Board, make sure "Arduino Pro or Pro Mini" is selected.  Then under Tools... Processor, make sure the Processor is set to "Atmega328 (3.3V, 8MHz). 

Try that and see if it helps.

Thanks,

Ken
TinyCircuits
Title: Re: avrdude: stk500_recv(): programmer is not responding
Post by: jcubic on December 29, 2024, 06:42:03 PM
I have the same problem with Arduino IDE 2.3.4

I've set everything as in instruction. Do I need to set the programmer?

It seems not selected. I don't see anything in instructions about programmer.

This is the output I'm getting after setting verbose:


avrdude: Version 6.3-20190619
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "/home/kuba/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf"
         User configuration file is "/home/kuba/.avrduderc"
         User configuration file does not exist or is not a regular file, skipping

         Using Port                    : /dev/ttyACM0
         Using Programmer              : arduino
         Overriding Baud Rate          : 57600
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
...