Programmer is not responding

Hey guys,

for a project in university I need to work with the Arduino Uno, which I try to get running the last hours.
Unfortunately the Arduino software gives me the following information:

Arduino: 1.6.5 (Windows 8.1), Platine: "Arduino/Genuino Uno"

Der Sketch verwendet 1.030 Bytes (3%) des Programmspeicherplatzes. Das Maximum sind 32.256 Bytes.

Globale Variablen verwenden 9 Bytes (0%) des dynamischen Speichers, 2.039 Bytes für lokale Variablen verbleiben. Das Maximum sind 2.048 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 -PCOM3 -b115200 -D -Uflash:w:C:\Users\Daniel\AppData\Local\Temp\build6747409369558201276.tmp/Blink.cpp.hex:i

avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58

Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

Copyright (c) 2007-2009 Joerg Wunsch

System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"

Using Port : COM3

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=0xd1

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xd1

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xd1

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xd1

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xd1

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xd1

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xd1

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xd1

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xd1

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xd1

avrdude done. Thank you.

Probleme beim Hochladen auf die Platine. Hilfestellung dazu unter http://www.arduino.cc/en/Guide/Troubleshooting#upload .

Dieser Report hätte mehr Informationen mit
"Ausführliche Ausgabe während der Kompilierung"
aktiviert in Datei > Einstellungen

I know this subject had been discussed a lot on the internet but I could not found any working solution.

For your interest:

I tried to connect 4 different Arduino Unos on 2 different PCs
Two of the Unos are having this error on both PCs, and the other 2 Unos are doing fine on every PC.
All Arduinos have been used for other project before (not mine).
I used the same USB cable und the same drivers, so I guess it is up to the 2 not working Arduino Unos.
When I plug in the power supply via USB the "ON" and the "L" LED is shining.

Further Information: Tested on Windows 7 & 10

How can I get the two not working Arduinos running again?

Can you program the Arduinos individually?

Use the working unos to re-bootload the non-working ones - my guess would be the last guy modified the bootloaders on them so they're running at a different speed than the IDE expects.

I'm just guessing the drivers....

Which drivers do you think are the correct drivers? Are the real Arduino.cc boards?

And uhm, did you check COM3 is indeed the Arduino?

septillion:
I'm just guessing the drivers....

Which drivers do you think are the correct drivers? Are the real Arduino.cc boards?

And uhm, did you check COM3 is indeed the Arduino?

Well, if a COM port appears when plugging the Arduino in, that's a pretty good sign that the drivers are OK... And he is getting a response, just not the right one. That's what makes me think it's not a driver issue.

Unfortunately it's not... The PL2303 will pop up as a COM# just fine with not working drivers... So others can two. Only the loop back test can confirm it :slight_smile:

Veja o meu caso é bem semelhante e nunca da certo! ja verifiquei os Drivers as portas COM e o Cabo USB... :frowning:

O sketch usa 1.030 bytes (3%) de espaço de armazenamento para programas. O máximo são 32.256 bytes.
Variáveis globais usam 9 bytes (0%) de memória dinâmica, deixando 2.039 bytes para variáveis locais. O máximo são 2.048 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 -PCOM7 -b115200 -D -Uflash:w:C:\Users\Tedy\AppData\Local\Temp\build1077691807834919397.tmp/Blink.cpp.hex:i

avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch

System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"

Using Port : COM7
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=0x85
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x85
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x85
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x85
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x85
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x85
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x85
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x85
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x85
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x85

avrdude done. Thank you.

DrAzzy:
Use the working unos to re-bootload the non-working ones - my guess would be the last guy modified the bootloaders on them so they're running at a different speed than the IDE expects.

How do I do this?

Edit: Loop Back Test is working

EDIT: I re-loaded the bootloader via AVR ISP MKII and Atmel Studio and it works now, Thanks for you help :slight_smile: