基于单片机的大棚温湿度检测系统【毕业设计(论文)】-好.doc
文本预览下载声明
基于单片机的大棚温湿度检测报警系统【毕业设计(论文)】-好
摘 要
系统是一个专门为温室大棚温湿度控制而设计的智能系统通过对系统的硬件部分和软件部分设计来达到监控要求硬件部分实现了对温湿度传感器模块AD转换模块显示模块控制模块的设计软件部分主要根据系统的设计思想设计出了主程序和子程序流程图并通过汇编语言和C语言实现通过实践证明系统具有性能好操作方便等优点实现了对温湿度的显示调节自动控制和手动控制
关键词 AD转换传感器LED
ABSTRACT
Theworkofthisdissertationisabout an intelligent system designed for controlling the temperature and humidity of a greenhouse It can meet the demand of monitoring through the design of hardware and that of software in details The former is more important in this dissertation including the introduction of sensor of measuring temperature and humidity changing of AD demonstrating mode of data the mode of control and the connecting part of the changing column And according to the design thoughts the latter shows the flow chart of the main program and the subprogram realized by assembly language and C language The system adopts quite a new integrated circuit which makes it function better and run more conveniently when put into practice Furthermore not only can it achieve the goals of manifesting and regulating the temperature But also itcanbe controlled automatically and manually
Key words changing of AD sensor LED
目 录
1 绪论 1
11课题背景 1
12预期目标 1
2 系统总体设计方案及工作原理 2
21系统总体设计方案简述 2
com能 2
com术参数 2
22系统的工作原理 2
3 系统的硬件设计 4
31 单片机的确定 4
32传感器的确定 7
com感器 7
com感器 8
33采集电路的设计 9
com集电路 9
com集电路 9
34 AD转换 11
com 模数转换器的确定 11
com ADC0809与8031的连接 12
35键盘与显示 13
com分 13
com分 14
36报警电路设计 15
37单片机与PC机的通信接口 16
38系统总体电路 17
4 软件设计 19
41 设计思想 19
42 初始化程序及主程序框图 20
43 子程序框图 21
44系统的主要程序 22
总 结 27
参考文献 28
致 谢 29
1 绪论
温湿度是衡量温室大棚的重要指标它直接影响到栽培作物的的生长和产量为了能给作物提供一个合适的生长环境首要问题是加强温室内的温湿度的检测 但传统的方法是用与湿度表毛发湿度表双金属式测量计和湿度试纸等测试器材通过人工进行检测对不符合温度和湿度要求的库房进行通风去湿和降温等工作这种人工测试方法费时费力效率低且测试的温度及湿度误差大随机性大因此我们需要一种造价低廉使用方便且测量准确的温湿度测量仪该设计即是针对这一问题设计出了能够实现温湿度自动检测显示上下限报警等多功能的温湿度监测控制系统
12预期目标
系统完成后可以通过温度传感器DS18B20和湿度传感器HS1101对大棚温室内的温湿度进行测量通过单片机AT89C51对采集到的数据进行处理用LED显示出当前环境的温湿度状况其中温度可以有操作人员根据不同作物所需的最适宜温度进行调节当环境温度和设置的最适宜温度之差大于4℃时报警装置即会启动
2 系统总体设计方案及工作原理
21系统总体设计方案简述
该温湿度测控系统是由数据采集
显示全部