- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于SMS技的远程控制系统
目录
摘要 3
第一章 引言 5
1.1课题背景与发展分析 5
1.2系统设计要求与方案论证 5
第二章 GSM网络与SMS技术原理 7
2.1 GSM网络及SMS技术概述 7
2.2 SMS的体系结构 8
2.3 AT指令的应用 9
2.3.1 AT指令格式的形式 9
2.3.2 常用AT 10
2.4 SMS 收发模式 12
第三章系统硬件的结构与设计 13
3.1 系统硬件总体设计结构 13
3.2 GSM模块接口电路设计 13
3.2.1 TC35i概述 13
3.2.2 TC35i的电源设计(LM2596) 14
3.2.3 SIM卡的电路设计 16
3.2.4 TC35I与MCU接口电路设计 17
3.3 MCU主控模块电路的设计 18
3.3.1 MCU的概述 18
3.3.2 MCU 最小系统的构成 19
3.4测温电路的设计 20
3.4.1 DS18B20概述 20
3.4.2 DS18B20接口电路设计 21
3.5 显示电路的设计 21
3.5.1 LED显示器简述 21
3.5.2 LED显示接口电路的设计 22
第四章 系统软件设计 23
4.1 系统软件设计总体设计思路 23
4.1.1系统软件的整体流程 23
4.2 GSM 模块软件设计 24
4.2.1 GSM 模块初始化程序设计 24
4.3 短消息发送与接收程序设计 24
4.3.1 短消息发送的程序设计 24
4.3.2 短消息读取指令程序设计 25
4.3 测温模块软件设计 25
4.3.1 DS18B20的初始化时序 25
4.3.2 DS18B20的读时序 26
4.3.3 DS18B20的写时序 27
4.3.4 DS18B20 温度值处理 28
4.4 串口模块软件设计 28
4.4.1 向串口发送一个字符程序设计 28
4.4.2 串口接收中断函数程序设计 29
第五章 系统测试与分析 30
5.1 测试环境 30
5.2 测试结果与分析 30
5.3 设计总结 30
致谢 32
摘要
本文主要利用现有GSM网络的SMS服务进行现场设备的远程控制装置。通过连接入GSM网络的手持式移动终端对于一些远程受控端或者远程零散设备进行控制,并返回一些关键数据。从而更加安全的实现了对系统的远程控制。
短消息控制遵循GSM的标准AT指令集。这里着重介绍了和本课题相关的AT指令,采用了TEXT编码方式实现对GSM模块的控制。
本课题的任务是实现基于SMS技术的远程控制系统,用户可以通过手机发送短信对远程系统进行控制。通过对短信息的收发,实现了对远程系统的控制。
关键词:GSM SMS AT指令 远程控制
Title A method based on SMS technology of remote control device
Abstract
This paper mainly use of existing GSM network SMS services on the site of the remote control device equipment. Through the connection into the GSM network hand-held mobile terminal for some remote controlled end or remote scattered equipment control, and return some key data. Consequently it is more security to the realization of the system of remote control.
Short message control follow the GSM standard AT instruction set. This paper focuses on the topic and introduced AT the instruction, the TEXT coding method to realize the control of the GSM module.
This topics task is to realize SMS technology based on the remote control system. The user can through the cellphone to send a text message to the remote control system. Through the sending and receiving of short message, it realizes the contro
文档评论(0)