基于单片机的温湿度检测
下载后可任意编辑 目录 目录1 摘要2 第1章 绪论4 第2章 总体方案及基础技术6 一、设计总体方案6 二、元器件的介绍6 1、温湿度传感器6 2、 单片机8 3. LCD9 第3章 硬件设计11 1. 主控制电路11 2. 主要模块的电路11 1、系统的蜂鸣器电路11 2、晶振电路12 3、显示电路13 4、传感器电路14 5、复位电路15 第4章 软件设计16 第5章 总结与展望18 第6章 谢辞19 PCB20 参考文献22 摘要 温度与湿度是生物生存的必备条件,在工业上的应用也很广泛。无论是在工业制造,还是农业生产,或者是人们的日常居住,都需要注意这两个物理量。 总之无论是在日常生活中还是在工业,农业方面都离不开温湿度的测量,因此讨论温湿度的测量具有相当重要的意义。在传统的测量方法中,使用的是温度计等模拟量。这样的测量仪器虽然价格便宜,携带方便,但是精度不高,而且不方便人们查看具体的值。但是假如采纳电子测量,并且智能化,则可以具有具有控制方便,简单灵活等优点,提高温度控制的技术指标,也更加直观方便。DHT11能够直接读出被测温湿度值,同时单片机可以把测量的数据通过串口传到计算机,来完成控制。带来了极大的方便,用单片机控制的温湿度不仅硬件电路相对简单,而且测量精度高。 本次的设计就是采纳单片机控制,对DHT11采集的数据进行相应的输出。 【关键词】 温湿度 电子测量 AT89S51 DHT11 LCD1602 ABSTRACT Temperature and humidity is biological survival prerequisite, the industrial application is very wide. Whether in industrial manufacturing, or agricultural production, or the People s Daily living,there are all need to pay attention to these physical quantities. In a word ,no mather in daily life or in industry, agriculture will no depart from the temperature and humidity measurement, so the temperature and humidity measurement has very important significance. In the traditional measuring , using thermometer and analog quantity. Although the price is cheap, easy to carry, but the accuracy is not high, and it is not convenient for people to check the specific value. But if the electronic measurement, and intelligent, it can be convenient, simple and agile with control, etc. And improve the temperature control of the technical indicators and more intuitive convenient. DHT11 can read directly measured temperature and humidity value. At the same time, the single chip microcomputer can be measured data through the serial port to the computer, to complete control. Brought great convenience, with the temperature and humidity of the single-chip microcomputer control not only relatively simple hardware circuit, and high measurement accuracy. This design is using single-chip microcomputer controling,and output the DHT11 of the data collected corresponding . 【Key words】Temperature and Humidity measurement AT89S51 DHT11 LCD1602 第1章 绪论 本次大作业是温湿度的检测系统,采纳的主要元件是MSC-51系列单片机中的AT89S51和DHT11温湿度的检测系统。设计部分包括硬件部分与软件部分。硬件部分是根据软件的流程图来设计的。由于本次设计的主要功能是用户能预先设置阈值,LCD能够实时显示出当前确切的温湿度,并且在高于预设值的时候蜂鸣器能够发出蜂鸣。所以硬件部分是有单片机,温湿度传感器,键盘,LCD,以及蜂鸣器。单片机的作用是承担了主要的控制作用。对温湿度传感器从外部的值与用户输入的阈值进行处理,并且输出给LCD与蜂鸣器。温湿度传感器只是起到输入的作用,并且是一直不间断的输入,并且将值传送给单片机。本身并不能起到其他更多的作用。键盘则也是起到了输入的作用。但是不能实时的反应,只能由用户进行操作,并且值保存在单片机内。LCD是起到了实时输出的作用,为1602字符型液晶模块,反映的是由温湿度传感器采集来的外部信息。蜂鸣器也同样属于输出,起到报警作用,当温湿度超过阈值就会响起,或者是当开机的时候,也会响起。因此,软件部分除了主程序之外,还有显示子程序与测温湿度子程序。 DHT11数字温湿度传感器是一款含有已校准数字信号输出的温湿度复合传感器,它应用专用的数字模块采集技术和温湿度传感技术,确保产品具有极高的可靠性和卓越的长期稳定性。传感器包括一个电阻式感湿元件和一个NTC测温元件,并与一个高性能8位单片机相连接。因此该产品具有品质卓越、超快响应、抗干扰能力强、性价比极高等优点。AT89S51是一个低功耗,高性能CMOS 8位单片机,片内含4k Bytes ISP(In-system programmable)的可反复擦写1000次的Flash只读程序存储器,器件采纳ATMEL公司的高密度、非易失性存储技术制造,兼容标准MCS-51指令系统及80C51引脚结构,芯片内集成了通用8位中央处理器和ISP Flash存储单元,AT89S51在众多嵌入式控制应用系统中得到广泛应用。 由百度百科中DHT1