基于AT89C51单片机的温度传感器
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
基于AT89C51单片机的温度传感器
目录
摘要............................................................. I
ABSTRACT........................................................... I I
第一章绪论 (1)
1.1 课题背景 (1)
1.2本课题研究意义 (2)
1.3本课题的任务 (2)
1.4系统整体目标 (2)
第二章方案论证比较与选择 (3)
2.1引言 (3)
2.2方案设计 (3)
2.2.1 设计方案一 (3)
2.2.2 设计方案二 (3)
2.2.3 设计方案三 (3)
2.3方案的比较与选择 (4)
2.4方案的阐述与论证 (4)
第三章硬件设计 (6)
3.1 温度传感器 (6)
3.1.1 温度传感器选用细则 (6)
3.1.2 温度传感器DS18B20 (7)
3.2.单片机系统设计 (13)
3.3显示电路设计.................................. 错误!未定义书签。
3.4键盘电路设计................................. 错误!未定义书签。
3.5报警电路设计.................................. 错误!未定义书签。
3.6通信模块设计.................................. 错误!未定义书签。
3.6.1 RS-232接口简介............................... 错误!未定义书签。
3.6.2 MAX232芯片简介.............................. 错误!未定义书签。
3.6.3 PC机与单片机的串行通信接口电路.............. 错误!未定义书签。
第四章软件设计................................... 错误!未定义书签。
4.1 软件开发工具的选择.......................... 错误!未定义书签。
4.2系统软件设计的一般原则........................ 错误!未定义书签。
4..3系统软件设计的一般步骤....................... 错误!未定义书签。
4.4软件实现..................................... 错误!未定义书签。
4.4.1系统主程序流程图.......................... 错误!未定义书签。
4.4.2 传感器程序设计............................ 错误!未定义书签。
4.4.3 显示程序设计.............................. 错误!未定义书签。
4.4.4 键盘程序设计.............................. 错误!未定义书签。
4.4.5 报警程序设计.............................. 错误!未定义书签。
4.4.6 通信模块程序设计.......................... 错误!未定义书签。
第五章调试与小结................................... 错误!未定义书签。致谢................................................ 错误!未定义书签。参考文献............................................ 错误!未定义书签。附录................................................ 错误!未定义书签。系统电路图........................................ 错误!未定义书签。系统程序.......................................... 错误!未定义书签。
基于AT89C51单片机的温度传感器
摘要
随着社会的进步和工业技术的发展,人们越来越重视温度因素,许多产品对温度范围要求严格,而目前市场上普遍存在的温度检测仪器大都是单点测量,同时有温度信息传递不及时、精度不够的缺点,不利于工业控制者根据温度变化及时做出决定。在这样的形式下,开发一种能够同时测量多点,并且实时性高、精度高,能够综合处理多点温度信息的测量系统就很有必要。
本课题以AT89C51单片机系统为核心,能对多点的温度进行实时巡检。
DS18B20是一种可组网的高精度数字式温度传感器,由于其具有单总线的独特优点,可以使用户轻松地组建起传感器网络,并可使多点温度测量电路变得简单、可靠。本文结合实际使用经验,介绍了DS18B20数字温度传感器在单片机下的硬件连接及软件编程,并给出了软件流程图。
关键词:温度测量;单总线;数字温度传感器;单片
机
Abstract
As the industry and the society developing, the temperature becomes more and more important and a lot of products are sensitive to temperature. However, temperature measuring apparatus in the market now only can check and measure the temperature of one point, at the same time, the temperature information is not real time and the precision is low. It takes a great of troubles for the industry-controllers to make decision .In this situation, design and implement one applicable system which can watch measure and control the temperature and the measuring results is real time and the precision is great is more essential. In order to meeting this application, this paper talk about The Multiple-Point’s temperature Measuring System.
This system based on single chip computer, can inspect and control multiple temperatures in real time. As a kind of high-accuracy digital net temperature sensor,DS18 B20 can be used building a sensor net easily. It can also make the net simple and reliable with it's special 1-wire interface .This paper introduces the application of DS18B20 with single chip processor.
Key words:temperature measure;single bus;digital thermometer;single chip processor;