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

智能化住宅报警系统的设计(附程序代码)

来源:wenku163.com  资料编号:WK16314169 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16314169
资料介绍

智能化住宅报警系统的设计(附程序代码)(任务书,开题报告,外文翻译,论文14000字,程序代码)
摘要
生活水平的提高和生活方式的改变,使得人们越来越重视住宅安全问题,防火防盗更是其中的根本。传统的住宅安防系统已经不能满足人们的需要,智能化住宅却是近些年来研究的热点,它能为人们提供安全舒适的生活环境。
本文将致力于设计一套高效可靠、性价比高的的的智能化住宅防火防盗报警系统,为人们的生活提供安全保障。设计中采用了STC89C52单片机系统、无线GSM短信模块及传感器技术,并采用模块化的设计思想,将复杂的系统进行模块化的设计,使得设计思路简单化,最后将各个模块进行组合来达到所需要的防火防盗报警的目的,主要包括传感模块、键盘模块、主控模块和报警模块等,提高了系统的可靠性与安全性。本文设计的智能化防火防盗系统,在实现了防火防盗的基本功能的基础上,还实现了远程报警及控制功能,具有很好的应用前景。
关键词:智能化 防火防盗 GSM 模块化
Abstract
The improvement of living standards and lifestyle changes have made people pay more and more attention to housing safety issues, and fire prevention and burglary is the root of them. The traditional residential security system can no longer meet people's needs. The intelligent house is a hot spot in recent years, which can provide people with a safe and comfortable living environment.
This article will focus on designing an intelligent, reliable, cost-effective intelligent residential fire alarm system to provide security for people's lives. The design adopts STC89C52 single-chip microcomputer system, wireless GSM short message module and sensor technology, and adopts modular design idea to modularize the design of complex system, which makes the design idea simple. Finally, each module is combined to achieve the required The purpose of the fire alarm is mainly including the sensing module, the keyboard module, the main control module and the alarm module, which improves the reliability and safety of the system. The intelligent fire prevention and anti-theft system designed in this paper realizes the remote alarm and control functions on the basis of realizing the basic functions of fire prevention and theft, and has a good application prospect.
Key words:Intelligent;fire prevention and anti-theft;GSM;modular

系统的工作原理
平时我们在家的时候常需要在家里走动,如果被热释电红外传感模块检测到系统也会进行不必要的报警,这时我们可以选择将系统设置成不设防状态,当出门工作或者晚上睡觉时再将系统设置成设防状态,来对室内环境进行监测。在设防之前我们可以通过键盘模块对温度和可燃气体浓度的报警阈值进行设置。对于防盗模块,安装在监测点处的红外探头将人体辐射的红外光谱转化成电信号,当检测到一定强度的电信号,表示有人入侵住宅,传感器模块将电信号传给单片机,单片机进行判断处理之后发出报警信号,系统进行声光报警和短信报警,短信报警由GSM短信模块实现,由于GSM模块与单片机是相互通信的,所以用户可以通过给GSM模块发送短信的方式来发送指令控制系统。对于防火模块来说,烟雾传感器模块和热释电红外传感模块分别监测空气中可燃气体浓度和温度并将数值传给单片机,单片机对传来的数据进行数据转换后与设定的报警阈值进行比较,当检测到的烟雾浓度或者温度数值大于设定阈值的时候,单片机发出报警信号启动报警。同时,显示模块可以实时显示当前温度和烟雾浓度,报警时也可以显示是由什么原因引起的报警。报警之后也是通过键盘模块取消设防,系统不再报警,显示屏只显示当前温度和烟雾浓度。
 

智能化住宅报警系统的设计(附程序代码)
智能化住宅报警系统的设计(附程序代码)


目录
第1章 绪论    1
1.1 引言    1
1.2 研究目的和意义    2
1.3 国内外研究现状    2
第2章 系统总体方案设计    5
2.1 系统的基本组成    5
2.2 系统的工作原理    6
第3章 系统的硬件设计    7
3.1 防盗传感模块的设计    7
3.2 防火传感模块的设计    9
3.2.1 温度监测部分    9
3.2.2 烟雾监测部分    11
3.3 报警模块的设计    13
3.4 显示模块设计    13
3.4 GSM短信模块的设计    14
3.5 键盘模块设计    15
3.6 单片机模块的设计    16
第4章 系统的软件设计    17
4.1 主程序设计    17
4.2 LCD显示子程序    18
4.3 读温度子程序    19
4.4 收发短信子程序    20
4.5 串口中断子程序    20
第5章 系统仿真调试    22
第6章 总结    24
参考文献    25
附录A 仿真图    26
附录B 收发短信源程序    27
致谢    29

推荐资料