教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 文库大全 > 高中教育 >

【最新版】基于51单片机的多路温度参数检测系统设计毕业论文

来源:网络收集 时间:2026-09-19
导读: 毕业论文,单片机论文,毕业论文设计,毕业过关论文,毕业设计,毕业设计说明,硕士论文,研究生论文 编号: 毕业设计说明书 题目:基于51单片机的多路温 度参数检测系统设计 学院:机电工程学院 专业:电气工程及其自动化 学生姓名:刘志威 指导教师:李彩林 职称

毕业论文,单片机论文,毕业论文设计,毕业过关论文,毕业设计,毕业设计说明,硕士论文,研究生论文

编号:

毕业设计说明书

题目:基于51单片机的多路温

度参数检测系统设计

学院:机电工程学院

专业:电气工程及其自动化

学生姓名:刘志威

指导教师:李彩林

职称:副教授

题目类型:理论研究实验研究工程设计工程技术研究软件开发

2010年5月20日

毕业论文,单片机论文,毕业论文设计,毕业过关论文,毕业设计,毕业设计说明,硕士论文,研究生论文

摘要

随着自动化技术的发展和人民生活水平的提高,高精度、快速的温度测量报警系统在工业、农业、国防等行业有着巨大的需求,而生活中温度测量更是与人们息息相关。本文中的多路的温度检测更可以实现多点多状态下的多回路综合温度检测,并可以利用其进行报警、显示、控制等多种用途。利用51单片机技术的温度检测系统以其体积小,可靠性高而被广泛采用。本文对该检测系统进行了分析设计,这个系统可以用在水、大气、土壤等多处的温度检测,并能够实时显示显示并可对报警的阀值进行设置。

首先,本文针对设计要求和实际进行各个部分模块的方案分析,并作出方案选择。主要分析被测目标、测温方式、传感器选择、单片机选择、阀值设置方式、LCD显示方案和报警的各种方案的选择。

其次,本文针对系统所使用的单片机的性能和发展情况做了简单说明;对系统使用的温度传感器DS18B20的技术参数和特点以及控制方式进行分析;对显示LCD1602液晶模块的显示控制做了说明;还对按键和LED报警电路进行说明;以上各部分最终组成了该系统的硬件电路。针对所选用的硬件方案在Keil C及Protues联合调试下进行了电路原理仿真及软件的编程。在Protel中绘制了电路原理图,绘制了印制电路板图,并最终制成了实物,完成了硬件制作。根据硬件的设计和检测系统所要实现的功能,本设计对软件和硬件也进行了调试,并经过反复的模拟运行、调试,修改并简化了软件系统,最终形成了一套完整的系统。

关键词:温度;多路参数检测;单片机;DS18B20;LCD1602

毕业论文,单片机论文,毕业论文设计,毕业过关论文,毕业设计,毕业设计说明,硕士论文,研究生论文

Abstract

With the development of the automation technology and the live conditions of nowday's people,a faster,highter measurment of temperature alarm system has been needing applied in the industry,agriculture and national defense. Meanwhile the emperature measurement has a closely relationship with people's daily life.The multi-temperature detection has been mentioned in article that can achive multi-state integrated temperature measurement circuit,and used for alarming,exhibitting,controling and such ing 51 MCU technology, the temperature detection system was widely used in many areas by its smaller size and high reliability. There coming an analysis and design to the system which can be apllied on the temperature meansure of hydrology,climate and soil,and set the alarm threshold by real-timely exhibition.

First of all,this article actual analyze of the various parts of the program modules by the design requirements,and to make program choices.The main Analysis tested includs the temperature measurement methods, sensor selection, MCU selection, threshold setting mode, LCD display options and alarm program of choice.

Scondly,the paper simply intraduces the MCU system performance and a brief description of the development, analyzed the temperature sensor DS18B20 technical parameters and characteristics, and control mode;brought in the 1602 LCD display control module to do the introduction;also expounded the button and LED alarm on the circuit description. All over the final composition of the various parts make up the system hardware. The harsware was made circuit simulation and software programming by the joint commissing of Keil C and Protues and drawed the circuit diagram ,the printed circuit board in Protel.Eventually it made into a physical to complete the hardware production.the design which is based on the hardware and testing systems to achieve the functions. The software and hardware have also been debugging, and after repeated simulation run, debug and simplify the software system, and form a complete set of the system .

Key words: Temperature;Multi-parameterdetection;MCU;DS18B20;LCD1602

毕业论文,单片机论文,毕业论文设计,毕业过关论文,毕业设计,毕业设计说明,硕士论文,研究生论文

目录

引言 (1)

1绪论 (2)

1.1课题背景及意义 (2)

1.2系统设计主要任务 (2)

2方案选择 (3)

2.1系统结构框图 (3)

2.2测温方式的选择 (3)

2.2.1 温度测量元件的选择论证 (4)

2.2.2 温度传感器方案的选定 (7)

2.2.3 测温电路的方案 (8)

2.3显示模块的方案 (10)

2.3.1 TC1602液晶模块 (11)

2.4温度设定电路的方案 (13)

2.5报警电路方案 (13)

2.651单片机的选择方案 (13)

2.7AT89S52芯片的引脚与功能 (14)

3硬件电路 (16)

3.1AT89S52的各输入输出口电路 (16)

3.218B20电路 (16)

3.3LED灯电路 (16)

3.4按键及时钟电路 (16)

3.5复位电路 (16)

3.6液晶显示电路 (17)

3.7蜂鸣器及其他电路 (17)

4软件与编程 (18)

4.1DS18B20的温度读取 (18)

4.1.1 DS18B20的时序 (19)

4.1.2 测温子程序 (20)

4.2温度阀值的设定 (21)

4.3温度比较及报警 (21)

4.3.1 温度的比较与LED报警 (21)

4.3.2 蜂鸣器报警 (21)

毕业论文,单片机论文,毕业论文设计,毕业过关论文,毕业设计,毕业设计说明,硕士论文,研究生论文

4.41602LCD显示的程序设计 (21)

4.5主程序 (21)

5程序及原理图的仿真 (22)

6系统的制作与调试 (23)

6.1系统的PCB制作 (23)

6.2硬件调试 (24)

6.3软件调试 (24)

7误差的分析与修正 (25)

8结论 (26)

谢辞 (27)

参考文献 (37)

附录 (38)

毕业论文,单片机论文,毕业论文设计,毕业过关论文,毕业设计,毕业设计说明,硕士论文,研究生论文

引言

随着现代信息技术的飞速发展,人们的日常生活以及生产服务越来越需要多路的实时参数采集系统。多路参数不单可以得到多点的状态,还可以相互比较,相互作用影响从而得出其他的二次参数,从而服务于生产生活。电流、电压、温度、压力、流量、流速和开关量都是常用的主要被控参数。例如:在冶金工业、化工生产、电力工程、造纸行业、机械制造和食品加工等诸多领域中,人们都需要对工业及日常生活中的温度进行检测和控制。目前有各种各样的多路参数采集系统,如基于FPGA的多 …… 此处隐藏:4150字,全部文档内容请下载后查看。喜欢就下载吧 ……

【最新版】基于51单片机的多路温度参数检测系统设计毕业论文.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wenku/132389.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)