本文主要为广大网友提供“基于单片机的智能火灾报警系统”,希望对需要基于单片机的智能火灾报警系统网友有所帮助,学习一下!
论文编号:JD687 附任务书,大图,论文字数:24870,页数:60
摘要
随着现代建筑的不断增多,火灾隐患增加,一旦发生火灾,将对人的生命财产造成极大的危害。现代建筑具有智能化的时代特征,火灾自动报警系统探测火灾隐患,肩负安全防范重任,在现代智能建筑中起着极其重要的安全保障作用。在工业和民用建筑、宾馆、图书馆、科研和商业部门,火灾自动报警系统己成为必需的装置。
本文主要对火灾报警控制器的理论做了深入的研究,并全面阐述了研制一个能实际应用的火灾报警控制器硬件部分和软件部分的方法和过程。共分四部分介绍:第一部分是绪论,介绍了国内外火灾自动报警系统发展的历史、现状、趋势以及火灾自动报警系统的分类,简要说明了研制火灾自动报警控制器的意义和硬件部分的研制过程;第二部分是火灾自动报警系统硬件组成及原理,分别介绍控制器C8051单片机的应用、传感器及其信号调理电路、声光报警控制电路、网络接口电路以及电源电路;第三部分是火灾自动报警系统软件,系统软件包括在单片机上运行的嵌入式程序以及在上位机上运行的通信串口程序两部分。第四部分是总结展望。
关键词:火灾自动报警系统;C8O51单片机;传感器;无线通信
Abstract
In the recent years,increasing of modern buildings leads to frequency of fire.In case fire happened,it will make huge damage to human’s life and property.Whlie modern buildings take on smart character,The fire alarm system is in charge of detecting and alarming fire in time,safeguarding beings and belongings.FAS has been a necessary setting in industrial and civilian buildings,hotels,libraries,scientific researches and business departments.
It is an important consist Part of the FAS.This paper makes in-depth research in the theory of FAC and expatiates the hardware and software method and proeess in developing a applied FAC.This thesis ineludes four main parts.This first part narrates the process of developing FAC hardware in detail.Introdueing the modular design methodology.The second part is the hardware construction of the FAS and it’s principle.Introdueing the applieation of C8051,the sensor and it’s signal proeess circuit:the sound and light alarm eircuit,the stcpping motor driver circuit,the network interface cireuit and power circuit:The third part is the software of the FAS.The system software includes the embed Program running on the MCU and the program of series port in communieation.The former is accomplished by Keil C51.It is composed of main program,motor driving program,series Program,fire judglnent program and lots of program.The latter comes out the serics communication between MCU and PC by VisualC++6.0.Accordingly implement three funetions:observing running state,changing running state by changing parameters and manual simulate motor inspect;The forth part is summarize and expectation.
KeyWords:Fire alarm system;C8051F;UV sensor;Wireless communication
目录
摘要 1
Abstract 1
目录 2
第1章绪论 4
1.1课题背景 4
1.1.1国内外火灾自动报警系统发展 5
1.1.2火灾自动报警系统的组成和种类 6
1.1.3研究火灾自动报警控制器的意义 9
1.2课题研究内容及本文的工作 10
第2章火灾智能报警控制系统硬件组成及原理 10
2.1系统基本功能及总体框图 10
2.1.1系统基本功能 10
2.1.2系统硬件总体框图 10
2.2C8051单片机的特点 11
2.2.1C8051系列单片机的特点 11
2.3系统所用的探测器简介 12
2.3.1探测器简介 12
2.3.2本系统所用探测器 14
2.4通信模块 17
2.4.1通信模块的功能 17
2.4.2通信模块总框图 18
2.5系统电源 24
2.5.1电源器件介绍 25
2.5.2系统电源设计方案 25
2.6系统火灾报警模块 26
2.6.1单片机报警接口电路 26
2.6.2单片机与继电器接口电路 27
3.1在单片机上运行的嵌入式程序 29
3.1.1嵌入式软件开发平台 29
3.1.2嵌入式程序的开发 31
3.2.1PC机上串口通信程序 36
第4章系统可靠性分析 39
第5章总结及展望 41
5.1总结 41
5.2展望 41
5.2.1火灾探测报替技术的发展方向 41
结论 44
致谢 45
参考文献 46
附录1 47
附录2 50
附录3 54
附录B部分程序代码 55