Modifications

Sauter à la navigation Sauter à la recherche
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{SENSEUR-TEMPERATURE-MCP9808-NAV}}
 
{{SENSEUR-TEMPERATURE-MCP9808-NAV}}
  −
{{traduction}}
      
== Assembler ==
 
== Assembler ==
Ligne 38 : Ligne 36 :     
== Télécharger Adafruit_MCP9808 ==
 
== Télécharger Adafruit_MCP9808 ==
To begin reading sensor data, you will need to [https://github.com/adafruit/Adafruit_MCP9808_Library download Adafruit_MCP9808 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.
+
Pour lire les données du senseur, Vous aurez besoin de [https://github.com/adafruit/Adafruit_MCP9808_Library télécharger la bibliothèque Adafruit_MCP9808 depuis le dépôt github d'Adafruit]. Vous pouvez visiter le dépôt github et télécharger manuellement le code OU, plus facile, juste cliquer sur le bouton "download" l'archive zip.
    
{{download-box|Téléchargez la bibliothèque Adafruit MCP9808|https://github.com/adafruit/Adafruit_MCP9808_Library/archive/master.zip}}
 
{{download-box|Téléchargez la bibliothèque Adafruit MCP9808|https://github.com/adafruit/Adafruit_MCP9808_Library/archive/master.zip}}
   −
Rename the uncompressed folder '''Adafruit_MCP9808''' and check that the '''Adafruit_MCP9808''' folder contains '''Adafruit_MCP9808.cpp''' and '''Adafruit_MCP9808.h'''
+
Renomez le dossier décompressé comme '''Adafruit_MCP9808''' et vérifiez que le répertoire '''Adafruit_MCP9808''' contient bien les fichiers '''Adafruit_MCP9808.cpp''' et '''Adafruit_MCP9808.h'''
 +
 
 +
Placez le répertoire '''Adafruit_MCP9808''' dans le répertoire des bibliothèque de votre Arduino IDE. Vous le trouverez normalement à '''répertoire_des-croquis_arduino/libraries/'''.
   −
Place the '''Adafruit_MCP9808''' library folder your '''arduinosketchfolder/libraries/''' folder.
+
Vous pourriez avoir besoin de créer le sous-répertoire ''libraries'' si c'est la première bibliothèque que vous ajoutez.  
   −
You may need to create the libraries subfolder if its your first library. Restart the IDE.
+
Pour finir, '''redémarrez Arduino IDE''' pour que ce dernier détecte la nouvelle bibliothèque.
   −
== Charger Demo ==
+
== Charger la Demo ==
Open up '''File->Examples->Adafruit_MCP9808->mcp9808test''' and upload to your Arduino wired up to the sensor
+
Ouvrez le sketch/croquis mcp9808test depuis le menu '''File->Examples->Adafruit_MCP9808->mcp9808test''' (ou '''Fichier->Exemples->Adafruit_MCP9808->mcp9808test'') puis téléversez le sur votre Arduino équipé du senseur.
    
{{ADFImage|SENSEUR-TEMPERATURE-MCP9808-BRANCHER-20.jpg}}
 
{{ADFImage|SENSEUR-TEMPERATURE-MCP9808-BRANCHER-20.jpg}}
   −
hats it! Now open up the serial terminal window at 9600 speed to see the temperature in real time. You can try touching your finger to the sensor to see the temperature rise.
+
C'est fait? Maintenant ouvrez le terminal série (''sérial monitor'') configuré pour un débit de 9600 et voyez l'évolution de la température en temps réel. Vous pouvez essayer de toucher le senseur avec votre doigt et constater que la température augmente.
    
{{ADFImage|SENSEUR-TEMPERATURE-MCP9808-BRANCHER-21.jpg}}
 
{{ADFImage|SENSEUR-TEMPERATURE-MCP9808-BRANCHER-21.jpg}}
29 918

modifications

Menu de navigation