JIMI 发表于 20:50

基于单片机的实时测温系统

论文编号:DZXX230  论文字数:12538,页数:39
摘   要
 实时测温系统在纺织工业、林业、化工、各种军用、民用库房以及气象和模拟人工气侯环境中都有着广泛的应用。本设计研究的就是一种基于数字温度传感器DS18B20 的小型实时测温系统。本设计温度传感器采用的是数字温度传感器DS18B20,连接单片机AT89S51处理传感器的信号,采用数码管显示实时检测温度。本设计分为电源电路、温度采集电路、单片机控制电路和数码管显示电路五个部分,可实现实时温度采集、温度实时显示等功能。本设计功能实现的电路简单,可靠性高,实用性强,但设计的功能较为简单。本设计还可以进行功能增强的研究方向有温度的多点测量,报警温度预置和上下线报警等。
 
关键词:实时测温系统,DS18B20,单片机
Abstract
 The real-time temperature measurement system has a wide range of applications in the textile industry, forestry, chemistry, military and civilian depot, as well as meteorology and artificial climate simulation. The design is a small real-time temperature measurement system based on a digital temperature sensor DS18B20. The design temperature sensor used in this design is digital temperature sensor DS18B20. SCM AT89S51 is used to deal with the sensor signal processing. The detected real-time temperature is displayed by a digital transistor. The design is divided into five parts, including the power circuits, temperature-accumulation circuits, MCU control circuits and digital display circuits. The function of real-time temperature acquisition and display is achieved. The circuit design is uncomplicated, reliable and practical while the function of the design is a little bit simple. This design can be enhanced in the direction of a multi-point measurement of temperature, pre-settable alarm temperature, the upper-and-lower alarm line and so on.
Keywords: Real-time Temperature Measurement System, DS18B20,MCU
目   录
摘   要 I
Abstract II
目   录 III
第1章  绪论 1
1.1实时测温系统的概况 1
1.1.1 实时测温系统硬件的研究现状和发展 1
1.1.2 单片机的应用 2
1.2 选题的目的及意义 3
1.3设计内容及实现过程 4
1.3.1 设计内容 4
1.3.2 实现过程 4
1.4 设计作品综述 5
第2章 硬件芯片介绍 6
2.1  AT89S51芯片 6
2.2 DS18B20数字化温度传感器 10
2.2.1 DS18B20数字化温度传感器简介 10
2.2.1 DS18B20数字化温度传感器特性 10
2.3 DS18B20测量原理介绍 12
第3章 硬件电路设计介绍 18
3.1 电源电路 18
3.2 温度采集电路 19
3.3 单片机控制电路 19
3.4 数码管显示电路 21
第4章 程序设计介绍 22
4.1软件设计 22
4.1.1  软件设计主流程图 22
4.1.2系统初始化 22
4.1.3 读取传感器温度 23
4.1.4 温度显示 24
4.3  软件测试结果 25
第5章 总结与展望 27
致    谢 28
参考文献 29
附录 源代码 30
页: [1]
查看完整版本: 基于单片机的实时测温系统