JIMI 发表于 20:50

基于单片机的湿度控制系统设计

论文编号:DZXX338  论文字数:10074,页数:33  附PPT,C语言程序 
 
摘  要
 随着科技的发达,以及人民生活水平的提高,人民室内生活环境不断改善,出现了空调、智能温度器、室内净化器等一系列改善人民生活条件的高科技产品。然而这并不能满足人民越来越高的生活需求,有些人提出了湿度的要求,本设计就在此基础上,设计一种基于89C51单片机控制的湿度控制系统。
 此系统采用了较为精密的检测电路,能够自动、准确检测环境空气的相对湿度,并将检测数据通过频率传递,送到处理器(AT89C51)中,然后通过软件的编程,将当前环境的相对湿度值转换为十进制数字后,再通过数码管来显示;而且,通过软件编程,设计出可以根据自己设定的空气的相对湿度自动的调节当前环境的相对湿度:当室内空气湿度过高时,控制系统自动启动除湿器,减少室内空气中的水蒸气,以达到降低空气湿度的目的;当室内空气湿度过低时,控制系统自动启动加湿器,增加空气的水蒸气,以达到增加湿度的目的,使空气湿度保持在理想的状态;键盘设置及调整湿度的初始值,另外在设计个过程当中,考虑了电源抗干扰,增加了系统的稳定性。
 通过对基于单片机的相对湿度控制器设计,加深对传感器技术及检测技术的了解,巩固对单片机知识的掌握,并系统的复习本专业所学过的知识。
 
关键词:湿度检测,电平控制,湿度调节,

Abstract
 With the development of science and technology, the improvement of and the living standards of the people, the people are improving constantly in indoor living environment, the air conditioner , intellectual temperature device , high-tech products of such people's living conditions of a series of improvement as the purifying device ,etc. in the room have appeared. But this can not meet higher and higher life demands of people , some people propose the demand for the humidity, this text is just on this basis, design one on the basis of intellectual humidity control system which 89C51 MCU controlled.  
      This system USES a relatively sophisticated detection circuit, automatic, accurate detection of environmental air relative humidity, and will test data transmission, by frequency to processor (AT89C51), and then through the software programming, the current environment of relative humidity value conversion to a decimal number, then through digital tube to show, And, through the software programming and design can be set according to their own air relative humidity automatic adjust current environment of relative humidity: when indoor air humidity is high, the automatic control system startup dehumidifiers, reduce indoor air water vapor to reduce air humidity purpose, When indoor air humidity is too low, automatic control system, the increase of air start humidifier vapor, in order to achieve the goal that increase humidity, air humidity keeping in the ideal state, Keyboard Settings and adjusting the initial value, additional humidity in the design of a process, considering the anti-interference, increases the power system stability.
Based on the relative humidity controller based on single chip design, deepen our understanding of the sensor technology and testing technology, consolidate the SCM's knowledge of the system, and the professional review learned knowledge.
Keywords: Moisture detection, level control, humidity,

目录
摘  要 3
Abstract 4
第一章  绪论 5
1.1 课题背景 5
1.2 课题研究的目的和意义 5
1.3 国内外发展状况 5
第二章 系统总体设计 7
2.1 系统设计框图 7
2.2  各个模块设计方案 7
2.2.1 微处理模块选择方案 7
2.2.2 湿度测量电路的选择方案 8
2.2.3 显示模块选择方案 8
2.2.4 电源电压设计模块方案 8
2.2.5 按键输入模块方案 8
2.2.6 湿度控制设计模块方案 9
第三章  系统硬件设计与实现 10
3.1 微处理器和HS1100 10
3.1.1 微处理器的性能及选择 10
3.1.2 AT89C51的主要特性 11
3.1.3 51单片机功能说明 11
3.1.4 时钟频率设定电路 13
3.1.5 湿度传感器HS1100/1101及湿度测量电路 13
3.2 湿度测量电路 14
3.3显示系统接口电路 16
3.3.1 系统显示方案设计 16
3.3.2 显示系统硬件电路的设计 17
3.4湿度调节模块 18
3.4.1 湿度调节控制的原理 18
3.4.2 湿度控制方框图 18
3.5 按键模块的设计 18
3.5.1 键盘接口工作原理 18
3.5.2 单片机与键盘接口 19
第四章 系统软件设计 21
4.1系统总程序流程图 21
4.2系统程序设计 23
4.2.1.C语言与8051简介 23
4.2.2 C51的数据与运算说明 23
4.2.3显示驱动程序 23
第五章  系统调试 25
5.1 湿度测量电路调试 25
5.2湿度测量仪系统整体调试 25
5.3 整体控制调试 26
结 论 27
参考文献 28
致    谢 29
附录I 30
附录Ⅱ 31
页: [1]
查看完整版本: 基于单片机的湿度控制系统设计