Modifications

Sauter à la navigation Sauter à la recherche
449 octets ajoutés ,  31 décembre 2015 à 14:15
Ligne 13 : Ligne 13 :     
== Bibliothèque Arduino ==
 
== Bibliothèque Arduino ==
If you have an Arduino, you can wire it as seen above to control the sound board via our simple menu example
+
Si vous avez un Arduino, vous pouvez réaliser les branchements comme sur l'image ci-dessus. Cela permet de contrôler la carte son à l'aide du simple programme d'exemple proposé par Adafruit.
* UG to Ground,
  −
* TX to #5,
  −
* RX to #6, 
  −
* RST to #4
     −
To begin controling the motor chip, you will need to [https://github.com/adafruit/Adafruit_Soundboard_library download the Adafruit_Soundboard Library from our github repository]. You can do that by visiting the github repo and manually downloading or, easier, just click this button to download the zip.
+
Voici les raccordements:
 +
* UG sur la masse/GND (pour activer le mode série),
 +
* TX sur Arduino #5,
 +
* RX sur Arduino #6,
 +
* RST sur Arduino #4
 +
 
 +
Vous aurez besoin de [https://github.com/adafruit/Adafruit_Soundboard_library télécharger la bibliothèque Adafruit_Soundboard depuis le dépôt GitHub] pour prendre le contrôle de la puce de la carte son. Vous pouvez télécharger la bibliothèque en visitant le dépôt GitHub d'Adafruit et télécharger (''Download'') manuellement l'archive -OU- plus simplement cliquer sur le bouton de téléchargement ci-dessous.
    
{{download-box|Téléchargez la bibliothèque Soundboard d'Adafruit|https://github.com/adafruit/Adafruit_Soundboard_library/archive/master.zip}}
 
{{download-box|Téléchargez la bibliothèque Soundboard d'Adafruit|https://github.com/adafruit/Adafruit_Soundboard_library/archive/master.zip}}
   −
Rename the uncompressed folder {{fname|Adafruit_Soundboard}} and check that the {{fname|Adafruit_Soundboard}} folder contains {{fname|Adafruit_Soundboard.cpp}} and {{fname|Adafruit_Soundboard.h}}
+
Décompressez le contenu de l'archive ZIP puis renommé le répertoire décompressé comme {{fname|Adafruit_Soundboard}}. Verifiez que le répertoire {{fname|Adafruit_Soundboard}} contienne bien le fichier {{fname|Adafruit_Soundboard.cpp}} et {{fname|Adafruit_Soundboard.h}}
   −
Place the {{fname|Adafruit_Soundboard}} library folder your {{fname|arduinosketchfolder/libraries/}} folder.
+
Placez le répertoire {{fname|Adafruit_Soundboard}} dans votre répertoire {{fname|répertoire_des_croquis_arduino/libraries/}}.
You may need to create the libraries subfolder if its your first library. Restart the IDE.
+
Vous pourriez avoir besoin de créer le sous répertoire {{fname|libraries}} si ce dernier n'existe pas encore. Redémarrez votre Editeur Arduino.
    
== Charger le croquis de démo ==
 
== Charger le croquis de démo ==
29 836

modifications

Menu de navigation