本文主要为广大网友提供“无线防盗报警系统总机设计”,希望对需要无线防盗报警系统总机设计网友有所帮助,学习一下!
论文编号:TX431 论文字数:23029,页数:64
摘 要
本设计是无线防盗报警系统总机设计,无线防盗报警系统由两部分组成总机和分机;本系统用于投影机VGA线被拔报警。由分机检测VGA线,当分机检测到VGA线被拔掉时,将报警信息通过无线信号发送给主机,主机进行报警,并显示相关的信息。
无线防盗报警系统总机设计使用PIC16F73单片机为核心,使用无线接收模块接收无线电波信号并解调成数字信号由单片机通过异步串口接收,采用液晶显示器显示相关的信息,使用蜂鸣器进行报警。本系统具有简单、实用、成本低廉等特点,也可以拓展用于其他场合的报警。
无线接收模块为超再生接收电路,使用AM调制方式;液晶显示模块为十位段式的液晶显示器,本系统中只用了液晶显示器的其中四位,两位显示报警位置号码,另两位显示报警的分机号码。
关键词:PIC16F73单片机;无线接受;报警器;液晶显示器
Abstract
The design is the switchboard of the wireless anti-theft alarm system. The wireless anti-theft alarm has two parts. One is switchboard. The other is separate computer. The system is used in VGA line of alarm of projector. When the separate computer detect the VGA lost, the switchboard can receive the alarm information. The switchboard alarms and display the information.
The core of the wireless anti-theft alarm switchboard is design in PIC16F73 microcontroller. The system makes the wireless receiver gain the radio wave information, and mediates it into digit information received through the asynchronous serial port of the microcontroller. It use the liquid-crystal display(LCD) display the related information and alarmed in buzzer. The system has the advantage of simple, practical and less-cost.
The wireless receiver module is the super-regeneration circuit. The mediation is AM; The LCD are ten segments of liquid-crystal display, This system only uses the four segments of the LCD. There are two byte of display alarm. The other two display is separate computer number.
Keyword:microcontroller(PIC16F73); wireless receive; alarm ; liquid-crystal display
目 录
1 绪 论 1
1.1 课题背景及目的 1
1.2 国内外发展情况 1
1.3 设计思想 2
2 单片机的概述 3
2.1 单片机简介 3
2.2 单片机的发展 3
2.3 单片机特点 4
2.4 单片机的一般结构 4
2.4.1 中央处理单元(CPU) 5
2.4.2 存储器RAM和ROM 5
2.4.3 输入/输出(I/O)接口 5
2.4.4 单片机的应用 5
2.5 单片机发展趋势 6
3 PIC16F73简介 8
3.1 PIC单片机概述 8
3.2 PIC16F7X系列微控制器概述 8
3.2.1 PIC16F7X微控制器性能特点简介 8
3.2.2 PIC16 F73的引脚功能 10
3.3 PIC芯片晶振设计 12
4 系统硬件设计 13
4.1 显示模块的设计 13
4.1.1 LCD数码显示 13
4.1.2 LCM103液晶显示器 13
4.2 电源的设计 17
4.3 接收部分设计 18
4.3.1 接收模块 18
4.3.2 整形模块 20
5 系统软件设计 23
5.1 同步/异步串行接口USART 23
5.1.1 USART相关的寄存器 24
5.1.2 USART波特率发生器 25
5.1.3 USART异步接收器 26
5.2 中断技术 28
5.2.1 中断处理过程 28
5.2.2 中断相关的寄存器 30
5.3 接收流程图及程序 33
5.3.1 接收流程图 33
5.3.2 接收程序 35
5.4 显示流程图及程序 37
5.4.1 显示流程图 37
5.4.2 显示程序 39
6 结论 50
致 谢 51
参考文献 52
附录(A) 英文原文 53
附录(B) 汉语翻译 57
附录(C) 整体电路图 60