JRC610:
Thank you, Thank you, Thank you. With much playing around I finally got it to work. Feel like a dunce tho. Had to unplug my Attiny85 from the Arduino before uploading. It did not recognize it while plugged in.
Again thank you for your time and patients.
How exactly did you unplugged it ?
I don't understand, can you tell me step by step ?
Thank you
Hey. Im kinda new here and i am getting the same problem with mine aswell. only, mine is a nano and i have nothing plugged into it, connected to it, nor any other devices connected to it. I am using a laptop windows 10. Do you guys have any suggestions. It keeps telling me "avrdude: stk500_recv(): programmer is not responding" but i dont know what to do. Please and thank you.
I ran into the same problem, only I have no earthly idea what I was doing and finally, I landed here. Simply unplugging my Uno after I burned the bootloader and I was able to upload the sketch. I bricked my board about a month ago. Thanks for the solution everyone how help up to this point!
hi i am using the arduino uno i am trying to upload a program but the program was not uploading and it show the error of
avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM13
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x47
That failure is usually attributed when you have not selected the Arduino that you are really using. For example, the default board is Arduino UNO, and you want to program an Arduino Nano. Make sure that in "Tools" you have the board you are really using.
I had the same issue when using my Uno. I had four servos connected to digital pins 1 through 4. I switched those to 2 through 5 and it worked perfectly. Pins 1(TX) and 0(RX) seem to be the issue.
The problem is in the board release version 1.9.22 step back to 1.9.8 then go back to 1.9.20 everything starts working OK its because the programmer does a look up and picks the wrong board.
You are welcome,
Best,
PMG.
I had this same error message on the new Arduino Uno WIfi Rev2. The IDE recognized it as an Atmel AVR XplainedMini. When looking in the tools menu, there was a Uno Wifi but this was appearently the Rev1.
I opened the board manager, searched for wifi and found the driver. Installed it and then the option 'Arduino Uno WIfi Rev2' in the tools-> Board appeared. Selecting that one solved the problem.
Peter
Arduino: 1.8.12 (Windows 10), Board: "Arduino Uno"
Sketch uses 1898 bytes (5%) of program storage space. Maximum is 32256 bytes.
Global variables use 188 bytes (9%) of dynamic memory, leaving 1860 bytes for local variables. Maximum is 2048 bytes.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM2 -b115200 -D -Uflash:w:C:\Users\hp\AppData\Local\Temp\arduino_build_219873/sketch_may19a.ino.hex:i
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 "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM2
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x39
Invalid library found in C:\Users\hp\Documents\Arduino\libraries\examples: no headers files (.h) found in C:\Users\hp\Documents\Arduino\libraries\examples
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x39
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x39
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x39
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x39
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x39
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x39
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x39
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x39
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x39
avrdude done. Thank you.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
Invalid library found in C:\Users\hp\Documents\Arduino\libraries\examples: no headers files (.h) found in C:\Users\hp\Documents\Arduino\libraries\examples
Invalid library found in C:\Users\hp\Documents\Arduino\libraries\examples: no headers files (.h) found in C:\Users\hp\Documents\Arduino\libraries\examples
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.