高精度测温控制器设计.doc

约73页DOC格式手机打开展开

高精度测温控制器设计,摘要   随着时代的进步和发展,单片机技术已经普及到我们生活、工作、科研、各个领域,已经成为一种比较成熟的技术, 本文主要介绍了一个基于89c52单片机的测温系统,详细描述了利用数字温度传感器ds18b20开发测温系统的过程,重点对传感器在单片机下的硬件连接,软件编程以及各模块系统流程进行了详尽分析,对各部分的电路也一...
编号:25-310693大小:858.50K
分类: 论文>通信/电子论文

内容介绍

此文档由会员 陆莹莹 发布


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

Abstract
With the progress of The Times and development, technology has spreadto our life, work, scientific research, each domain, has become a more maturetechnology, this paper introduces a 89C52 MCU based on temperature measuring system, describes the detailed using digital temperature sensor DS18B20 temperature measuring system development, focus on the process of sensors in the SCM, software and hardware connect each module system programming, and makes a detailed analysis process of each part of the circuit is introduced, and this one system can realize temperature can easily, and collecting and according to need any set upper temperature, it USES up alarm is very convenient, and has high precision, wide range, high sensitivity, small volume, low power consumption, suitable for our daily life and the work of agricultural production, temperature measurement, also can be used as temperature processing module embedded system, as other other main auxiliary system. Combined with the DS18B20 STC89C52 temperature detection system, the reduction system structure is simple, strong anti-jamming capability, which is suitable for the bad environment temperature measurement, site wide
Keywords: SCM, Temperature detection. STC89C52, DS18B20

  
目录
一.绪论 2
(一)课题来源及意义 2
(二)现代温度测量技术 2
(三)智能仪器的简介 4
(四)课题主要完成任务……….………………………………..5
二.高精度测温控制总体方案设计 7
(一)设计方案选择 7
(二)单片机的选择 7
三.高精度测温控制系统的硬件设计 17
(一)输入电路的设计 17
(二) 传感器输入选择设计 17
四.高精度测温控制系统软件设计 25
(一)主程序的逐步设计 25
1.初始化和工作方式选择程序的设计 25
2. 温度值调整程序的设计………………………………28
3. 二进制温度值转化BCD码显示值的程序设计…….29
4. 超温报警程序的设计………………………………29
(二) RS-232通信程序的设计………………………….29
1. 串行通信程序的设计………………………………29
2. 波特率的设置………………………………………31
(三) 各种被调用子程序的设计………………………… 33
结束语与展望………………………………………………………35
致谢…………………………………………………………………35
参考文献……………………………………………………………37
附录…………………………………………………………………39