【编者按】网学网理学论文频道为大家收集整理了“投影机VGA线被拔报警的设计“提供大家参考,希望对大家有所帮助!
论文编号:TX430 论文字数:27350,页数:63
摘 要
本设计是无线防盗报警系统分机设计,无线防盗报警系统由两部分组成总机和分机;本系统用于投影机VGA线被拔报警。由分机检测VGA线,当分机检测到VGA线被拔掉时,将报警信息通过无线信号发送给主机,使主机进行报警,并显示相关的信息。
无线防盗报警系统分机设计使用PIC16F73单片机为核心,使用PIC单片机里A/D转换把传感器中的模拟信号转换成数字信号,根据此信号判断VGA 线是否被拔,当VGA 线被拔时,单片机通过异步串口和无线发射模块将报警信息发射给主机,主机接到信号使用蜂鸣器进行报警。本系统具有简单、实用、成本低廉等特点,也可以拓展用于其他场合的报警。
关键词:PIC16F73单片机;无线发射;防盗报警
Abstract
The design is the extension 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 wireless guards against theft to report to the police the system switchboard design usage PIC16F73 the single a machine is a core, Usage PIC single a machine A/D the conversion feels to spread emulation in the machine signal conversion arithmetic figure signal, Judge whether VGA line is pulled out or not according to this signal, be the line of VGA is pulled out, the single a machine passes the a shoots with lead-in the mold piece will report to the police the information shoot to the host, the host receives signal usage machine proceed report to the police.This system has simple, practical, cheap etc. in cost characteristics, also can expand to used for the other situation report to the police.
Keywords:microcontroller(PIC16F73); wireleless wave; alarm
目 录
1 绪 论 1
1.1 课题背景 1
1.2 研究目的 2
1.3 本文研究内容 2
2 系统硬件的功能特点 3
2.1 单片机简介 3
2.2 单片机特点 3
2.3 单片机的一般结构 3
2.3.1 中央处理单元(CPU) 4
2.3.2 存储器RAM和ROM 4
2.3.3 输入/输出(I/O)接口 4
2.3.4 单片机的应用 4
2.4 PIC16F73单片机介绍 5
2.4.1 PIC16F73单片机技术特点 6
2.4.2 PIC16F73单片机引脚图 7
2.4.3 PIC16F73单片机引脚符号及功能 7
2.5 PIC16F7X微控制器性能特点简介 8
2.5.1 高性能类-RISC CPU 8
2.5.2 外围部件特性 9
2.5.3 微控制器特性 9
2.5.4 CMOS工艺技术 10
2.2.5 片内器件模块 10
3 系统的硬件设计 11
3.1 系统方案构想 11
3.2 系统的主要功能 11
3.2.1 系统功能框图 12
3.3 单片机控制模块 12
3.3.1 PIC芯片晶振设计 14
3.4 传感器模块 14
3.4.1 高性能集成四运放LM324的原理与应用 14
3.5 无线发射模块 16
3.6 电源的设计 18
4 系统软件设计和实现 20
4.1 A/D转换 20
4.1.1 PIC16F73最显著的特点就是带8位A/D转换功能 21
4.1.2 A/D转换相关寄存器 21
4.1.3 A/D采样 22
4.2 异步串行通信 23
4.2.1 串行通讯接口(USART)模块 24
4.2.2 USART异步发送器 24
4.2.3 USART异步接收器 27
4.2.4 USART波特率产生器(BRG) 31
4.5 PIC16FXX 指令寻址方式 32
4.6 开发工具概述 32
4.6.1 PIC系列单片机仿真器 33
4.7 程序实现 35
5 系统的调试 40
5.1 硬件调试 40
5.2 软件调试 40
结 论 41
致 谢 42
参考文献 43
附录(A) 44
英文原文 44
附录(B) 51
汉语翻译 51
附录(C) 56
总电路图 56
附录(D) 57