基于单片机的测温系统设计

合集下载
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

基于单片机的温度系统设计

[摘要] 随着时代的进步和发展,单片机技术已经普及到我们生活、工作、科研、各个领域,已经成为一种比较成熟的技术, 本文主要介绍了一个基于AT89C52 单片机的测温系统,详细描述了利用数字温度传感器DS18B20 开发测温系统的过程,重点对传感器在单片机下的硬件连接,软件编程以及各模块系统流程进行了详尽分析,特别是数字温度传感器DS18B20 的数据采集过程。对各部分的电路也一一进行了介绍,该系统可以方便的实现实现温度采集和显示,并可根据需要任意设定上下限报警温度,它使用起来相当方便,具有精度高、量程宽、灵敏度高、体积小、功耗低等优点,适合于我们日常生活和工、农业生产中的温度测量,也可以当作温度处理模块嵌入其它系统中,作为其他主系统的辅助扩展。DS18B20 与AT89C52 结合实现最简温度检测系统,该系统结构简单,抗干扰能力强,适合于恶劣环境下进行现场温度测量,有广泛的应用前景。

[关键词] 单片机;AT89C52;温度传感器;DS18B20;

Design of temperature measurement system based on single

chip microcomputer

[Abstract] With the era of progress and development, single-chip technology has spread to our lives, work, research and in various fields, has become a relatively mature technology. This paper introduces a temperature measuring system based on AT89C52, a detailed description of the use of digital temperature sensor DS18B20 measurement system development process, focusing on the sensor in SCM hardware connection, software programming and system flow of each module in detail, especially the digital temperature sensor DS18B20 data acquisition process. On the part of the circuit and one one were introduced, the system can facilitate the realization of the realization of temperature acquisition and display, and can be arbitrarily set the alarm temperature. it is very convenient to use, has high accuracy, wide measuring range, high sensitivity, small volume and low power consumption, suitable for our daily life and work in agricultural production and temperature measurement, but also can be used as a temperature processing module embedded in other systems, as the other main system aided extension.DS18B20 combined with AT89C52 to achieve the most simple temperature detection system, the system has the advantages of simple structure and strong anti-interference ability, suitable for harsh environment on-site temperature measurement, and has wide application prospect.

[Keywords] Single-chip; AT89C52;Temperature sensor;DS18B20;

目录

1 概述 (4)

1.1 课程设计的意义 (4)

1.2 设计的任务和要求 (4)

2 系统总体方案及硬件设计 (5)

2.1 数字温度计设计方案论证 (5)

2.1.1 方案一 (5)

2.1.2 方案二 (5)

2.2 系统总体设计 (5)

2.3 系统模块 (6)

2.3.1 主控制器 (6)

2.3.2 显示电路 (7)

2.3.3 温度传感器 (7)

2.3.4 报警温度调整按键 (8)

3 系统软件算法分析 (9)

3.1 主程序流程图 (9)

3.2 读出温度子程序 (9)

3.3 温度转换命令子程序 (9)

3.4 计算温度子程序 (10)

3.5 显示数据刷新子程序 (10)

3.6 按键扫描处理子程序 (10)

4 实验仿真 (12)

5 总结与体会 (13)

查考文献 (13)

附1 源程序代码 (13)

1 概述

1.1课程设计的意义

本次课程设计是在我们学过单片机后的一次实习,可增加我们的动手能力。特别是对单片机的系统设计有很大帮助。本课程设计由两个人共同完成,在锻炼了自己的同时也增强了自己的团队意识和团队合作精神。

1.2 设计的任务和要求

1、基本范围-50℃-110℃

2、精度误差小于0.5℃

3、LED 数码直读显示

4、可以任意设定温度的上下限报警功能

相关文档
最新文档