ich habe gestern mein Arduino UNO angeschlossen dann kam der im Titel genannte Error.
Dann habe ich es abgezogen und wieder an den USB angesteckt-> es ging wieder. Heute kam der selbe Error und ich tat das gleiche-> ging diesesmal nicht.
Also hier meine Frage: Was kann ich da tun ?
Compiling core...
Using precompiled core
Linking everything together...
"W:\Dustin.Kern\arduino-1.8.5\hardware\tools\avr/bin/avr-gcc" -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139/Matrixmodul1.ino.ino.elf" "C:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139\sketch\Matrixmodul1.ino.ino.cpp.o" "C:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139\libraries\LedControl\LedControl.cpp.o" "C:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139/..\arduino_cache_818791\core\core_arduino_avr_uno_189e3876acfeafa2a2f1f2462d2bf891.a" "-LC:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139" -lm
"W:\Dustin.Kern\arduino-1.8.5\hardware\tools\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139/Matrixmodul1.ino.ino.elf" "C:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139/Matrixmodul1.ino.ino.eep"
"W:\Dustin.Kern\arduino-1.8.5\hardware\tools\avr/bin/avr-objcopy" -O ihex -R .eeprom "C:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139/Matrixmodul1.ino.ino.elf" "C:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139/Matrixmodul1.ino.ino.hex"
Bibliothek LedControl in Version 1.0.6 im Ordner: C:\Users\Dustin.Kern\Documents\Arduino\libraries\LedControl wird verwendet
Der Sketch verwendet 2442 Bytes (7%) des Programmspeicherplatzes. Das Maximum sind 32256 Bytes.
Globale Variablen verwenden 97 Bytes (4%) des dynamischen Speichers, 1951 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.
W:\Dustin.Kern\arduino-1.8.5\hardware\tools\avr/bin/avrdude -CW:\Dustin.Kern\arduino-1.8.5\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM4 -b115200 -D -Uflash:w:C:\Users\DUSTIN~1.KER\AppData\Local\Temp\arduino_build_367139/Matrixmodul1.ino.ino.hex:i
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 "W:\Dustin.Kern\arduino-1.8.5\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM4
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=0x3b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x3b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x3b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x3b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x3b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x3b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x3b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x3b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x3b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x3b
avrdude done. Thank you.
Problem beim Hochladen auf das Board. Hilfestellung dazu unter http://www.arduino.cc/en/Guide/Troubleshooting#upload.