1 / 66
文档名称:

毕业设计_基于ARM的GPRS无线数据终端设计.doc

格式:doc   页数:66
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计_基于ARM的GPRS无线数据终端设计.doc

上传人:追风少年 2013/7/27 文件大小:0 KB

下载得到文件列表

毕业设计_基于ARM的GPRS无线数据终端设计.doc

文档介绍

文档介绍:山东科技大学
本科毕业设计论文
题目基于ARM的GPRS无线数据终端设计
学院名称山东科技大学
专业班级气工程及其自动化10-4班
时间: 2012 年 6月 5 日
摘要
随着嵌入式系统和GPRS无线网络的发展,GPRS无线数据终端为工业生产中的远距离数据传输带来了更佳的传输途径,摆脱了有线数据传输的局限性,极大地节省了后期维护费用,降低了成本,满足了日益增长的工业需求。GPRS 无线数据终端的研究具有广泛的意义和良好的商业前景。
本文主要设计并实现基于ARM的GPRS无线数据终端。该系统以ARM7系列微处理器为核心,通过AT指令控制自带有完整TCP/IP协议栈的无线数据模块。结合GPRS通信网络的特点分析无线数据传输嵌入式系统的设计过程,给出系统的具体实现方案,提出硬件、软件系统的设计流程、开发要点和实现过程。
本系统经过几个月的设计制作,较好的完成了无线数据终端的各项功能。
关键词:GPRS;嵌入式;ARM;AT指令;TCP/IP协议
ABSTRACT
With the development of embedded systems and GPRS work, GPRS wireless data terminals has brought a better way of transmission for long-range data transmission in industrial production, getting rid of the limitations of wired data transmission, saving significantly in the later maintenance costs , reducing costs and meeting the growing industrial demand. The research of the GPRS wireless data terminal has broad meanings and good business prospects.
The paper mainly designs and implements the GPRS wireless data terminal based on ARM. The system depending on ARM7 family microprocessor can control wireless data module with plete TCP / IP protocol stack through mands. Make an analysis of the design process of the embedded system for wireless data transmission, combined with work characteristics and give a specific system implementation including: the hardware and software design process, development points and the implementation process.
The design pleted for several months, implementing various functions of the wireless data terminal.
Key words: GPRS; Embedded; ARM; mand; TCP / IP protocol
目录
1 绪论 1
研究背景 1
通讯方式的现状 2
研究具体任务和目的 4
2 系统总体方案设计 6
系统功能要求 6
系统组成 6
系统主要器件选型 7
主控器件的选择 7
无线模块的选择 9
软硬件开发工具选择 9
系统语言与模块化结构 10
AT指令集 10
C语言程序模块化设计 11
3 硬件电路设计 12
电源电路设计 12
电源芯片选择 12
电源电路具体设计 12
主控外围电路 14
串口通信电路 15
电平转换电路和部分指示电路 17
无线模块外围电路设计 18
无线模块插板电路 18
SIM卡电路 19
存储模块电路设计 20
4 软件程序设计 22
软件总体设计主流程 22
4.