Modifications

Sauter à la navigation Sauter à la recherche
1 037 octets ajoutés ,  7 mars 2016 à 14:47
Ligne 16 : Ligne 16 :  
Vous n'avez pas de programmeur ISP? pas de problème, il est possible de programmer un Arduino UNO pour qu'il devienne un programmeur ISP :-).
 
Vous n'avez pas de programmeur ISP? pas de problème, il est possible de programmer un Arduino UNO pour qu'il devienne un programmeur ISP :-).
   −
== la suite ==
+
== Le matériel ==
xxx
+
Cette section du tutoriel va se pencher sur la transformation de votre Arduino Uno en programmateur ISP.
 +
 
 +
Vous aurez besoin:
 +
* {{pl|10|Arduino Uno}}
 +
* {{pl|68|Un cable USB A/B}}
 +
 
 +
== Télécharger le soft Arduino ==
 +
You’ll need the http://arduino.cc/en/Main/Software Arduino software] (version 1.0.1 ou supérieur). Installation instructions for the Arduino software are available for Windows, Mac OS X et Linux.
 +
 
 +
== Transformer votre Arduino en programmateur ISP ==
 +
We’re going to use the Arduino board to program the ATtiny. First, we’ll need to turn the Arduino board into an “in-system programmer” (ISP). To this:
 +
 
 +
* Run the Arduino development environment.
 +
* Open the ArduinoISP sketch from the examples menu.
 +
* Note for Arduino 1.0: you need to make a small change to the ArduinoISP sketch before uploading it. Find the line in the heartbeat() function that says “delay(40);” and change it to “delay(20);”.
 +
* Select the board and serial port that correspond to your Arduino board.
 +
* Upload the ArduinoISP sketch.
    
{{Arduino-ATTiny-85-TRAILER}}
 
{{Arduino-ATTiny-85-TRAILER}}
29 918

modifications

Menu de navigation