Modifications

Sauter à la navigation Sauter à la recherche
Ligne 32 : Ligne 32 :  
== Librairie Arduino ==
 
== Librairie Arduino ==
   −
If you have an older MAX6675 breakout, [http://github.com/adafruit/MAX6675-library download the MAX6675 Arduino library code] by going to the github page and clicking Download Source. Then uncompress the folder and rename it MAX6675 and install it into the library folder according to our handy tutorial.
+
Si vous disposez d'un ancien breakout MAX6675 alors [http://github.com/adafruit/MAX6675-library téléchargez la librairie Arduino pour MAX6675] en allant sur la page github et en cliquant sur "Download". Décompressez le répertoire, renommez le MAX6675 et installez le dans le répertoire des librairies. Voir aussi notre tutoriel sur l'[[Installation d'un librairie Arduino]]
   −
If you have the newer MAX31855 breakout, [https://github.com/adafruit/Adafruit-MAX31855-library download the MAX31855 Arduino library code] by going to the github page and clicking Download Source. Then uncompress the folder and rename it Adafruit_MAX31855 and install it into the library folder according to our handy tutorial.
+
Si vous disposez du nouveau breakout MAX31855 alors [https://github.com/adafruit/Adafruit-MAX31855-library téléchargez la librairie Arduino pour MAX31855] en allant sur la page github et en cliquant sur "Download". Décompressez le répertoire, renommez le MAX31855 et installez le dans le répertoire des librairies. Voir aussi notre tutoriel sur l'[[Installation d'un librairie Arduino]]
   −
Restart the Arduino IDE and open up the '''File->Examples->MAX6675/Adafruit_MAX31855->serialthermocouple''' sketch and upload it to your Arduino. Once uploaded, open up the serial port monitor to display the current temperatures in both Celsius and Fahrenheit
+
Redémarrez votre Arduino IDE et ouvrez ensuite le croquis/sketch '''Fichier->Exemples->MAX6675/Adafruit_MAX31855->serialthermocouple''' et télécharger/téléversez le sur votre Arduino.
 +
 
 +
Ensuite, ouvrez le moniteur sérue pour afficher la température aussi bien en degrés Celsius qu'en degrés Fahrenheit
    
[[Fichier:Thermocouple-30.jpg]]
 
[[Fichier:Thermocouple-30.jpg]]
   −
As you can see, its pretty simple to use the library, simply tell the sensor object what the clock, chip select and data pins are, then call readCelsius() or readFahrenheit() to get a floating point result.
+
Comme vous pouvez le constater, la librairie est vraiment simple à utiliser. Il faut seulement indiquer à la librairie quel est sont les broches "clock", "chip select" et "data" et appelé ensuite '''readCelsius()''' ou readFahrenheit() pour obtenir la valeur sous forme d'un nombre décimal.
    
== Ajouter un afficheur ==  
 
== Ajouter un afficheur ==  
29 917

modifications

Menu de navigation