Lorsque je veux téléverser mon programme, j'ai ce message d'erreur qui apparaît :
Arduino : 1.6.13 (Windows 8.1), Carte : "Arduino/Genuino Uno"
Le croquis utilise 2 416 octets (7%) de l'espace de stockage de programmes. Le maximum est de 32 256 octets.
Les variables globales utilisent 74 octets (3%) de mémoire dynamique, ce qui laisse 1 974 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=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x8b
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 7 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x8b
Je n'ai pourtant aucune erreurs à la compilation et j'ai fait fonctionner mon arduino quelques heures auparavant avec un programme similaire, qui ne veux plus se téléverser à son tour.
J'ai pourtant bien sélectionné mon arduino UNO dans "type de carte" et choisi le port "COM 4" le seul disponible.
Quelqu'un possède t-il la solution ?
Merci d'avance !!