{$cfg_webname}
主页 > 电子信息 > 单片机 >

基于单片机的恒温控制系统设计

来源:56doc.com  资料编号:5D27964 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D27964
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于单片机的恒温控制系统设计(任务书,开题报告,论文7000字)
摘要
在各种控制技术不断发展的现在,单片机系统的使用越来越广泛,特别是在温度的控制方面。由于温度是个模拟量,需要将它以数字量的形式表达出来,由此有了本次设计。本文论述了一种以STC89C52单片机为核心系统,以DS18B20温度传感器采集的温度和按键电路设定的信息作为输入,以液晶显示屏显示的温度作为输出,外接蜂鸣器和继电器进行温度的报警和控制的一个恒温控制系统。本文从硬件电路原理分析及设计,软件编程的设计和电路的搭建与调试等几个方面介绍了温度控制系统的设计过程,实现了温度实时监测与控制的功能。
关键词:单片机系统  传感器  数据采集  液晶显示  软件编程
 
Abstract
In various control technologies evolving now, the use of SCM system more widely, especially in the control of temperature. Since the temperature is analog, it needs to be in the form of digital expression, thus with this design. This article discusses the kind of STC89C52 microcontroller core systems, information and key circuit temperature set DS18B20 temperature sensor acquisition as an input to the temperature of the LCD display as output, external buzzer and relay alarms and temperature a thermostatically controlled control system. In this paper, several other aspects of hardware circuit analysis and design, software programming and circuit design to build and debug the design process described temperature control system to achieve real-time temperature monitoring and control functions.
Keywords: MCU system;sensor;data acquisition;LCD screen;software programming
 

基于单片机的恒温控制系统设计
基于单片机的恒温控制系统设计
基于单片机的恒温控制系统设计
基于单片机的恒温控制系统设计


目  录
摘要    I
Abstract    II
目  录    III
第一章 绪论    1
1.1背景    1
1.2设计目标    1
1.3论文结构    1
第二章 硬件电路设计    3
2.1系统功能    3
2.2系统原理    3
2.3单片机模块    3
2.4温度采集模块    5
2.5存储器模块    6
2.6按键模块    6
2.7 显示模块    7
2.8 报警模块    8
2.9本章小结    8
第三章 程序设计    9
3.1程序的总体设计    9
3.2初始化函数的设计    10
3.3存储器函数的设计    11
3.4温度转换函数的设计    12
3.5键盘扫描函数的设计    12
3.6继电器函数的设计    13
3.7报警函数的设计    14
3.8本章小结    14
第四章 系统测试与结果    15
4.1测试与结果    15
4.2 硬件电路调试与结果    17
4.3调试过程中遇到的问题    19
第五章 总结    21
参考文献    22
致谢    23
附录 程序代码    24

推荐资料