Nach einem Arduino Software Update kann ich plötzlich ohne sonstige Änderungen auf meine Arduino Nano nichts mehr hochladen.
Auf mein Arduino UNO und Arduino UNO R4 MINIMA geht alles normal.
Das ist für mich nicht so gut, da ich die Nanos in diversen Geräten fest verlötet habe.
In diversen Foren steht was von evtl. Treiberproblemen nach Software Updates.
Habe laut Gerätemanager habe ich den aktuellen Treiber.
Hier die Fehlermeldung sogar für ein ganz einfachen Code „Blink“:
Der Sketch verwendet 924 Bytes (3%) des Programmspeicherplatzes. Das Maximum sind 30720 Bytes.
Globale Variablen verwenden 9 Bytes (0%) des dynamischen Speichers, 2039 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Fehlgeschlagenes Hochladen: Hochladefehler: exit status 1


Was kann ich nun tun?
