文章导读:在新的一年中,各位网友都进入紧张的学习或是工作阶段。网学的各位小编整理了自动化专业-基于GSM模块的家庭防盗报警系统的相关内容供大家参考,祝大家在新的一年里工作和学习顺利!
论文编号:ZD919 论文字数:20121,页数:50
摘 要
GSM(Global System for Mobile communication)移动通信系统是目前移动通讯领域中比较成熟、完善、应用最广泛的一种系统。作为GSM网络的基本服务之一的短消息 SMS(Short Message Service),也受到了越来越多的系统运营商和系统开发商的重视,各种基于短信的应用也随之蓬勃发展起来。本文以GSM移动网络作为信息传输平台,设计了防盗报警系统。短消息遵循GSM的标准AT指令集,这里着重介绍了和本课题相关的几条AT指令,同时采用了支持中文的PDU编码方式。
防盗报警系统的硬件由单片机控制器和移动通信模块两部分组成,其中,单片机控制器和移动通信模块之间通过AT指令进行数据传输,移动通信模块利用GSM网络实现了与手机用户的远程通信。
关键词:单片机;防盗报警系统;短信息
Abstract
GSM(Global System for Mobile communication)is a Popular mobilecommunication system ,which is more mature ,and widely used in mobilecommunication .SMS(Short Message Service),as an important service of GSM, has being widely used in Remote Control .During the Past several years,system operators and system developers have been Paying more and more attention to the usage of SMS .This paper designs Guard against theft and alarm system based on SMS.SMS makes use of standard AT command set of GSM.
The hardware consists of single chip microcontroller and mobile telecommunication module ,data transmission between the single chip microcontroller and mobile telecommunication module is realized by AT instruction ,mobile telecommunication module achieves the distance communication between the system and cell phone users using GSM network. .
Keywords:Single chip microcontroller Guard against theft and alarm system Short message service
目 录
摘要……………………………………………………………………………. . .………… 2
1 前言……………………………………………………………………………………… 1
2 总体设计方案………………………………………………………………………… 2
2.1 系统总体结构 ………………………………………………………………… 2
2.1.1 系统的功能要求 ………………………………………………………… 2
2.1.2 总体方案的设计………………………………………………………… 2
2.2 系统硬件结构……………………………………………………………………. 3
2.3 系统总体软件流程……………………………………………………………. . . 4
2.4 小结……………………………………………………………………………… 4
3 系统硬件设计 …………………………………………………………………… 5
3.1 单片机概况 …………………………………………………………………… 5
3.1.1 AT89C52的工作特性…………………………………………………… 5
3.1.2 AT89C52的管脚排列…………………………………………………… 5
3.2 GSM模块………………………………………………………………………… 6
3.3 系统硬件构建…………………………………………………………………… 11
3.3.1 系统主控模块 ……………………………………………………… 11
3.3.2 存储器模块 …………………………………………………………… 12
3.3.3 电平转换模块 …………………………………………… 13
3.4 小结……………………………………………………………………………… 15
4 系统的软件程序设计 ……………………………………………………… 16
4.1 GSM模块程序设计…………………………………………………………… 16
4.1.1 串行通信的设置 ……………………………………………………… 16
4.1.2 串行通信的实现 …………………………………………………… 19
4.2 控制系统的短信设计…………………………………………………………… 20
4.2.1 短信的预置……………………………………………………………... 20
4.2.2 手机用户的确认………………………………………………………… 20
4.2.3 短信的存储……………………………………………………………… 23
4.2.4 控制类短信的判断……………………………………………………… 25
4.2.5 发送短信中的数据整合……………………………………………… 26
4.3 RAM的规划………………………………………………………………… 26
4.4 系统设计流程 ……………………………………………………………… 27
4.5 小结…………………………………………………………………………… 29
5 总结………………………………………………………………………………… 30
5.1 论文结论……………………………………………………………………… 30
5.2 存在的问题和展望…………………………………………………………… 30
致谢……………………………………………………………………………………… 31
附录 …………………………………………………………………………………… 33