搜索资源列表
AVRTemperatureControlSystem
- 基于 AVR 单片机的水温自动控制系统 摘要: 本系统以 ATMEGA16 单片机作为系统的检测和控制核心,采用温度传感器 AD590实现0—100℃温度范围内的实时温度采集,通过双向可控硅 BT136 控制电热杯对系统进行加热,利用继电器控制半导体制冷片对系统进行散热。通过一线键盘实现对任意温度值进行设定并对模糊 PID 参数的调整,液晶 LCD1602 实时更新显示当前温度测量值与键盘设定温度值。利用模糊 PID 算法,通过调功法对水温系统进行控制,实现在 0—100℃范围内任
chuankouwendu
- 基于STC12c5a60s2的单片机温度采集系统,将采集到的温度通过串口发送到电脑的串口上-Temperature acquisition system based on STC12c5a60s2 microcontroller, temperature collected through the serial port to send to the computer s serial port
chenxu-
- 整个系统的流程是:首先通过温度传感器采集现场的数据;由于采用数字温度传感器,所以可将采集的数据直接送给单片机MSP430。利用1602液晶讲温度显示出来温度同时将温度的整数部分传输到上位机。当测得的值超过预先设定的值时,由单片机控制进行声光报警。 -The process of the whole system is: First collected scene data temperature sensor digital temperature sensor, so the data
electonic-temperature-detector-
- 本程序介绍的是一个智能温度检测系统,该系统通过NTC热敏电阻阻值随温度升高而减小的属性,并通过ADC0803模数转换芯片采集数据,最后将数字信号送入89C51单片机,经过软件的处理与控制,在LED上输出实时的环境温度。同时该系统可设置测量温度上下限,当前温度低于设置温度下限或高于设置温度上限时,通过蜂鸣器报警。经过实践验收测试,该温度计具有电路简单、读数方便、测温准确、精度高、测量范围广、低能耗等优点,设计方案正确行,各项指标稳定可靠。温度可测范围:0~40℃。温度测量误差:±0.5℃。-Thi
wenducaijijiemian
- 用Visual C++6.0编写的串口通信程序。这个通信界面可以灵活设置串口的参数,按照特定的通信协议,单片机把通信数据上传到上位机,并在上位机处理,用图形显示出来,从而实现上位机和下位机的通信。这一系统已经在“基于51单片机的温度采集系统”稳定可靠使用。-Using Visual C++6.0 prepared by the serial communication program. The communication interface can be flexibly set the ser
Temperate-acquisition-for-access
- 基于51单片机开发的温度采集系统,实时描绘温度曲线,并把数据写入数据库!-Temperate acquisition for access based on 51
v1
- 该代码是为了电池电池管理系统的重要代码,使用单片机作为采集芯片采集电压数据和温度数据-The code is for battery management system is an important code, the use of SCM data acquisition chip voltage and temperature data collected
code-generate-hex
- 单片机温度采集系统源码,包含了keil程序,温度采集最简系统-single chip temperature detecting
Classroom-monitoring-system
- 基于单片机的教室监控系统(包括温度采集、Labview显示等)-Microcontroller-based classroom monitoring system (including temperature acquisition, Labview display, etc.)
dianzibiao
- 本系统以STC89C53单片机为控制核心,通过与DS1302和DS18B20通信获取实时时间和实时环境温度,并将得到的数据处理后通过LCD12864液晶屏显示出来,同时通过ISD1760进行语音报时以及闹铃提醒。功能按键可以选择功能,调整时间等。因此本设计可分为以下模块:单片机模块、显示模块、实时时间计算模块、实时环境温度采集模块、语音报时模块、电源模块、按键模块和PM2.5检测模块。-This system STC89C53 microcontroller core, through comm
program
- 基于51单片机的温度采集与报警系统,利用DS18B20实时采集温度信号传输给51单片机,当温度超过阈值时由单片机发出报警信号-51 microcontroller-based temperature acquisition and alarm system, using real-time collection DS18B20 temperature signal to the microcontroller 51, when the temperature exceeds the thresh
基于单片机的温度湿度采集系统
- 基于单片机的温度采集系统,采用单片机仿真,十分的好用!(Microcontroller based temperature acquisition system, the use of single-chip simulation, very easy to use!)
基于单片机的温度湿度采集系统
- 通过温湿度模块,单片机进行温湿度采集,进行处理(The temperature and humidity are collected and processed by the temperature and humidity module and the single chip microcomputer)
基于51单片机的多路温度采集控制系统设计
- 本电路由89C51单片机温度传感器、模数转换器ADC0809、串入并出移位寄存器74LS164、数码管和LED显示电路等组成。由热敏电阻温度传感器测量环境温度,将其电压值送入ADC0809的IN0通道进行模数转换,转换所得的数字量由数据端D0-D7输出到89C51的P0口,经软件处理后将测量的温度值经单片机的RXD端串行输出到74LS164,经74LS164串并转换后,输出到数码管的7个显示段,用数字形式显示出当前的温度值(51 MCU multi-channel temperature acq
蓝桥杯2013_单片机设计与开发预赛试题
- 模拟“温度采集与控制装置”用于实现温度的实时监测与控制。单片机采集 DS18B20 温度传 感器的输出信号,并送到数码管进行显示;通过传感器得到的温度数据将与用户设定温度上限、下 限值做比较,再由单片机启动控制或报警电路。系统硬件部分主要由单片机最小系统、数码管显示、 DS18B20 温度传感器、矩阵键盘等模块组成。(Analog "Temperature collection and control device" is used to realize real-ti
基于单片机的温度湿度采集系统
- 基于单片机的温度湿度采集系统,我们可以实时监测室内的温湿度,或者工厂内使用(Humidity temperature acquisition system based on single chip microcomputer, we can real-time monitoring of indoor temperature and humidity, or use in factory)
