Modifications

Sauter à la navigation Sauter à la recherche
879 octets ajoutés ,  14 août 2013 à 10:36
aucun résumé de modification
Ligne 12 : Ligne 12 :     
[[Fichier:Thermocouple-FAQ-01.jpg|480px]]
 
[[Fichier:Thermocouple-FAQ-01.jpg|480px]]
 +
 +
==  My thermocouple output has an offset ==
 +
I have multiple thermocouples and they dont 'agree' on a temperature
 +
 +
K thermocouples are not precision temperature measurement devices! There will be offsets & differences between thermocouples. Most thermocouple thermometers have the offset corrected in software which is what we suggest. For precision temperature measurement, we suggest a 1% Thermistor.
 +
 +
== How can I connect multiple thermocouples? ==
 +
 +
You can connect as many MAX31855's as you have pins. Simply share the CLK and DO pins of all the breakouts and have a unique CS pin for each one
 +
 +
Then you can create new thermocouples using the following style:
 +
 +
<nowiki>Adafruit_MAX31855 thermocouple1(thermoCLK, thermoCS1, thermoDO);
 +
Adafruit_MAX31855 thermocouple2(thermoCLK, thermoCS2, thermoDO);
 +
Adafruit_MAX31855 thermocouple3(thermoCLK, thermoCS3, thermoDO);</nowiki>
    
{{Thermocouple-TRAILER}}
 
{{Thermocouple-TRAILER}}
29 918

modifications

Menu de navigation