基于单片机的温湿度监测系统学士学位论文

2019-09-01 20:04

无 锡 职 业 技 术 学 院

课题名称 基于系统 指导教师 职 称 讲 指导教师 职 称 工专业名称

课题需要完成的任务:

1、基于单片机设计一个温湿度监测系统,要求:1、温度18~28℃,相对湿度40%~70%;2、用户可以设置系统温湿度报警值;3、检测得到的数据可以通过显示模块显示。

2、可行性方案分析及方案论述。

3、系统设计(各功能模块设计和接口电路设计)。 4、软件设计及调试。 5、电路原理图的绘制。 6、毕业论文撰写。

课题计划:

1.11~2.10 查资料,初步方案设计; 2.11~2.20 确定最佳方案;

2.21~4.7 设计电路,绘制电路,写毕业论文。 4.8~4.15 修改、完善毕业论文,并做答辩准备。

计划答辩时间:4.8~4.15

电子信息技术系 (部、分院)

2012 年 12 月 10 日

- 1 -

毕 业 设 计 任 务 书

单片机的温湿度监测 班 级 师 学生姓名 学 号 程师

无 锡 职 业 技 术 学 院

Abstract

In recent years, with the computer penetration in the social field, the application of SCM is to keep at the same time, traditional control testing update on Crescent benefits. In real-time detection and automatic control system of single-chip applications, often as a single-chip core component to use only single-chip is not enough knowledge, but also the specific hardware structure and the specific features of application software objects combine to make perfect.

In this paper, both hardware and software for automatic control of water temperature on the process, in the control of the main application of the process of AT89C51, ADC0809, LED display, LM324 comparator, but mainly through the digital temperature sensor DS18B20 collecting ambient temperature to single-chip microcomputer as the core control components, and through four real-time digital display of a digital thermometer temperature. Software using assembly language for programming, so that the implementation of Directive speed, to save storage space. In order to facilitate the expansion and changes to the design of modular software structure, so that the logic of the relationship between program design more concise,Hardware software co-operation under the control of it.

And systematic process is: First of all, by setting the button, set the thermostat temperature at the time of operation, and digital display of the temperature. Then, in the running temperature of the process of sampling analog into the A / D converter in the simulation - digital converter, and then converted digital control with digital display, the last single-chip microcomputer to control the heater used for heating or stop heating until the temperature in the provisions under the constant temperature heating.

Key words:Single-chip microcomputer system ;Sensor;Data Acquisition;ADC;Temperature

2

无 锡 职 业 技 术 学 院

调研报告

温湿度测量是现代检测技术的重要组成部分,在保证产品质量、节约能源和安全生产等方面起着关键的作用。因此,能够确保快速、准确地测量温湿度的技术及其装置普遍受到各国的重视。近年来,利用智能化数字式温湿度传感器以实现温度信息的在线检测已成为温湿度测技术的一种发展趋势。介绍的温湿度检测系统,以智能化数字式温湿度传感器与PIC 微处理器有机结合,构成了一种新型温湿度检测系统。该系统具有性能可靠、测温准确、结构简单、造价低廉等特点,并兼具线路简捷、使用灵活、抗干扰性好、可移植性强等优点,可在工程实际中得到广泛应用。

随着电子技术的发展,将组成CPU的部件集成在一块半导体芯片上,这

个具有CPU功能的大规模集成电路芯片就称之为微处理器(MPU)。微处理器的出现,推动了微型计算机的发展,同时也引起了电子设计技术领域的探到变革—电子技术专业人员,使之可以把微处理器部件像其他集成电路一样嵌入到电子系统中,使电子系统具有可编程序的智能化特点,开辟了计算机技术在电子技术领域应用的广阔大地。

将微处理器、存储器、I/O电路集成到一块半导体芯片的技术再次推动了这种嵌入式技术的发展,单片微型计算机是这种设计技术中的一个典型代表。单片机适用于测量和控制领域,它以芯片形式嵌人到电子产品或系统中起到“电脑”作用,受到电子专业技术人员的青睐。单片机以其体积小、可靠性高、功能的专门化为特点。沿着与适用微处理器不同的方向发展。它的出现和发展,标志着单片嵌入技术已经成为电子系统设计的一个重要发展方向。

本课题主要为采用单片机实现数据采集与温湿度检测的制作。突出民用产品的低成本多动能的特点。按照选题要求应实现温湿度的测量,并且能够实现数字钟和测量部分的通过键盘进行控制。

国内外测温湿技术及其发展趋势 在工农业生产、气象、环保、国防、科研、航天等部门,经常需要对环境温度与湿度进行测量及控制。准确测量温湿度对于生物制药、食品加工、造纸等行业更是至关重要的。相比之下,测量湿度要比测量温度更复杂,这是因为温度是个独立的被测量,而湿度却受大气压强和温度的影响。目前,温湿度测量领域的新技术不断涌现,新产品也层出不穷。主要表现在以下两方面:(1)温湿度传感器正从分立元件向集成化、智能化、系统化的方向迅速发展,为开发新一代温湿

3

无 锡 职 业 技 术 学 院

度测控系统创造了有利条件;(2)在温湿度测量系统中普遍采用线性化处理、自动温度补偿和自动校准湿度等项新技术。

4

无 锡 职 业 技 术 学 院

1 引言

2 总体方案设计

3 单元电路设计和论证 4 软件设计

5软硬件系统的调试 6 附录 7参考文献

目录

5


基于单片机的温湿度监测系统学士学位论文.doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:第二单元基础知识填空

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: