JIMI 发表于 20:50

基于单片机的饮水机温度控制系统

论文编号:DZXX339  论文字数:11411,页数:42 附任务书,开题报告,中期检查,PPT,汇编程序
摘 要
 温度是表征物体冷却程度的物理量,也是一种最基本的环境参数。在农工业生产及日常生活中,对温度的测量及控制始终占据着极其重要的地位。目前以DS18B20 为代表的新型单总线数字式温度传感器集温度测量和A/D转换于一体,直接输出数字量,与单片机接口电路结构简单,广泛使用于距离远、节点分布多的场合,具有较强的推广应用价值。    基于单片机的饮水机温度控制,也就是要符合人们需求的生活用水,先要把水烧开,然后使水温保持一定的温度,此温度可由用户自由设定,方便人们饮用。本文介绍了DS18B20型数组温度传感器内部结构以及工作时序,并提出了以DS18B20和AT89C51为主要器件设计的数字温度计审计方案,时间证明该数字温度计的测温范围为-50到+110°精度误差在0.5以内,具有测温精度高,控制性能良好等特点。饮水机温控系统是以单片机(AT89C51)为核心,使用DS18B20对温度采进行采集、并且控制加热管进行加热,从而达到对温度的控制,然后使用LED数码管显示。  
 关键词:单片机AT89C51;LED数码管;温度采集芯片DS18B20;PWM

Abstract
 The temperature is attributes the object cooling degree the physical quantity, is also one kind of most basic environment parameter. In the agriculture industrial production and the daily life, is occupying the extremely important status throughout to the temperature survey and the control.
 At present, as representative's new single main line digital temperature sensor collection temperature survey and A/D transforms take DS18B20 in a body, the direct output digit quantity, is simple with the monolithic integrated circuit interface circuit structure, the widespread use in is away from, the node to distribute many situations far, has the strong promotion application value.Use monolithic machine to monitor the temperature height, DS18B20 has used the acquisition real time temperature.
 
 Key words: SCM AT89C51; LED;temperature acquisition  DS18B20;PWM
 
目录
摘 要 1
Abstract 2
第一章 绪论 3
1.1 题目来源及意义 3
1.2 设计任务 3
第二章 硬件电路设计 5
2.1 系统硬件设计总体框架 5
2.2 AT89C51介绍 6
2.3 测温模块 9
2.3.1 DS18B20介绍 9
2.3.2 DS18B20与AT89C51的连接 11
2.4 显示模块 12
2.4.1 LED介绍 12
2.4.2 LED动态显示原理及与单片机的连接 14
2.5 按键模块 15
2.6 电源模块 16
2.6.1 系统供电整体框架 16
2.6.2 稳压电路的设计 17
2.7 PWM控制模块 18
2.8 扩展电路 19
第三章 软件部分设计 21
3.1 系统整体结构流程 21
3.2 测温部分结构流程 23
3.3 显示部分结构流程 26
3.4 键扫子程序结构流程 28
3.5 加一子程序流程 29
3.6 PWM控制软件实现子程序 30
结 论 32
附录一  整体设计电路图 33
附录二  程序清单 34
参考文献 40
页: [1]
查看完整版本: 基于单片机的饮水机温度控制系统