Modifications

Sauter à la navigation Sauter à la recherche
Ligne 13 : Ligne 13 :  
Dans le modue bootloader, la LED jaune pulse (celle portant le libellé LED 13). En surveillant la LED il est facile d'identifier le mode de fonctionnement du microcontroleur. De même, Pololu recommande d'activer l'affichage des messages détaillés durant le téléversement du croquis (voir l'option "Fichiers > Préférences"). En surveillant la LED et les informations détaillées durant la procédure vous aidera à comprendre ce qui se passe.
 
Dans le modue bootloader, la LED jaune pulse (celle portant le libellé LED 13). En surveillant la LED il est facile d'identifier le mode de fonctionnement du microcontroleur. De même, Pololu recommande d'activer l'affichage des messages détaillés durant le téléversement du croquis (voir l'option "Fichiers > Préférences"). En surveillant la LED et les informations détaillées durant la procédure vous aidera à comprendre ce qui se passe.
   −
== The uploading-before-bootloader method ==
+
== La méthode uploading-before-bootloader ==
 
+
Le but de la méthode ''uploading-before-bootloader'' (téléverser avec le bootloader) consiste en la sectionner un port série non existant dans Arduino IDE Arduino IDE et ensuire de and then make sure the Arduino IDE enters the uploading phase before the microcontroller goes into bootloader mode. This method has been tested on Arduino 1.0.5-r2 and 1.6.0. This method does not work on Arduino 1.5.6-r2 because that version of the IDE gives a fatal error message if the selected serial port is not present at the beginning of the uploading phase (e.g. “Board at COM7 is not available.”).
The goal of the uploading-before-bootloader method is to select a non-existent serial port in the Arduino IDE and then make sure the Arduino IDE enters the uploading phase before the microcontroller goes into bootloader mode. This method has been tested on Arduino 1.0.5-r2 and 1.6.0. This method does not work on Arduino 1.5.6-r2 because that version of the IDE gives a fatal error message if the selected serial port is not present at the beginning of the uploading phase (e.g. “Board at COM7 is not available.”).
      
# Connect the device to your computer via USB.
 
# Connect the device to your computer via USB.
29 837

modifications

Menu de navigation