JIMI 发表于 20:50

基于DS18B20的多点测温系统

论文编号:DZXX334  论文字数:7853,页数:47  附任务书,开题报告,中期检查,PPT,C语言程序
摘   要
    本文介绍了基于温度传感器DS18b20与AT89C52单片机组成的多点温度分布式测温系统。设计了其系统构成和软件方案。该系统面向实际需求,设定DS18b20温度范围为0℃~100℃,为使显示内容丰富,采用LCD1602液晶双行显示芯片,分别显示温度传感器的测量温度值、温度最高上限值和测量时间的预设值。
   实际应用表明。该系统结构简单,抗干扰能力强,适合于恶劣环境下现场温度的测量,可应用于仓库测温、楼宇空调控制和生产过程监控等领域。
  关键词:DS18b20,分布式,1602
 
 
ABSTRACT
 
 This article describes the composition of multi-temperature distributed temperature measurement system based on AT89C52 microcontroller and temperature sensor DS18b20 and Designed its system structure and software programs. The system's actual needs, set DS18b20 temperature range 0 ℃ ~ 100 ℃, as to display rich content and two-line  display with LCD1602 chips, respectively, show that the temperature sensor temperature measurement, temperature measurement of the maximum upper limit and the time default.
   The practical application shows. The system is simple, anti-interference ability, suitable for harsh environments the scene temperature measurement.The system can be used in many fileds such as the temperature measurement system of warehouse,the air conditioning control of building and the monitor of productive process.
Key word: DS18b20, distributional, 1602
 目录
 摘   要 I
 ABSTRACT II
 第一章 绪论 1
 1.1 开发背景及意义 1
 1.2 本文所作的工作 1
 第二章 系统硬件设计 2
 2.1 单片机及电压电源模块 3
 2.2 DS18B20温度测量模块 4
 2.3 键盘选择模块 7
 2.4 液晶显示模块 7
 2.5 报警模块 9
 第三章 系统软件设计 11
 3.1 系统开发环境 12
 3.2 系统初始化 13
 3.3 液晶显示程序 16
 3.4 中断控制程序 18
 3.5 温度测量程序 19
 3.6 键盘扫描识别模块 21
 第四章 系统仿真调试 23
 4.1 系统仿真调试 23
 参考文献 25
 附录 26
 源代码 27
页: [1]
查看完整版本: 基于DS18B20的多点测温系统