韶关学院 毕业设计 题目:基于DS18B20的数字温度计的设计与实现 学生姓名: 学号: 系(院):物理与机电工程学院自动化系 专业:自动化专业 班级:2008级 指导教师姓名及职称: 起止时间: 2011 年 10 月—— 2012 年 5 月 基于DS18B20的数字温度计的设计与实现 摘要:随着时代的进步和发展,单片机技术已经普及到我们生活、工作、科研、各个领域,已经成为一种比较成熟的技术。对于温度的测量方法与装置的研究就凸显得非常重要。由单片机与温度传感器构成的测温系统可广泛应用于很多领域。 本设计采用51单片机和DS18B20 数字温度传感器来进行温度测量的方法,包括温度传感器芯片的选取、单片机与温度传感器接口电路的设计,以及实现温度信息采集和数据传输的软件设计。DS18B20 数字温度传感器是单总线器件,与51 单片机组成一个测温系统,具有线路简单、体积小等特点,而且在一根通信线上,可以挂接很多这样的测温系统,十分方便。 关键词:单片机;温度传感器;数字温度计 Design and implementation of the digital thermometer based on DS18B20 Abstract:With the progress and development of era,microcontroller technology has e popular in our life,in the work,the scientific research and various fields,has e a relatively mature temperature measurement method and device of the highlights is very by the single chip temperature sensor and temperature measurement system can be widely applied in many fields. A practical temperature measuring method based on microcont roller and DS18B20 digital temperature sensor was presented. The selection of temperature sensor chip was discussed and the design of hardware interface circuit and related sof tware were dealt with in more details. The proposed design is simple in hardware connection lines and small in size. In addition , it is applicable for different temperature measuring systems based on DS18B20 temperature sensors hung on munication line. Key words:microcontroller;temperature sensor;temperature measurement system 目录 1 绪论 1 温度计的介绍 1 、 1 1 2 2 数字温度计的设计方案 2 设计方案的确立及论证 2 温度传感器DS18B20的选择 2 单片机STC89C52的选择 3 3 系统硬件电路的设计 3 主控制器 3 STC89C52的介绍 4 DS18B20的介绍 10 DS18B20使用的注意事项 17 DS18B20与单片机接口电路的设计 17 显示电路的设计 18 :数码管显示 18 :液晶显示 19 显示电路 22 4 系统程序的设计 22 系统设计内容 22 23 读出温度子程序 23 温度转换命令子程序 24 计算温度子程序 24 显示数据刷新子程序 25 温度数据的计算处理方法 26 汇编源程序 26 D