当前位置:网站首页>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 .
边栏推荐
- Carrier period, electrical speed, carrier period variation
- How to define guid in AMI code
- Compilation warning solution sorting in Quartus II
- C WinForm [display real-time time in the status bar] - practical exercise 1
- Baiwen 7-day smart home learning experience of Internet of things
- C language enhancement -- pointer
- 1-stm32 operation environment construction
- DokuWiki deployment notes
- Adaptive filter
- [trio basic tutorial 18 from introduction to proficiency] trio motion controller UDP fast exchange data communication
猜你喜欢

Why is 1900 not a leap year

Cadence simulation encountered "input.scs": can not open input file change path problem
![Shape template matching based on Halcon learning [VII] reuse_ model. Hdev routine](/img/55/0f05291755dc1c3c03db8e991a1ba1.jpg)
Shape template matching based on Halcon learning [VII] reuse_ model. Hdev routine

Compilation warning solution sorting in Quartus II

Record the opening ceremony of Beijing Winter Olympics with display equipment
![Halcon's practice based on shape template matching [2]](/img/70/3e905661785e570fb406b8e97d41e6.jpg)
Halcon's practice based on shape template matching [2]

Summary -st2.0 Hall angle estimation

如何进行导电滑环选型

Class of color image processing based on Halcon learning_ ndim_ norm. hdev
![[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...)](/img/54/2fe86f54af01f10de93818103f2154.jpg)
[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...)
随机推荐
The printer encountered an abnormal configuration problem 0x8007007e (win10)
Vofa+ software usage record
[popular science] some interesting things that I don't know whether they are useful or not
Basic information commands and functions of kernel development
How to excavate and research ideas from the paper
Arduino uses nrf24l01+ communication
如何将EasyCVR平台RTSP接入的设备数据迁移到EasyNVR中?
Ads usage skills
Pointnet++ classification practice
Compilation warning solution sorting in Quartus II
Some thoughts on extracting perspectives from ealfa and Ebeta
C WinForm [view status bar -- statusstrip] - Practice 2
Shell script basic syntax
Use indent to format code
UEFI development learning 6 - creation of protocol
[untitled] record the visual shock of the Winter Olympics and the introduction of the display screen
Some errors in configuring the environment
Global and Chinese market of core pallets 2022-2028: Research Report on technology, participants, trends, market size and share
Detailed explanation of SQL server stored procedures
C WinForm [help interface - send email] - practice five