thermistor

garage-make-zone/ntc-thermistor/thermistor

Universal NTC Thermistor Node. with single measurement per cycle.
thermistor
@/thermistor
Universal NTC Thermistor Node. with single measurement per cycle.
T-Nom-Tnumber
Nominal Temperature of Thermistor taken from Documentation. Usually 25 deg C
R-Resnumber
Resistance of the resistor used in Resistance divider in Ohms: Example: 10K = 10000 100K = 100000
R-Nomnumber
Nominal thermistor resistance value by 25 oC.
Portport
Analog port to read from. Should start with `A` to succeed.
UPDpulse
Triggers new read
Betanumber
Beta Value taken from thermistor documentation, parameter sometimes shown as B value.
thermistor
T-Nom-T
R-Res
R-Nom
Port
UPD
Beta
oC
RES
DONE
DONEpulse
Fires on reading complete
RESnumber
Calculated Resistance divider value. Proper result should be equal to the result read from multimeter.
oCnumber
Output in Celsius
To use the node in your project you should have the garage-make-zone/ntc-thermistor library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.