Gast
#6273173
Hallo ich habe folgendes Problem: Ich möchte gerne mit der Standart Arduino IDE einen Sketch auf meinen Arduino Uno uploaden. Jedoch bleibt der Upload Balken immer bei 100% stehen und nach einer Zeit wird mir folgendes in der Konsole angezeigt: Sketch uses 3896 bytes (12%) of program storage space. Maximum is 32256 bytes. Global variables use 216 bytes (10%) of dynamic memory, leaving 1832 bytes for local variables. Maximum is 2048 bytes. avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x42 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x42 avrdude: stk500_recv(): programmer is not responding ... avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x42 Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions. avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x42 Woran kann das liegen?