JIMI 发表于 20:51

基于单片机的温度测量系统

论文编号:DZXX010  论文字数:12897,页数:44
摘要
 随着科技的发展,温度已成为工农业生产过程中一个重要而普遍的测量参数。不管生活中还是工业上温度的测量都非常重要。温度控制器在各行业中也得到了广泛的应用,温度控制器的种类日渐增多。
 本次毕业设计的题目是基于单片机的温度测量系统,主要是以AT89C51单片机为核心设计温度控制器。系统采用高精度的一线式数字温度传感器DS18B20对温度进行实时精确测量, 经单片机处理运算后显示,可测量范围为-55℃~+125℃,测温分辨率可达0.0625℃。当温度不在所测范围时予以报警。本文重点阐述DS18B20的工作原理,单片机与DS18B20之间的接口,被测温度的采样与显示以及报警系统。
 
关键词: 单片机  温度控制  传感器

Abstract
 With the development of science and technology, temperature becomes a very important part and general measurement parameter in the production process of industry and agriculture. No matter the measurement of temperature is very important in life or on industry. The temperature controller is widely used to in every profession and trade, the kinds of the temperature controller increases day by day.
 This graduation project topic is the temperature survey system with the MCU. It is a temperature controller taking AT89C51 one-chip computer as the core to originally design, adopt a gleam of type digital temperature sensor DS18B20 of high accuracy to carry on real-time accurate measurement to temperature, last operation let one-chip computer, can measure range of as-55 degrees + 125 degrees, examine there aren't resolution ratio not warm. Report to the police as the ranges examined of temperature. Explaining the operation principle of DS18B20 especially, the interface between one-chip computer and DS18B20, should adopt the one-chip computer to combine with digital temperature sensor DS18B20 systematically, can pass the control system to the regulation which is examined temperature and report to the police to ultra limit temperature.
Keywords:MCU  Temperature control  Sensor
目录
摘要 I
Abstract II
第1章 绪论 1
1.1课题研究背景 1
1.1.1 课题的背景 1
1.1.2 课题的意义 1
1.2 课题设计的目的及目标 2
1.2.1 课题的目的 2
1.2.2 课题的目标 2
第2章 方案论证 3
2.1 方案的论述 3
2.2 方案的选定 3
第3章 相关芯片的介绍 5
3.1 AT89C51单片机简介 5
3.1.1 AT89C51的特性 5
3.1.2 AT89C51单片机引脚说明 5
3.2 DS18B20的介绍 8
3.2.1 DS18B20的特点 8
3.2.2 DS18B20的引脚功能及原理 9
3.2.3 DS18B20的使用方法 11
3.3 LED数码管 12
第4章 系统的硬件设计 13
4.1 系统温度检测模块设计 14
4.1.1 单线技术 14
4.1.2温度的转换 15
4.2显示模块电路设计 16
4.3看门狗模块 17
4.4超温报警模块设计 19
4.5电源模块设计 19
第5章 系统的软件设计 21
5.1 DS18B20的单线协议和命令 21
5.2 系统程序流程框图 22
5.2.1 系统主流程图 22
5.2.2 显示程序流程 25
第6章 系统设计总结 27
致  谢 28
参考文献 29
附录 程序 30
页: [1]
查看完整版本: 基于单片机的温度测量系统