K
K
Klaxons2015-08-14 17:51:24
Arduino
Klaxons, 2015-08-14 17:51:24

How to calculate voltage divider for 47k thermistor?

There is a NCP15WB473J03RC thermistor with a resistance value of 47 kOhm. I'm going to connect it to the Arduino analog input, the operating temperature for measuring 25-50C, V parameter 4050, how to calculate the resistance of an additional resistor for a voltage divider when connected to a microcontroller.
Thermistor operating temperatures -40С - +125С

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
TyzhSysAdmin, 2015-08-14
@POS_troi

Write a letter to Google and ask them to unban you :)
aterlux.ru/index.php?page=article&art=ntcresistor

K
Klaxons, 2015-08-16
@Klaxons

to calculate ADC

double ADC = Math.round(1024/5*Ur*64);
// где Ur - напряжение на пине

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question