Différences entre versions de « AdaFruit LOL Shield Programmation »

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
(Page créée avec « First step is to be able to program the Arduino. == Diavolino == Diavolino est une plateforme dérivée d'Ardiono. L'Arduino recommandé par Jimmie P Rodgers pour son Shiel... »)
 
Ligne 1 : Ligne 1 :
 
First step is to be able to program the Arduino.  
 
First step is to be able to program the Arduino.  
 
== Diavolino ==
 
== Diavolino ==
Diavolino est une plateforme dérivée d'Ardiono.
+
Diavolino est une plateforme dérivée d'Arduino.
  
L'Arduino recommandé par Jimmie P Rodgers pour son Shield LoL est le [http://www.evilmadscientist.com/article.php/diavolino Diavolino from Evil Mad Science], but the official one, or any of the clones that have the same footprint will work just fine. [http://arduino.cc/ You will need to download the Arduino software] on their website and get the FTDI driver installed (comes with the software). If you are using a Diavolino, then I have (Jimmie P Rodgers) [http://jimmieprodgers.com/kits/lolshield/diavolino/ special instructions up here].
+
L'Arduino recommandé par Jimmie P Rodgers (concepteur du LoL Shield) pour son Shield LoL est le [http://www.evilmadscientist.com/article.php/diavolino Diavolino d'Evil Mad Science], mais '''cela fonctionnera parfaitement avec une Arduino officiel''' ou n'importe quel clone ayant les même caractéristiques.  
 +
 
 +
Vous aurez besoin de [http://arduino.cc/ télécharger l'environnement pour Arduino] depuis leur site et d'installer le pilote FTDI (fournit avec le logiciel). Si vous utilisiez un Diavolino consultez alors les [http://jimmieprodgers.com/kits/lolshield/diavolino/ instructions spéciales] préparée par Jimmie P Rodgers.
  
 
== Arduino ==  
 
== Arduino ==  

Version du 3 avril 2012 à 06:41

First step is to be able to program the Arduino.

Diavolino

Diavolino est une plateforme dérivée d'Arduino.

L'Arduino recommandé par Jimmie P Rodgers (concepteur du LoL Shield) pour son Shield LoL est le Diavolino d'Evil Mad Science, mais cela fonctionnera parfaitement avec une Arduino officiel ou n'importe quel clone ayant les même caractéristiques.

Vous aurez besoin de télécharger l'environnement pour Arduino depuis leur site et d'installer le pilote FTDI (fournit avec le logiciel). Si vous utilisiez un Diavolino consultez alors les instructions spéciales préparée par Jimmie P Rodgers.

Arduino

Once you have the Arduino software up and running, you should make sure that you can upload a sketch to it. Try to get something like “Blink” running on it first. After you’ve programmed your Arduino, go and grab the LoL Shield library from the google code project. You’ll need to unzip the file into your libraries folder. That will be located in the Arduino sketch folder that is created when you run it for the first time. There is some information on the Arduino site on how to install libraries located here.

Exemples

Once that is installed, you should find the LoL Shield under Examples. Select Basic_Test and hopefully all 126 of your LEDs light up appropriately! If some LEDs do not light up, check the solder joints and just re-heat them. Also look for any joints that may be connected with stray blobs of solder or leads. Also make sure that you are not shorting against the USB port. A bit of electrical tape will keep that from being a problem.

If you are seeing LEDs light up that shouldn’t be, then there is a short somewhere on the board. There is also an LED on most Arduinos connected to pin13, and drains to ground. This causes ghosting on some of the LEDs. I usually just cut the resistor out, because it is easily replaced later. This will be up to you though.