1 / 37
文档名称:

基于单片机的数字温度记录仪设计毕业设计.doc

格式:doc   页数:37
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于单片机的数字温度记录仪设计毕业设计.doc

上传人:追风少年 2013/12/28 文件大小:0 KB

下载得到文件列表

基于单片机的数字温度记录仪设计毕业设计.doc

文档介绍

文档介绍:题目基于单片机的数字温度记录仪设计
基于单片机的数字温度记录仪设计
摘要
随着时代的进步和发展,单片机技术已经普及到我们生活、工作、科研、各个领域,已经成为一种比较成熟的技术, 本文主要介绍了一个基于AT89S51单片机的测温系统,详细描述了利用数字温度传感器DS18B20开发测温系统的过程,重点对传感器在单片机下的硬件连接,软件编程以及各模块系统流程进行了详尽分析,对各部分的电路也一一进行了介绍,该系统可以方便的实现温度采集和LED显示,并可根据需要任意设定上下限报警温度,它使用起来相当方便,具有精度高、量程宽、灵敏度高、体积小、功耗低等优点,适合于我们日常生活和工、农业生产中的温度测量,也可以当作温度处理模块嵌入其它系统中,作为其他主系统的辅助扩展。DS18B20与AT89S51结合实现最简温度检测记录仪,该系统结构简单,抗干扰能力强,适合于恶劣环境下进行现场温度测量,有广泛的应用前景。
关键词:AT89S51单片机数字传感器DS18B20 显示器LED;
ABSTRACT
As the era of progress and development, microcontroller technology has spread to our life, work, scientific research, each domain, has e a more mature technology, this paper mainly introduces a AT89S51 MCU based on temperature measuring system, described in detail by using digital temperature sensor DS18B20 development temperature measuring system, focus on the process of the sensors in the single-chip puter hardware connecting, software programming and each module system flow on the detailed analysis, part of the circuit also introduced one, the system is easy to realize the temperature gathering andLED display, and can according to need any set upper temperature, it USES up police is very convenient, with high precision, range wide, high sensitivity, small volume, low power consumption advantages, suitable for our daily life and work, agriculture of temperature measurement, also can be used as temperature processing modules in other systems, as embedded auxiliary extended to other main system. DS18B20 and realize the minimalist bining temperature detection recorder, the system structure is simple, strong anti-jamming capability, suitable for harsh environment temperature measurement on the site, have broad application prospect.
Keywords: AT89S51 Digital sensor DS18B20 Display LED;
第一章绪论 1
1
单片机的历史 2
2
4
第二章器件的选型 5
AT89S51单片机 5
7
LED显示器件 9
第三章硬件电路设计 10
10
总体设计结构图 11
12
13
14
15
第四章