TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: thomas on March 11, 2014, 08:30:22 PM

Title: stk500_recv(): programmer is not responding
Post by: thomas on March 11, 2014, 08:30:22 PM
Hello,

I am trying to upload a sketch on my TinyDuino but I keep getting the following error: stk500_recv(): programmer is not responding. I have found other posts about this error but no solution.

I think I properly followed all the instructions here: https://tiny-circuits.com/learn/learn2/ (https://tiny-circuits.com/learn/learn2/).

I am using the Arduino IDE 1.0.5 on a Mac and I selected the board "Arduino Pro or Pro Mini (3.3V, 8MHz) w/ ATmega328".

Any help would be greatly appreciated. Below are the verbose logs of the Arduino IDE during the failed upload.

Cheers,

Thomas

Code: [Select]
Binary sketch size: 15,864 bytes (of a 30,720 byte maximum)
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -carduino -P/dev/tty.usbserial-A102JHQY -b57600 -D -Uflash:w:/var/folders/8x/g34nnw695b11sb50k4hll_980000gn/T/build5844442381152241011.tmp/GPS_datalogger.cpp.hex:i

avrdude: Version 5.11, compiled on Sep  2 2011 at 18:52:52
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf"
         User configuration file is "/Users/thomas/.avrduderc"
         User configuration file does not exist or is not a regular file, skipping

         Using Port                    : /dev/tty.usbserial-A102JHQY
         Using Programmer              : arduino
         Overriding Baud Rate          : 57600
avrdude: Send: 0 [30]   [20]
avrdude: Send: 0 [30]   [20]
avrdude: Send: 0 [30]   [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding

avrdude done.  Thank you.
Title: Re: stk500_recv(): programmer is not responding
Post by: thomas on March 11, 2014, 08:41:07 PM
Hello,

Great, I found my solution. I hope this will help others: I reinstalled the latest FTDI drivers from the tutorial page I mentioned before and it fixed my upload issue. I already had FTDI drivers from previous Arduino musings but I guess they were not up to date or something.

Cheers,

Thomas