1 / 60
文档名称:

毕业说明书 太阳能热水器控制系统.docx

格式:docx   页数:60页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

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

分享

预览

毕业说明书 太阳能热水器控制系统.docx

上传人:cdsqbyl 2015/9/11 文件大小:0 KB

下载得到文件列表

毕业说明书 太阳能热水器控制系统.docx

相关文档

文档介绍

文档介绍:太阳能热水器控制系统的设计
摘要
本设计以单片机AT89S52为核心,结合了单线数字温度传感器DS18B20与液晶显示器1602,设计出一种数字化、智能化的太阳能热水器控制系统。该系统由主控芯片模块、DS18B20温度检测模块、LCD显示模块、水位检测模块、报警模块和电磁阀控制模块组成。分析了各个模块的结构及其工作原理、绘制了系统硬件原理图、程序流程图,并编写源程序,进行电路板的调试和实验验证。此系统解除了热水器上水时需人工守候和过量溢水的问题,达到了省时、环保、节水的目的。该系统与传统的机械式控制系统相比较,具有结构简单,抗干扰能力强,使用方便等特点。
关键词:太阳能热水器,AT89S52,DS18B20
Solar Water Heater Control System
Abstract
This design utilizes MCU AT89C52 as the core,bines wire digital temperature sensor DS18B20 and LCD display 1602,to design a solar water heater control system that was digital and system consists of many modules ,which include Master chip module,DS18B20 temperature detection module ,LCD display module ,Water level detection module ,Alarm module ,Solenoid valve control module .This paper will analysis of the structure of each module and its working principle ,draw the System hardware schematic and program flow chart, write source code, debug circuit boards,as well as system has settled the dispute that people is needed and overflow when feeding water to heater,and achieve the purpose of saving time and water and protecting pared with traditional mechanical control systems,this system has several advantages,such as simple construction, Anti-interference ability,convenient to use and so on.
Keywords: solar water heater,AT89C52,DS18B20
目录
1 引言 1
研究的目的和意义 1
国内外太阳能热水器的发展现状 1
太阳能热水器的优缺点 3
课题的主要工作 3
2 软件介绍 4
Keil C51简介 4
系统概述 4
Keil C51单片机软件开发系统的整体结构 4
Keil C51的优点 5
protues简介 5
protues特点 5
本章小结 6
3 太阳能热水器的设计方案 7
系统总体结构设计 7
系统设计思路 7
温度采集方案 7
水位测量方案 7
系统总体结构框图 8
4 太阳能热水器硬件设计 10
单片机的概述 10
功能描述 10
时钟电路 13
复位电路设计 14
水位测量电路的设计 14
A/D转换器 14
水位测量电路 17
上水电路 18
温度测量电路的设计 18
温度传感器的概述 18
温度测量电路 21
水温控制电路的设计 22
显示电路设计 23
LCD1602显示的原理 23
25
红外遥控电路设计 26
报警电路的设计 26
继电器驱动电路设计 26
本章小节 27
5 系统软件