搜索资源列表
温度检测部分单片机程序
- SRART: MOVX @R0,A 令ADC0809开始转换 WAIT: JB OP2.0,ADC 检测ADC0809转换完成否? CALL DISP 调用显示子程序 JMP WAIT ADC:MOVX A,@R0 将转换好的数据送入累加器 CALL L1 调用十进制转换子程序 MOV RI,#OFFH 显示延时-SRART : R0 MOVX @ A change began to make ADC0809 WAIT : JB OP2.0, ADC conversion completed t
Temperature.rar
- C8051F310系统自带的温度传感器的一个学习程序,ADC成10位.然后发送到PC机上.,C8051F310 system built-in temperature sensor, a learning process, ADC into a 10. And then sent to the PC machine.
TempratureControl
- 51单片机实现温度控制,采用12位ADC Max197作输入,PID调节,12位DAC AD7541作输出。-Temperature control 51 single chip, using 12-bit ADC Max197 for input, PID regulation, 12-bit DAC AD7541 for output.
ADC
- 基于c8051f020的单片机的数模转换,将单片机内部的温度传感器信号转换为数字信号-C8051F020 microcontroller-based digital-to-analog conversion, the internal single-chip temperature sensor signal is converted to digital signal
f330
- 1、应用C8051F330的10位ADC和片内温度传感器实现一个数字温度计,温度值用数码管显示。 2、应用C8051F330的10位ADC可以测量0~3V范围的2路输入电压,采集结果能够在数码管上轮流显示。 3、应用C8051F330的电流输出型DAC实现一个正弦信号发生器要求输出频率范围1~1KHz。 4、用一位数码管显示输出的数字量。 5、用按键实现系统工作模式的切换和输出信号频率的调整。 6、用发光二极管指示系统的工作模式。 -1, application C805
adcLCD12864
- 使用C8051F310的ADC功能实现测温度功能把模拟量转换为数字量并在LCD12864上显示-C8051F310 features the use of the ADC temperature measurement function to achieve the conversion of analog and digital display LCD12864
ADC12
- MSP430F149单片机的AD程序:进行单通道单次,使用内部热敏二极管测量温度.-MSP430F149 MCU AD procedures: one for single-channel, the use of the internal thermal diode temperature measurements.
ADC
- msp430F149单片机AD12的几个例子,简单应用。-AD12 single-chip msp430F149 a few examples of simple applications.
stm32_adc
- 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
ADC
- 基于AVR及icl7135的温度测量板,其中7135采用icp方式,AVR用SPI总线隔离通信。已经量产过,请放心使用。-a temperature sense circuit using the AVR and ICL7135
C8051F020ADcaiyangchuankoutiaoshi
- C8051F020 AD采样及串口测试程序,AD输入端子(J7)可输入8路AD(AIN0--AIN7),另有1路可测量片内温度,9路采样值都通过串口(使用串口必须将JP3的1,2及3,4脚短路)发送出去,在串口调试助手上看观察其值。8路AD输入中AIN7可通过跳以器(JP1)“ADC”(1,2脚短接)与板上电位器相连,通过手动调VR1可以观察到电压值的变化。-C8051F020 AD sampling and serial port test program, AD input terminal
R15
- 无需查表,利用函数计算ADC寄存器值到实际对应温度值的函数-using curve fitting method to get ADC port temperature, no need index table
ADC
- 使用温度传感器进行采集水温信号,并且经AD转换后在数码管上显示(包括小数位的显示)~!-Temperature sensors collect temperature signal, and converted by the AD in the digital tube display (including the display of decimal places) ~!
ADC
- STM32F103RBT6内部ADC的驱动程序。包括内部温度ADC的使用,lcd1602显示-STM32F103RBT6 internal ADC driver. Includes the use of internal temperature of ADC lcd1602, display
ADC0internaltemperature
- C8051F320一个广泛使用的单片机读写内部温度的范例-C8051F320 microcontroller to read and write a widely used example of the internal temperature
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
CC2540-mcu-ADC-temp-collecter
- CC2540射频单片机,ADC温度采集代码,并通过USART输出-CC2540 RF chip, ADC temperature acquisition code, and output via USART
ADC
- ADC,温度测量单通道软件触发,根据温度数值发生变化-ADC, single channel temperature measurement software trigger, the value changes with temperature
STM32F10X-ADC—芯片温度
- STM32F10X-ADC—芯片温度带工程和源代码分享(STM32F10X-ADC STM32F10X-ADC)
ADC温度采集实验
- 基于stm32的ADC温度采集实验源码,需要在对应平台使用(Based on the stm32 ADC temperature acquisition experimental source, you need to use the corresponding platform)