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
resistance-test
@/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
SerReznumber
Resistance of the resistor used in Resistance divider in Ohms:
Example:
10K = 10000
100K = 100000
Portport
Analog port to read from. Should start with `A` to succeed.
UPDpulse
Triggers new read
DONEpulse
Fires on reading complete
VALnumber
Calculated Resistance divider value.
Proper result should be equal to the result read from multimeter.
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.