Hi,
I am just starting with arduino.
I tried to connect an arduino nano v3.0 via USB cable and try to upload an example case, very simple stuff.
I chose "Arduino nano" and "ATmega 328" in the Tools menu.
I keep on getting this error message :
Arduino : 1.6.6 (Windows 10), Carte : "Arduino Nano, ATmega328"
Le croquis utilise 1 288 octets (4%) de l'espace de stockage de programmes. Le maximum est de 30 720 octets.
Les variables globales utilisent 15 octets (0%) de mémoire dynamique, ce qui laisse 2 033 octets pour les variables locales. Le maximum est de 2 048 octets.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
Problème de téléversement vers la carte. Voir http://www.arduino.cc/en/Guide/Troubleshooting#upload pour suggestions.
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xda
Ce rapport contiendrait plus d'informations si l'option
"Montrer les informations de sortie pendant la compilation"
était activée dans Fichier > Préférences.
I just cannot upload anything on the board. I tried the options listed in the troubleshooting section, no effect.
I am using a Windows 10 computer, can it be the source of the problem. I saw on the forum there (Windows 10 - Installation & Troubleshooting - Arduino Forum) that a particular update might cause the issue. Could it be it that prevents my uploads ?
Thanks a lot if anyone has an idea, it is very welcomed.