搜索资源列表
430-NTC
- MSP430采集温度,采用NTC热敏电阻,程序调试通过-MSP430 NTC
ntc
- NTC电阻在VERILOG HDL中的曲线表,使用1MA恒流源供电,用AD对其采集电压,并以12BIT形式输出查表即可达到实际温度值,本表占用450个12位存储单元-NTC resistor VERILOG HDL in the curve of the table, use the 1MA current source power supply voltages were collected with AD and in the form of the output look-up table
AN_O0324
- 利用ADC实现温度采集 SPMC65系列单片机,使用MCU的 ADC采集温度,温度传感器采用 NTC 热敏电阻,将热敏电阻的阻值转化为相应的电压值,MCU 通过采集模拟电压计算出 相应的温度值-Temperature measurement using ADC to achieve SPMC65 MCU, MCU' s ADC acquisition using the temperature, the temperature sensor NTC thermistor, the
NTC-SHOW-
- 一个利用MSP430单片机采集NTC温度并在四位数码管上显示的程序,仿照Anduino内核格式,包含一位差值算法-A collection NTC temperature using the MSP430 microcontroller and four digital tube display program, modeled Anduino kernel formats, including a difference algorithm
-
- NTC I/O模拟ADC采集温度.精度可以达到0.5摄氏度-NTC I/O Analog ADC acquisition temperature.
NTC10K
- 用英飞凌tc1767采集NTC热敏电阻的温度值-Infineon TC1767 A/D NTC10K
NTC_T_mcu_code
- NTC负温度系数ADC采集对应表代码,5V表和3V数据准确,误差在+1到-1之间,数据稳定。文件有NTC.C和NTC.H文件。-NTC negative temperature coefficient ADC codes correspond collection, 5V and 3V table data is accurate, error between+1 and-1, the data is stable. File has NTC.C and NTC.H file.
NTC-for-51
- C51实现NTC热敏电阻温度采集,非常实用-C51 achieve NTC thermistor temperature acquisition, very practical
STM32-ADC-NTC-10K-3950-OK
- 利用STM32 adc采集NTC 10K 3950温度传感器采集温度。-Collected by STM32 ADC NTC temperature sensor temperature of 10K 3950.
133-热敏电阻测试数码管显示
- 单片机 NTC温度采集代码。(Singlechip NTC temperature acquisition code.)
NTC 温度采集ADC-OK
- 8路 ntc硬件ADC采集驱动已经应用在工业控制板上大批量使用(8 way NTC hardware ADC acquisition driver)
用NTC热敏电阻做温度采集
- NTC热敏电阻实验详细说明,里面含有实验原理图,以及DEMO样例程序,仅供参考(The NTC thermistor experiment is detailed, which contains the experimental schematic diagram and the DEMO sample program for reference only.)
STM32F103读取NTC热敏电阻程序
- NTC采集温度的原理就是利用采样的ad值与对应表进行比较,得到温度值。温度与ad值的对应表可利用已经做好的表格来自动转化(输入参数,即可得到对应的ad值)