基于单片机的多点温度测量系统的设计

基于单片机的多点温度测量系统的设计(任务书,开题报告,外文翻译,论文10000字)
摘要
数字化温度测量是现在精确测量温度的普遍方式之一。与传统的模拟信号远距离传输具有零点漂移,引线误差补偿等固有弊端相比,数字化温度传感器具有更灵活,更精确,更经济等优点,因此被广泛应用于探测建筑物、仪器和机器温度等许多不同的场合。本系统采用的是SST89E58单片机作为主控芯片,温度传感器DS18B20作为测温模块,液晶显示器LCD1602作为显示模块。由于每个DS18B20具有特定的出厂序列号,单片机即可通过一根总线与多个DS18B20温度传感器进行数据交互。通过单总线挂载多个DS18B20的方式,单片机可以获取多个DS18B20温度传感器的温度,最终交由液晶显示模块LCD1602进行显示。
关键词:单片机 温度传感器 一线总线
Design of based on the microprocessor multi-point temperature measurement system
ABSTRACT
Nowadays, Digital temperature measurement is one of the common ways of measuring temperature accurately. Comparing with the traditional analog signal remote transmission with zero drift, leading error compensation, the digital temperature sensor are more flexible, more precise and more economic, therefore they are widely used in detecting temperature buildings, apparatus, and machinery and so on. This system adopts SST89E58 microprocessor chips as the master controlling chip, DS18B20 as temperature sensor, LCD 1602 as the displaying module. Since each DS18B20 has specific factory serial number, the master controlling chip can communicate with multiple DS18B20 temperature sensor with a bus. Because of the way of "1-wire bus", the master microprocessor chip get temperature from multiple DS18B20 temperature sensor and eventually send the data to LCD to display.
Key Words: microprocessor chips; temperature sensor; 1-wire bus


目 录
基于单片机的多点温度测量系统 I
摘要 I
ABSTRACT II
第一章 绪论 1
1.1引言 1
1.2研究背景以及意义 1
1.3本论文主要任务 2
1.4论文结构安排 2
第二章 系统总体方案设计 3
2.1 总体方案 3
2.2 主控制器的选择 3 [版权所有:http://DOC163.com]
2.3 温度传感器的选择 3
2.4 显示模块的选择 4
2.5 串口通信模块的选择 5
第三章 智能温度传感器的硬件实现 6
3.1 SST89E58单片机最小系统 6
3.1.1电源电路 6
3.1.2复位电路 7
3.1.3时钟电路 7
3.2温度采集电路 8
3.3液晶显示电路 12
3.4串口通信电路 14
第四章 智能温度传感器的软件系统实现 15
4.1概述 15
4.2主程序方案 15
4.3各模块子程序设计 17
4.3.1温度采集模块 17
4.3.2液晶显示模块 21
4.3.3 串口通信模块 22
第五章 系统调试 24
5.1 Protues简介 24
5.2 Keil uVision3开发环境的使用 24
5.3 硬件、软件调试 25
[资料来源:http://Doc163.com]
第六章 论文总结 27
参考文献 28
附录 源程序 29
致谢 36 [资料来源:http://www.doc163.com]