LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Measuring temperature with KTY81

Hi, I have at home thermisotr KTY81 and I would like to measure temperature with UNO and labview. I know if I connect it like voltage divider, I can calculate resistance. But temperature isnt directly proportional to resistance. How to do it in labview?

thanks

0 Kudos
Message 1 of 4
(4,605 Views)

I found that there is solution in examples, but there is mistake in formula, it should look like this:

thermo.PNG

0 Kudos
Message 2 of 4
(3,334 Views)

From Voltage Divider on Wikipedia

                R_1 = \frac{R_2 \cdot V_\mathrm{in}}{V_\mathrm{out}} - R_2

Where:

R1 = Thermistor

R2 = Paired Resistance

Vin= Vcc

Vout = Analog Read Output

I think it is correct as written for the circuit diagram provided on the block diagram (they grey circle component is the thermistor).

Petrb's solution is the inverse of my original calculation and would make sense if you swapped the Thermistor and the Paired resistor.

Does this make sense?

-Sam K

0 Kudos
Message 3 of 4
(3,334 Views)

Yes of course you are right, I dont look on schema, thanks

0 Kudos
Message 4 of 4
(3,334 Views)