当前位置:网站首页>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#),线性代数方程的求解,LU分解(LU Decomposition)源程序
- 研究发现,跨境电商客服系统都有这五点功能!
- Record the torch encountered by win10 cuda. is_ False problem in available()
- Detailed explanation of SQL server stored procedures
- Gradle复合构建
- Tailq of linked list
- 2021-10-28
- Drive LED -- GPIO control
- A simple method to prove 1/t Fourier transform
- Embedded composition and route
猜你喜欢
Programming knowledge -- basis of C language
Step motor generates S-curve upper computer
Communication standard -- communication protocol
Improve lighting C program
Matlab2018b problem solving when installing embedded coder support package for stmicroelectronic
[trio basic from introduction to mastery tutorial 20] trio calculates the arc center and radius through three points of spatial arc
Why is 1900 not a leap year
Markdown tips
The research found that the cross-border e-commerce customer service system has these five functions!
How to select conductive slip ring
随机推荐
Basic information commands and functions of kernel development
找不到实时聊天软件?给你推荐电商企业都在用的!
[untitled] record the visual shock of the Winter Olympics and the introduction of the display screen
C WinForm [get file path -- traverse folder pictures] - practical exercise 6
UEFI development learning 4 - getting to know variable services
String judgment
How to select conductive slip ring
UEFI development learning 2 - running ovmf in QEMU
C#,数值计算(Numerical Recipes in C#),线性代数方程的求解,LU分解(LU Decomposition)源程序
Baiwen 7-day smart home learning experience of Internet of things
Anonymous structure in C language
Measurement fitting based on Halcon learning [III] PM_ measure_ board. Hdev routine
Tailq of linked list
Sql Server的存儲過程詳解
VESC Benjamin test motor parameters
Shape template matching based on Halcon learning [v] find_ cocoa_ packages_ max_ deformation. Hdev routine
Correlation based template matching based on Halcon learning [II] find_ ncc_ model_ defocused_ precision. hdev
My-basic application 2: my-basic installation and operation
UEFI development learning 6 - creation of protocol
UEFI development learning series