网学网为广大网友收集整理了,中央空调智能温度监控器的设计,希望对大家有所帮助!
论文编号:ZD778 论文字数:16891,页数:50 ,有开题报告,任务书,外文翻译,电路图,程序
摘要
本课题的主导思想是软、硬件相结合,以硬件为基础,来进行各功能模块的编写。
通过A/D转换器将温度传感器的输出值转换为数字量之后输入单片机中,与温度设定值(直接输入单片机中)进行比较,利用比较结果控制风机转动速度并且用LED显示温度值。
外部硬件电路完成采集数据并且转换为数字量以及控制风机转动速度等功能,温度比较、输送信号则是由单片机的基本汇编语言来进行软件设计。软件的设计采用了模块化结构,使程序设计的逻辑关系更加简明了,使硬件在软件的控制下协调运作。以实现用单片机监控八个房间的温度并且智能调节,使房间温度维持在设定值上下。
关键词 单片机 A/D转换 LED显示 温度传感器。
Abstract
The paper adopted the combination of software and hardware, on the basic of hardware, to compile each function module.
Main function is that the output of the temperature sensor is converted by A/D transformer, which is compared with the designated to temperature figure( inputed into the Micro Controller), then the result can be used to control the speed of breezing machine.
Exterior hardware circuit to complete gathering data and transforming it, quantifying, controlling the speed of the machine, you can compare the temperature, transport the signal by the software programming.In order to expand with the design adoption mold a logic for turning construction, making procedure designing relation that change, which makes hardware operate harmonically under the control of software.The temperatures of 8 rooms are adjusted by Micro Controller, maintainly around the setting temperature.
Keywords Micro Controller Unit,A/ D conversion,LED,temperture sensor.
目 录
摘要 Ⅰ
Abstract Ⅱ
第1章 绪论 1
1.1 课题背景 1
1.2 开发意义 2
1.3 课题完成功能 2
第2章 系统硬件设计 3
2.1 硬件设计框图 3
2.2 单片机概述 4
2.3 温度采集电路 8
2.4 A/D转换电路 9
2.5 LED显示电路 13
2.6 温度设定电路 16
2.7 风机驱动电路 17
第3章 系统软件设计 20
3.1 软件设计思想 20
3.2 系统程序流程图及软件程序设计 22
3.2.1 键盘扫描 22
3.2.2 采集 24
3.2.3 排序 25
3.2.4 查表 26
3.2.5 显示 27
3.2.6 软件内存分配 28
第4章 调试 30
4.1 系统调试软件 30
4.2 在调试中遇到的问题及解决方法 31
结论 33
致谢 35
参考文献 36
附录1源代码程序 37
附录2 元器件清单 50
附录3硬件原理图 51