基于单片机的多路无线防盗报警器设计

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

基于单片机的多路无线防盗报警器设计(任务书,开题报告,论文11600字)
摘要
无线防盗报警器包括主控模块,传感器信号发送模块,遥控器模块三个部分。主控模块的功能是通过接收模块接收发送模块发送的信号,经过解码模块后将信号传递给单片机,从而由单片机实现显示以及报警功能。传感器信号发送模块的功能是通过传感器检测入侵者的红外热辐射或者震动,并将其转换成超低频信号,放大后通过发射模块发射给主控模块。遥控器模块的功能是在还未布防时实现布防功能,在检测到传感器信号以后实现撤防功能。
本文从硬件电路原理分析及设计,软件编程的设计实现和电路的搭建与调试等几个方面介绍了无线防盗报警系统的设计过程,实现了报警显示的功能。最后介绍了系统设计的过程中出现的问题和总结。
关键词:无线  报警系统  单片机  防盗系统
 
The design of Multi-chip alarm system based on MCU
Abstract
Wireless burglar alarm system consists of main control module,sensing modules and remote control module. The main control circuit received the signal sent by the transmitting module, and then decoded and transmitted it to the MCU to implement the follow-up control,so as to realize the displaying and alarming function. The induction module used the infrared sensors to detect the intruder's radiation or vibration, and then converted it into a super low frequency signal.Finally,it will amplify the signal and then output it.The function of the remote control module is to realize the deployment function or the disarming function when the sensor signals are detected.
In this paper, the design of the system was introduced through three aspects including the analysis and design of hardware circuit, software programming and circuit design and debugging. At the end of this paper, the problems happened during the process of designing the system was summarized.
Keywords: wireless; alarm system; micro-controller; anti-theft system
 

基于单片机的多路无线防盗报警器设计
基于单片机的多路无线防盗报警器设计
基于单片机的多路无线防盗报警器设计


目  录
摘要    I
Abstract    II
第一章 绪论    1
1.1 设计背景    1
1.2 设计目标    1
1.3 论文结构    1
第二章 硬件电路设计    3
2.1设计思想与系统框图    3
2.2 主控电路硬件模块    4
2.2.1 单片机模块    4
2.2.2 接收模块    6
2.2.3 解码模块    7
2.2.4 按键模块    8
2.2.5 报警模块    8
2.2.6 数码管显示模块    9
2.3 遥控器模块    9
2.3.1 遥控器按键编码模块    9
2.3.2 发送模块    10
2.4 传感器信号发射模块    10
2.4.1 人体感应模块    10
2.4.2 震动感应模块    11
2.4.3 烟雾感应模块    12
2.4.4 编码模块    12
2.5 本部分小结    13
第三章 软件程序设计    14
3.1 软件功能说明    14
3.2 主函数    14
3.3 初始化函数    15
3.4 控制函数    16
3.5 定时中断函数    18
3.6 本部分小结    19
第四章 系统测试与结果    20
4.1 测试与结果    20
        4.1.1 程序编译和电路仿真    20
4.1.2 硬件电路分块调试与结果    22
4.1.3 硬件电路整体调试与结果    25
4.2 在调试中遇到的问题    27
第五章 总结    29
参考文献    30
致谢    31