1 / 49
文档名称:

毕业设计---基于单片机的恒温箱的设计.doc

格式:doc   大小:2,965KB   页数:49页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计---基于单片机的恒温箱的设计.doc

上传人:xiang1982071 2018/6/12 文件大小:2.90 MB

下载得到文件列表

毕业设计---基于单片机的恒温箱的设计.doc

相关文档

文档介绍

文档介绍:JIANGSU TEACHERS UNIVERSITY OF TECHNOLOGY


本科毕业设计(论文)

基于单片机的恒温箱的设计

学院名称: 电气信息工程学院
专业: 电子信息工程
班级: 08 东电子
姓名: 李刚
指导教师姓名: 王云松
指导教师职称: 实验师
2012年 5 月
基于单片机的恒温箱的设计
摘要:本文论述了具有温度设定灵活、数字显示及语音报警等功能的温度控制的设计。该系统主要是由中央控制器、温度检测器、显示器等模块组成。该系统以功能较强的8位80C51单片机为控制核心,温度检测部分采用DS18B20温度传感器,用LED数码管做显示器。温度传感器DS18B20采集温度信号送给单片机,单片机对信号进行相应处理,并把温度数据送LED显示,从而实现对温度控制的目的。由于单片机功能强大,可大大加快系统的开发与调试速度,并具有控制方便、简单、灵活等特点,故可以把数字温度传感器DS18B20做成探头,探入到狭小的地方,增加了实用性。更能串接多个数字温度传感器DS18B20进行多范围的温度检测。
关键字:80C51单片机;温度采集;温度控制
The Design of The Constant Temperature Box Based on SCM
Abstract:This paper discusses the design of temperature control with flexible temperature setting, digital display and voice alarm these functions. The system is posed of a central controller, temperature detectors, monitor uses powerful 8 bit MCS80C51 for the core,uses the DS18B20 for the temperature detection part , and uses LED digital for display to achieve the purpose of temperature the single chip puter powerful, can greatly accelerate the development and debugging speed,and has convenient control, simple, flexible, and other characteristics,so DS18B20 can be made for temperature to send into the narrow 's more can be concatenated with a plurality of digital temperature sensor DS18B20 to detect over a range of temperature .
Key Words: MCS—80C51;Temperature sensor;Temperature control
目录
第1章绪论 1
课题研究的背景 1
课题研究的意义 2
课题研究的内容 2
第2章智能恒温箱的系统概述 3
系统的主要功能 3
系统需求分析 4
智能恒温箱的工作流程 4
恒温箱的工作过程 6
本章小结 6
第3章智能恒温箱的硬件设计 7
硬件电路设计概述 7
总体硬件原理 8
时钟频率电路设计 8
复位电路设计 9
显示电路的设计 10
显示电路概述 10
七段LED数码管的原理 11
显示电路整体设计 13
开关键盘设计 14
指拨开关 14
按键开关 14
指示灯电路 15
温度采集电路 15
DS18B20的性能 16
DS18B20的管脚排列 17
主要的数据部件 17
本章小结 18
第4章软件设计 19
软件任务分析 19
程序流程 20
主程序 20
温度设定子程序 21
温度采集计算子程序 22
温度比较处理子程序 25
温度显示子程序 27
本章小结 28
第5章系统调试