基于单片机的智能加湿器设计资料
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本科毕业设计(论文)
题目基于单片机的智能
加湿器设计
姓名 ******
专业电子科学与技术
学号 *********
指导教师 ****
郑州科技学院电气工程学院
二〇一五年五月
目录
摘要............................................................................................................................. I Abstract ....................................................................................................................... II 1 绪论.. (1)
1.1 选题背景和意义 (1)
1.2 发展现状及前景 (2)
1.3 设计任务 (3)
2 系统硬件设计 (5)
2.1 总体设计 (5)
2.2 单片机模块 (6)
2.2.1 单片机介绍 (6)
2.2.2 单片机的特点 (7)
2.2.3 单片机最小系统 (9)
2.3 传感器模块 (10)
2.3.1 温湿度传感器选择方案 (10)
2.3.2 DHT11数字温湿度传感器 (11)
2.3.3 传感器电路 (14)
2.4 液晶显示模块 (15)
2.4.1 显示器的设计方案 (15)
2.4.2 1602字符型液晶显示屏 (15)
2.4.3 1602LCD电路 (18)
2.5 报警电路模块 (19)
2.6 按键模块 (20)
2.6.1 输入设计方案 (20)
2.6.2 按键电路 (20)
2.7 系统电路工作原理 (21)
3 系统软件设计 (23)
3.1 主程序设计 (23)
3.2 温湿度检测控制模块设计 (24)
3.3 液晶显示模块设计 (25)
4 系统调试与分析 (27)
4.1 软件调试 (27)
4.2 程序调试 (28)
4.2.1 KEIL软件简介 (28)
4.2.2 调试过程 (29)
4.3 调试分析 (29)
总结 (32)
致谢 (34)
参考文献 (35)
附录1 实物图 (36)
附录2 源程序 (37)
基于单片机的智能加湿器设计
摘要
目前在我们的日常生活中,加湿器被应用到很多领域,可是市场上大多数的加湿器都需要通过手动来控制加湿器的开启和关闭,而且不能对空气中的的温湿度进行实时且精确的监测,使得人们在使用加湿器的过程中出现一些意想不到的问题,如对空气过度加湿,过多的空气湿度就会对人体健康造成负面影响;加湿器工作时出现干烧的情况还会给我们带来安全隐患。因此在现有加湿器的基础上开发出一种具有智能控制功能的加湿器显得尤其必要。
本次设计以STC89C52单片机与温湿度传感器为系统的设计核心,运用温湿度传感器DHT11对空气中的温湿度信号进行采集,并利用它处理信号的功能,将采集到的温湿度信号转换成数字信号,再通过单片机的可编程能力对该数字信号进行分析与处理,将处理后的数据通过1602液晶显示屏显示出来,实现对空气中的相对湿度的实时显示功能,同时单片机也能够智能控制加湿器的工作状态,以达到自动控制加湿器的目的。该设计还拥有水位监测电路和报警电路,实现加湿器的防干烧功能。该系统的设计电路简单,检测数据的精度高,且具有较高的可靠性。
关键词:加湿器;STC89C52单片机;温湿度传感器DHT11;1602液晶显示屏
INTELLIGENT HUMIDIFIER DESIGN BASED ON SINGLE CHIP MICROCOMPUTER
Abstract
At present in our daily life, the humidifier can be used in many areas, but the majority of the market's need to manually control the humidifier humidifier is opened and closed, and can not be real-time and accurate monitoring of temperature and humidity in the air, which makes people some beat all problems occur in the process of the humidifier, such as the excessive air humidification, air humidity will cause too much negative impact on human health; in the dry situation will bring hidden trouble to our humidifier work. Therefore, based on the existing humidifier on the development of a kind of intelligent control function of the humidifier is particularly necessary.
This design uses the STC89C52 microcontroller with temperature and humidity sensors for the design of the core system, using temperature and humidity sensor DHT11 to collect temperature and humidity signal in the air, and use it in signal processing function, the temperature and humidity of the collected signal is converted into digital signal, the digital signal is single chip programmable ability analysis and processing, the processed data through 1602 LCD display, real-time display function of the relative humidity in the air, and the MCU can also work state of intelligent control of the humidifier, in order to achieve the purpose of automatic control humidifier. The design also has a water level monitoring circuit and alarm circuit, dry burning prevention function of humidifier. The design of the circuit of the system is simple, high precision of detection data, and has high reliability. Keywords: humidifier; STC89C52 MCU; temperature and humidity sensor DHT11; 1602 LCD display