JIMI 发表于 20:51

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

论文编号:DZXX154  论文字数:14614,页数:51
摘 要
 DALLAS公司单线数字温度传感器DS18B20具有体积小、适用电压宽等特点。由于其具有单总线的独特优点,可以使用户轻松地组建起传感器网络,并可使多点温度测量电路变得简单、可靠。本文介绍了单线数字温度传感器DS18B20的特点和工作原理以及DS18B20数字温度传感器在单片机下的硬件连接,并给出了软件流程图。
 该系统采用ATMEL公司的AT89C51单片机和DALLAS公司的DS18B20数字温度传感器。单片机软件编程的自由度大,可通过编程实现各种各样的算术算法和逻辑控制。最后通过数码管显示所测的温度数据。
关键字: 温度测量;单总线;数字温度传感器;单片机
ABSTRACT
 1-wire interface digital sensor DS18B20 of DALLAS company is small in size, wide application in voltage and so on. It can also make the net simple and reliable with it's special 1-wire interface. This paper introduces the characteristics and working principle of a 1-wire interface digital sensor DS18B20 and the application of DS18B20 with single chip processor and gives the software flow chart.
 The system uses AT89C51 of ATMEL company and DS18B20 of DALLAS company .It’s freely of SCM’s software programming. We can program to achieve a variety of arithmetic algorithms and logic control. Finally it uses numerical code tube  to display the temperature data.
Keywords: temperature measure; single bus; digital thermometer; single chip processor
目录
摘 要 I
ABSTRACT II
第1章 引言 1
1.1 选题的背景与意义 1
1.2 课题研究的内容及目标 2
第2章 多点测温系统的方案分析及论证 3
第3章 单总线技术及芯片介绍 5
3.1 单总线技术 5
3.2 智能温度传感器 DS18B20 6
3.2.1 DS18B20的内部结构 6
3.2.2 DS18B20的测温原理 8
3.2.3 DS18B20的命令序列 9
3.2.4 DS18B20的信号方式 11
3.3 单片机AT89C51 12
3.3.1 AT89C51芯片简介 12
3.3.2 AT89C51引脚说明 13
第4章 系统硬件设计 17
4.1 AT89C51单片机及其外围电路 17
4.2 DS18B20检测电路 17
4.3 LED数字显示 19
4.4 系统整体电路图 20
第5章 系统软件设计 21
5.1 系统的子程序设计 21
5.2 器件搜索算法 24
第6章 系统调试 26
6.1 测试环境及工具 26
6.2 测试方法 26
第7章 毕业设计总结 27
致 谢 28
参考文献 29
附录1 30
附录2 46
附录3 47
页: [1]
查看完整版本: 基于单片机的多点测温系统设计