Hallo liebe Community,
Ich brauch nochmal euere Hilfe.
Ich habe einen Arduino Nano und möchte ein Sketch darauf hochladen.
Bei dem Arduino Nano handelt es sich um ein MAKERFACTORY-Modell von Conrad mit FTDI-Chip (Link)
Nachdem kompilieren versucht der Computer sehr lange das Sketch hoch zu laden, schafft es aber nicht und schließlich kommt diese lange Fehlermeldung:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x70
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x71
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x47
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=0x01
Problem beim Hochladen auf das Board. Hilfestellung dazu unter http://www.arduino.cc/en/Guide/Troubleshooting#upload.
Erst hatte ich auch das Problem, dass der Arduino Nano auch im Gerätemanager nicht erkannt wurde. Dieses Problem konnte ich, aber lösen indem ich den Treiber von der FTDI-Website runtergeladen habe (Link)
Habt ihr noch Ideen, wie ich das Problem lösen kann?