基于单片机的智能晾衣架控制系统的设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
基于单片机的智能晾衣架控制系统的设计与实现
董阳
通信工程专业通信1301班学号130250004
指导教师李丽芬副教授
摘要
现在都市的生活越来越忙,很多人都没有时间和精力来管理一些细节上的东西,比如,在合适的阳光温度时间内晾晒衣服。针对这来问题我们开始了研究,通过对智能晾衣架控制系统的设计与实现的不断探究,得到了比较好的设计思路。通过使用DHT11温湿度传感器、光敏电阻等元件,对环境的变化进行检测,然后再将测量数据传递给STC89C51单片机,单片机的核心板再对所测量的温湿度和光线的强弱进行判别,驱使电机进行正转或者反转,达到智能晾晒衣物的目的。在温湿度检测方面使用的是DHT11传感器模块,该模块将测量得到的数据与设定值进行对比,如果湿度超越过设定值,系统会默认回收晾衣架,发送脉冲信号来控制电机收回晾衣架。针对光照强度方面的检测我们选择使用光敏电阻,光照强度的改变会使电阻阻值产生相应的变化,单片机将变化后的阻值与设定值进行对比,如果超过设定值,则控制电机进行转动,使衣架收回,从而实现智能晾衣服的目的。
关键词:智能STC89C51 DHT11
Design and Implementation of Intelligent Clothes Hanger
Control System Based on Single Chip Microcomputer
Abstract
Now the city life more and more busy, a lot of people do not have the time and energy to manage some of the details, for example, in the appropriate temperature of the sun drying clothes. In order to solve this problem, we started the research, through the intelligent clothes hanger control system design and implementation of continuous research, get a better design ideas. By using the DHT11 temperature and humidity sensor, photosensitive resistance and other components, the change of environment were detected, and then the measurement data are transmitted to the STC89C51 microcontroller core board microcontroller to measure the temperature and humidity and light intensity discrimination, motor driven forward or reverse, achieves the intelligent clothes drying purpose. Used in the detection of the temperature and humidity DHT11 sensor module, the module will be measured data are compared with the set value, if the humidity is beyond the set value, the system will default recovery racks, send pulse signal to control the motor back racks. Similarly, the photosensitive resistor for detecting the light intensity of the light intensity, the changes will cause the resistance change, will change the resistance compared with the set value, if it exceeds the set value, then control the motor to rotate, the clothes hanger to recover, so as to achieve the purpose of intelligent clothes.
Key words: intelligent STC89C51 DHT11
目录
前言 (1)
第1章绪论 (2)
第1.1节选题背景 (2)
第1.2节研究方法及目的 (2)
第1.3节研究意义 (3)
第2章系统总体设计 (4)
第2.1节总系统设计框图 (4)
第2.2节系统组成概述 (4)
第2.3节控制系统核心选择 (4)
第2.4节湿度检测模块选择 (5)
第2.5节遥控电路设计 (5)
第2.6节遥控发射模块参数 (6)
第2.7节光强检测模块选择 (7)
第2.8节电机模块选择 (7)
第2.9节系统设计要求 (8)
第3章控制系统硬件设计 (9)
第3.1节单片机的介绍及其工作系统设计 (9)
第3.2节温湿度传感器电路 (14)
第3.3节光敏检测电路 (17)
第3.4节直流电机驱动电路 (19)
第4章控制系统设计 (21)
第4.1节程序流程图 (21)
第4.2节程序设计 (22)
第4.3节系统初始化 (22)
第4.4节温湿度检测 (25)
第5章系统整体调试 (27)
第5.1节系统仿真演示 (28)
第5.2节硬件实物的焊接 (33)
结论 (37)
附录 (39)
参考文献 (41)
致谢 (42)