NTC Selection Criteria for 'Temperature range: -5°C until +35°C Accuracy: ± 1%'

Thread Starter

mishra87

Joined Jan 17, 2016
1,063
I have to select NTC for below temperature range :

Temperature range: -5°C until +35°C
Accuracy: ± 1%

So could anybody guide me how to select NTC and what could be NTC resistance value and accuracy.
I want to interface this circuit to microcontroller to read the temperature.
What could be design circuit and design calculation for it.

Thanks in Advance !!!

Regards,
 

Thread Starter

mishra87

Joined Jan 17, 2016
1,063
Application is water temperature measurement as per above range and accuracy but I am not pretty sure which devices is suited for this application
 

ericgibbs

Joined Jan 29, 2010
21,395
hi,
You can get glass enclosed NTC thermistors, suitable for immersing in a water surface.
As you may know their response is not linear.
E
 

ericgibbs

Joined Jan 29, 2010
21,395
hi 87,
Are you going to program a MCU to correct/adjust for the non linearity of Temp versus Resistance.?
We need to know more detail about the project.
E
 

Thread Starter

mishra87

Joined Jan 17, 2016
1,063
hi 87,
Are you going to program a MCU to correct/adjust for the non linearity of Temp versus Resistance.?
We need to know more detail about the project.
E
Our intention is only to read ADC value and based on that software will calculate the temperature.

I do know how to tackle non linearity of temperature sensor

Pl guide me to design temperature sensor.
 

crutschow

Joined Mar 14, 2008
38,324
1% is accuracy of measurement.
That's just repeating what you've already said and does not answer the question.
You are parroting something you've heard without understanding what it means. :rolleyes:
1% accuracy has to be 1% of some value.
For example it could be 1% of the temperature range.
 

Thread Starter

mishra87

Joined Jan 17, 2016
1,063
That's just repeating what you've already said and does not answer the question.
You are parroting something you've heard without understanding what it means. :rolleyes:
1% accuracy has to be 1% of some value.
For example it could be 1% of the temperature range.
Yes,Mr crutschow you are correct.

1% of temperature.

I do not have much idea about NTC and its practical implementation that is why I posted in the forum to get some idea of component selection and design. I am beginner not expert.

Probably expert people do not post such questions. So pl consider me a novice and give your inputs so that I will be able to select NTC and implement it.

Thanks !!!
 

Alec_t

Joined Sep 17, 2013
15,104
The choice of NTC thermistor isn't critical if you are prepared to calibrate your system at two or three known temperatures.
Check the datasheet of a sample thermistor to get a feel for its temperature/resistance characteristic. From that you can decide on the value of R0 needed in your post #11 circuit.
 

Thread Starter

mishra87

Joined Jan 17, 2016
1,063
The choice of NTC thermistor isn't critical if you are prepared to calibrate your system at two or three known temperatures.
Check the datasheet of a sample thermistor to get a feel for its temperature/resistance characteristic. From that you can decide on the value of R0 needed in your post #11 circuit.
Thank you so much for your reply actually that is what I wanted to understand.
Now I have two more questions to be answered:
1. How to select NTC for water application over temperature range of -5degC to 35degC for 1% temperature measurement accuracy. i.e. what could NTC resistance, NTC type, what all parameters need to be taken into consideration.

2. Which is appropriate circuit to linearize NTC over a temperature of above.

Answer of these two questions will give me clear perception to me and I will be selection and design NTC circuit.

upload_2019-7-27_22-15-17.png
upload_2019-7-27_22-15-50.png

Thanks in Advance !!!
 

crutschow

Joined Mar 14, 2008
38,324
Generally you want a thermistor that has about 1kΩ to 10kΩ resistance at the center of your temperature range.
Pick one that is rated for 1% accuracy of value over the range.

If you connect the thermistor in the feedback circuit of an op amp in a quasi-bridge connection which maintains a constant current through the thermistor, then the output voltage is a linear function of the thermistor resistance.
The LTspice of such a circuit is shown below for a typical thermistor:

The values shown give an output of zero volts at 20°C.
For your circuit you would likely want zero output at -5°C.

The gain is a function of the bridge reference voltage, Vb, which should be a stable voltage from a reference circuit, such as a TL431.

If you need more gain to match the micros input scale, than add a non-inverting op amp with gain at the bridge output.

 
Last edited:
Top