当前位置:网站首页>NTC thermistor application - temperature measurement
NTC thermistor application - temperature measurement
2022-07-05 08:09:00 【Learning notes of hardware Xiaobai】
Thermistor belongs to the category of sensitive components . According to the temperature coefficient, it can be divided into positive temperature coefficient thermistors (PTC) And negative temperature coefficient thermistor (NTC). At different temperatures , Behave differently . among PTC Thermistor , As the temperature rises , The resistance increases . and NTC Thermistor , As the temperature rises , The resistance becomes smaller .
However, today's Chapter , The main point is NTC( In terms of the cases in the practice of the small series project ).
The selection
With smooth collaterals NCP03XH103F05RL Model number NTC For example , Observe it datesheet, Many parameters are given , However, when selecting models , We still need to select the type with the following parameter values .
Nominal resistance
The nominal resistance is NTC Resistance value of thermistor design , It is often marked on the surface of thermistor . The nominal resistance value means that the reference temperature is 25℃ Zero power resistance value .Rated power
The rated power refers to the temperature of the thermistor at ambient 25℃、 The relative temperature is 45%~80% And the atmospheric pressure is 0.87~1.07Pa Under atmospheric conditions , Allowable dissipation power of long-term continuous load .B value
B Range of values (K) Is the thermal index of the negative temperature coefficient thermistor .Rated current value
That is to say 25℃ The nominal value of the current passing through the environment .Dissipation coefficient
Dissipation coefficient refers to the ratio of the power consumed by the thermistor to the change of ambient temperature .
This is this type of model NTC Screenshot of resistance and similar specifications .
We can see from the picture NCP03XH103F05RL This model NTC Thermistor , Its resistance value at room temperature is 10K, The rated current is 0.31A, The rated power is 100mW, The dissipation coefficient is 1 mW/℃. Observe carefully B value , We will find that ,B Value is not fixed , It is in different temperature ranges ,B The value is different .
effect
NTC Thermistor has many functions . Temperature measurement , Temperature compensation , Overheating protection , Anti surge is useful NTC Thermistor .
Today I'm going to talk about NTC Application of temperature measurement , Also in our project NTC Thermistor plays the most commonly used role .
Measuring temperature
On the cell phone , Tablet and some consumer electronics products , Will be useful NTC Carry out temperature detection .
This diagram is the simplest , It's also the most commonly used NTC Circuit diagram of temperature detection .
among
R1 For accuracy 1%, The resistance value is 390K The resistance of .
RT1 It's our NTC Thermistor .
C1 by 1nF The capacitance of , Yes, but not . If you add it, you can filter out the high-frequency interference signals from the power supply or the circuit board . In some practical projects , Mostly to save costs , Will choose not to add .
To know the temperature , We have to know NTC The resistance of . But we can't get it directly , But we can use it NTC Partial pressure obtained , Measure the voltage value , Thus, we can further understand its resistance value .
According to Ohm's law ,RT1 Branch , The current value is I=Vcc/(R1+RT1),RT1 The voltage value of is U=IR=VCCRT1/(RT1+R1).
At the same time, suppose MCU It's using 12 Bit ADC sampling
Then input. ADC Of AD The value is :
AD=4096U/UADC= 4096VCCRT1/[(RT1+R1) UADC].
If VCC And MCU If the supply voltage of is the same , Is more convenient, that is
AD=4096*RT1/RT1+R1.
according to AD Value can then be understood RT1 Partial pressure of , Know its resistance , And then understand its temperature .
边栏推荐
- C, Numerical Recipes in C, solution of linear algebraic equations, LU decomposition source program
- Gradle复合构建
- Bluetooth hc-05 pairing process and precautions
- Programming knowledge -- assembly knowledge
- Reasons for rapid wear of conductive slip rings
- A simple method to prove 1/t Fourier transform
- [trio basic tutorial 17 from getting started to mastering] set up and connect the trio motion controller and input the activation code
- Shape template matching based on Halcon learning [9] PM_ multiple_ dxf_ models. Hdev routine -- [read and write XLD from DXF file]
- Factors affecting the quality of slip rings in production
- [tutorial 19 of trio basic from introduction to proficiency] detailed introduction of trio as a slave station connecting to the third-party bus (anybus PROFIBUS DP...)
猜你喜欢

Summary -st2.0 Hall angle estimation

1-stm32 operation environment construction

Screen record of the opening ceremony of the Beijing winter olympics 2

C#,数值计算(Numerical Recipes in C#),线性代数方程的求解,LU分解(LU Decomposition)源程序

Record the opening ceremony of Beijing Winter Olympics with display equipment

The printer encountered an abnormal configuration problem 0x8007007e (win10)

More than 90% of hardware engineers will encounter problems when MOS tubes are burned out!

Markdown tips

Soem EtherCAT source code analysis attachment 1 (establishment of communication operation environment)

STM32 tutorial triple ADC interleaved sampling
随机推荐
Explain task scheduling based on Cortex-M3 in detail (Part 2)
My-basic application 1: introduction to my-basic parser
Hardware 3 -- function of voltage follower
DokuWiki deployment notes
[trio basic tutorial 17 from getting started to mastering] set up and connect the trio motion controller and input the activation code
Create inf module in AMI code
C language # and #
Programming knowledge -- basis of C language
Zero length array in GNU C
Communication standard -- communication protocol
找不到实时聊天软件?给你推荐电商企业都在用的!
The browser cannot access Baidu
Pointnet++ classification practice
Sql Server的存储过程详解
Basic information commands and functions of kernel development
Summary -st2.0 Hall angle estimation
Management and use of DokuWiki
Markdown tips
动力电池UL2580测试项目包括哪些
[trio basic from introduction to mastery tutorial 20] trio calculates the arc center and radius through three points of spatial arc