基于PIC单片机的智能空调控制系统设计

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

基于PIC单片机的智能空调控制系统设计(21000字)                    
摘要
随着人们生活水平的不断提高,人们也越来越追求人性化的事物,传统的空调已不能满足人们的需求。现代的智能空调不仅利用了数字电路技术与模拟电路技术,而且采用了单片机技术,实现了软硬件的结合。既完善了空调的功能,又简化了空调的控制与操作;不仅满足了不同用户对环境温度的不同要求,而且能全智能调节室内的温度及湿度等,使得空调具有节能、操作更简单、无机械装置、安全性能更强等特点。随着电子产品的飞速发展,价格低廉而又实用的控制系统深受广大消费者的喜爱。
智能空调控制电路设计主要是对现代空调智能化要求而设计的, 它能根据用户设定的温度、时间等参数完成智能控制。
随着科学技术的发展, 微电脑智能控制技术的日趋成熟,其在家电产品中的应用也越来越广泛。为了使家电产品趋向高效、节能和智能化方向发展,淘汰老式空调的单调功能的控制电路, 引入了智能化控制芯片,智能空调控制电路的研制就能达到智能化控制的目的。本电路在执行机构(空调机)和被控参数(温度、时间等)之间建立一个闭环控制。硬件电路上提供基于两种参数(时钟、温度)的控制方式。适当编制不同的软件,可灵活扩展空调机的工作方式。
关键词:PIC单片机   温度传感器   智能控制 

Abstract
     With the continuous improvement of people's living standard, people are increasingly the pursuit of human things, the traditional air-conditioning can not meet people's needs. Smart air-conditioning is not only modern use of digital circuit technology and analog circuit technology, and the use of single-chip technology, to achieve a combination of hardware and software. Not only improve the function of the air-conditioning, but also simplifies the control and operation of air-conditioning; not only to meet the different users of the different requirements of the ambient temperature, but also the entire interior of the smart regulation, such as temperature and humidity, making air conditioning with energy saving, simple operation, no mechanical devices, safety features such as better performance. With the rapid development of electronic  productions, low price and practical control system by the majority of consumers.
     Smart air-conditioning control circuit design of modern air-conditioned mainly designed to meet the requirements of intelligence, it can set according to temperature and time parameters such as the completion of intelligent control.
     With the development of science and technology, microcomputer intelligent control technology matures, its application in household electrical appliances are also more and more widely. In order to make household electrical appliances tend to highly efficient, energy-saving and intelligent direction, out of the monotony of the old air-conditioning control circuit functions, the introduction of intelligent control chip, smart air conditioning control circuit will be able to achieve the development of intelligent control. Agencies in the implementation of the circuit (air conditioners), and charged with parameters (temperature, time, etc.) to establish a closed-loop control. To provide hardware based on two parameters (clock, temperature) of the control. Proper preparation of different software, can be flexibly extended air conditioners work.
  Keywords: PIC Single-chip  temperature sensor  intelligent control

毕业设计(论文)应完成的工作
1、了解冷暖空调控制系统工作原理,进行需求分析;
2、电源电路、控制电路、传感器电路;
3、系统可靠性设计;
4、毕业论文
5、相关小论文一篇;

本课题研究的意义与内容
系统由温度采集电路模块、数模转换电路模块、温度设定电路、温度显示电路、控制电路模块以及其它辅助电路构成,以单片机为核心,完成温显示,温度的设定、空调的控制及超温报警等多项功能。外部温度信号经AD590采集后转换成线性的电信号,经OP07组成的高精度低漂移放大电路放大,作为ADC0809的输人信号。ADC08O9将输人的模拟信号转换成8位的数字信号,通过并口传送到单片机系统(PIC16F877)。单片机系统将接收的数字信号译码处理,通过LED数码管将温度显示出来。同时单片机系统还将完成键盘扫描、按键温度设定、超温报警等程序的处理,将处理的温度信号与系统设定温度值比较,形成可以控制空调制冷、制热与停止工作三种工作状态,从而实现空调的智能化

2系统的总体方案
2.1 系统的总体方案设计
本课题准备主要设计使用高精度集成温度传感器与单片机控制,对空调进行智能化设计,满足人们对空调系统的人性化要求。这种空调的特点主要是实现各种功能方便,操作简单,能有效控制空调的工作状态到高效节能的特点,同时造价比较低廉,符合当代节约型经济社会发展的需求,因此具有较高的使用价值和市场价值。空调主要由两大部分组成:室外机和室内机。室外机负责制冷或制热,室内机负责将冷气或热气输送到室内,并通过管道将室内的热空气或冷空气搬运到室外,以达到降温或升温的效果。降温和升温主要取决于温度的高低,控制系统对温度实时监控,基于单片机微机智能化控制系统的组成原理图如下:
 

基于PIC单片机的智能空调控制系统设计


目录
1绪论    5
1.1  PIC单片机的发展状况    5
1.1.1PIC系列单片机简介    5
1.1.2 PIC系列单片机的发展优势    6
1.2 空调的工作原理及应用    9
1.3 本课题研究的意义与内容    13
2系统的总体方案    15
2.1 系统的总体方案设计    15
2.2  控制芯片的选择    16
2.2.1 PIC单片机的结构    16
2.2.2 PIC单片机与MCS51单片机的比较    19
2.3温度控制的基本方案    21
3 系统硬件的设计    22
3.1  温度的采集电路的设计    22
3.2   电源电路、控制电路的设计    23
3.3   控制电路的设计    25
4 系统的软件设计    26
4.1程序设计    26
4.1.1主程序流程    26
4.1.2显示及报警子程序    26
4.2软件干扰抑制措施    28
4.3系统的假设测试    29
5 结论及展望    30
5.1结论    30
5.2 展望    30
致谢    32
参考文献    33
附录一  英文科技文献    35
附录二  毕业设计任务书    46