单片机数字式多路温度采集系统设计(原理图+电路板图+源程序)
目录
1综述 1
2数字式多路温度采集系统硬件电路设计 2
2.1温度采集电路设计 2
2.1.1 DS18B20简介 2
2.1.2温度采集电路结构 5
2.2单片机控制电路设计 6
2.2.1单片机芯片选择 6
2.2.2 AT89C51单片机工作基本电路设计 6
2.3输入控制电路设计 7
2.4显示电路设计 8
2.4.1 LED数码显示管静态显示工作原理 8
2.4.2显示电路结构 9
2.4.3显示电路工作过程 9
2.5报警控制电路设计 9
2.5.1报警控制电路结构 10
2.5.2报警控制电路工作过程 10
2.6电源电路设计 10
2.7数字式多路温度采集系统元件清单 11
2.8数字式多路温度采集系统电路图 11
3数字式多路温度采集系统程序设计 12
3.1主程序设计 12
3.2子程序设计 12
3.2.1 DS18B20的通信协议 12
3.2.2子程序 13
3.3数字式多路温度采集系统控制源程序 16
4系统调试及性能分析 17
4.1系统调试 17
4.2系统性能分析 17
5结束语 18
参考文献 19
致谢 20
附录 21
附录(1)数字式多路温度采集系统元件清单 21
附录(2)数字式多路温度采集系统原理图 22
附录(3)数字式多路温度采集系统印刷电路板图 23
附录(4)数字式多路温度采集系统控制源程序 24
摘 要
数字式多路温度采集系统由主控制器、温度采集电路、温度显示电路、报警控制电路及键盘输入控制电路组成。它利用单片机AT89C51做控制本文源自辣文论文网及数据处理器、智能温度传感器DS18B20做温度检测器、LED数码显示管做温度显示输出设备。硬件电路比较简单,成本较低,测温范围大,测量精度高,读数显示直观,使用方便。
关键词:数字;温度;传感器;单片机;控制
Abstract
the digital multi-channel temperature gathering system by the master control regulator, the temperature gathering electric circuit, the temperature display circuit, reports to the police the control circuit and the keyboard entry control circuit is composed .It makes毕业论文http://www.751com.cn/ 论文网http://www.751com.cn/ the control and the data processor, intelligent temperature sensor DS18B20 using monolithic integrated circuit AT89C51 makes the temperature detector, the LED numerical code display tube makes the temperature demonstration output unit. The hardware electric circuit quite is simple, the cost is low, the temperature measurement scope is big, and the measuring accuracy is high, reading demonstration is direct-viewing, easy to operate.
Key words: numeral; temperature; sensor; monolithic integrated circuit; control
1综述
温度是一种最基本的环境参数,人们的生活与环境温度息息相关,因此研究温度的测量方法和装置具有重要的意义。温度测量装置的关键是温度传感器,温度传感器的发展经历了三个发展阶段:(1)传统的分立式温度传感器,(2)模拟集成温度传感器,(3)智能集成温度传感器。目前,国际上新型温度传感器正从模拟式向数字式,从集成化向智能化、网络化的方向飞速发展。
本人选择数字式多路温度采集系统设计。
系统主要技术指标:
(1)2路温度采集电路及以上;2)采集测温范围为-50~+110 ℃;
(3)温度精度,误差在0.1 ℃以内;
(4)显示模块,采用LED数码管显示。1329