garage-make-zone/ntc-thermistor@1.0.1

License: MIT

This is ready to use universal Node to be used with NTC thermistors ONLY.
NodeDescription
acc-thermistor
This is ready to use universal Node to be used with NTC thermistors ONLY. R-Nom and R-Res values should correspond to thermistor and resistor used in resistance divider. In this example both has 100KOhm therefor both values has been set to 100000. In case of 10KOhm pair, nominal value should be set to 10000. Node has 3 parallel outputs in Kelvin, Celsius and Farenheit deg. Higher accuracy has been achieved due to calculation of average from five measurements per cycle.
example
Simultaneous display of temperature in degrees Celcius and Farenheit on LCD 16x2 I2C
raw-analog-read
Raw analog port read. This node is different from analog read available in XOD. This Node do not divide read value by 1023. It deliver raw read values.
resistance-test
Node allows to check if resistance divider calculated value is equal to real resistance measured on divider physical output. Result values would be represent in Ohms. Example: 50000 = 50Khom
thermistor
Universal NTC Thermistor Node. with single measurement per cycle.
To use the nodes 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.