车载终端定位和通信模块的设计与实现.doc
约36页DOC格式手机打开展开
车载终端定位和通信模块的设计与实现,1.5万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 近几年我国的汽车拥有量越来越大,汽车已经成为人们出行的主要交通工具。但同时由交通事故造成的生命和财产损失也随之增加。为了减少这些损失,随即出现了由车载终端定位和通信模块组成的车载呼救终...
内容介绍
此文档由会员 淘宝大梦 发布
车载终端定位和通信模块的设计与实现
1.5万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 近几年我国的汽车拥有量越来越大,汽车已经成为人们出行的主要交通工具。但同时由交通事故造成的生命和财产损失也随之增加。为了减少这些损失,随即出现了由车载终端定位和通信模块组成的车载呼救终端。本设计主要对基于GPS/GPRS的车载紧急呼救系统终端进行了研究,进行了呼救终端的总体结构、硬件和软件设计。
该系统将定位与无线通信技术相结合,当车辆事故发生时,无线射频模块接收到下位机发送来的事故信息,随即将事故信息与GPS获得的位置信息通过GPRS无线通信发送到救助中心,从而为事故人员获得及时救援提供条件。车载紧急呼救终端的硬件主要包括STM32开发板、无线射频模块、GPS定位模块和GPRS模块。系统的软件开发采用嵌入式方式,首先对各个模块进行流程设计,通过Keil uVision4编程软件对STM32开发板、无线射频模块、GPS模块及GPRS模块进行开发,并使用调试工具和烧写软件,最终实现了本系统。它具有快速的响应速度和精确的定位,能提高救援效率,有效减少事故造成的损失。
关键词:紧急呼救 嵌入式开发 GPS GPRS 无线射频
The Design and Implementation of Vehicle Terminal Positioning and Communication Module
Abstract In recent years, While China's car ownership is growing, the car has become the main means of transport for people to travel. But the loss of life and property caused by the accidents has increased. To reduce these losses, there appears a vehicle terminal for help from the car terminal positioning and communication modules. The main design of the vehicle emergency-call-system based on GPS / GPRS conducted a study include overall architecture, hardware and software design for help terminal.
The system locates the wireless communication technology, when a vehicle accident occurs, the radio frequency module receives a lower machine transmitted the accident information, the position information immediately to the accident information and GPS obtained is transmitted to the rescue center through GPRS wireless communications, thereby providing conditions for the accident timely rescue personnel.In-vehicle emergency call terminal hardware includes STM32 development board, a wireless RF module, GPS positioning module and GPRS module. Embedded system software development methods, first of each module for process design, programming software by Keil uVision4 STM32 development board, a wireless RF module, GPS module and GPRS module development, and use debugging tools and programmer software, and ultimately this system.It has a fast response speed and precise positioning, can improve the efficiency of the rescue, effectively reduce the losses caused by the accident.
Key words Vehicle terminal Embedded development GPS GPRS RFID
目 录
第1章 绪论 1
1.1 课题背景及意义 1
1.1.1 选题背景 1
1.1.2 选题意义 2
1.2 车载终端国内外的研究现状 3
1.2.1 国外研究现状 3
1.2.2 国内研究现状 4
1.3 车载终端主要内容及组织结构 5
第2章 车载终端总体结构设计及硬件简介 6
2.1 系统的总体结构 6
2.2 STM32开发板简介 6
2.3 GPS全球定位模块 7
2.3.1 GPS简介 7
2.3.2 GPS卫星定位原理 9
2.4 GPRS通信模块 11
2.4.1 GPRS模块 11
2.4.2 GPRS技术 12
2.5无线射频模块 13
2.5.1 无线射频模块 13
2.5.2 射频模块特性 14
第3章 车载终端软件的设计 15
3.1 无线射频模块的设计 15
3.2 GPS模块的软件设计 16
3.2.1 GPS模块数据获取 16
3.2.2 GPS模块流程设计 18
3.3 GPRS模块的软件设计 18
3.3.1 AT指令 18
3.3.2 GPRS模块流程设计 19
第4章 车载终端定位和通信模块的实现 20
4.1 开发工具KEIL简介 20
4.2 无线射频模块的实现 21
4.2.1 无线射频程序核心代码 21
4.2.2 无线射频程序的实现 22
4.3 GPS模块的实现 23
4.3.1 GPS模块数据分析 23
4.3.2 GPS程序的编译及烧写 26
4.3.3 GPS模块测试 27
4.4 GPRS模块的实现 28
4.5 本章小结 29
结 论 30
致 谢 32
参考文献 33
1.5万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 近几年我国的汽车拥有量越来越大,汽车已经成为人们出行的主要交通工具。但同时由交通事故造成的生命和财产损失也随之增加。为了减少这些损失,随即出现了由车载终端定位和通信模块组成的车载呼救终端。本设计主要对基于GPS/GPRS的车载紧急呼救系统终端进行了研究,进行了呼救终端的总体结构、硬件和软件设计。
该系统将定位与无线通信技术相结合,当车辆事故发生时,无线射频模块接收到下位机发送来的事故信息,随即将事故信息与GPS获得的位置信息通过GPRS无线通信发送到救助中心,从而为事故人员获得及时救援提供条件。车载紧急呼救终端的硬件主要包括STM32开发板、无线射频模块、GPS定位模块和GPRS模块。系统的软件开发采用嵌入式方式,首先对各个模块进行流程设计,通过Keil uVision4编程软件对STM32开发板、无线射频模块、GPS模块及GPRS模块进行开发,并使用调试工具和烧写软件,最终实现了本系统。它具有快速的响应速度和精确的定位,能提高救援效率,有效减少事故造成的损失。
关键词:紧急呼救 嵌入式开发 GPS GPRS 无线射频
The Design and Implementation of Vehicle Terminal Positioning and Communication Module
Abstract In recent years, While China's car ownership is growing, the car has become the main means of transport for people to travel. But the loss of life and property caused by the accidents has increased. To reduce these losses, there appears a vehicle terminal for help from the car terminal positioning and communication modules. The main design of the vehicle emergency-call-system based on GPS / GPRS conducted a study include overall architecture, hardware and software design for help terminal.
The system locates the wireless communication technology, when a vehicle accident occurs, the radio frequency module receives a lower machine transmitted the accident information, the position information immediately to the accident information and GPS obtained is transmitted to the rescue center through GPRS wireless communications, thereby providing conditions for the accident timely rescue personnel.In-vehicle emergency call terminal hardware includes STM32 development board, a wireless RF module, GPS positioning module and GPRS module. Embedded system software development methods, first of each module for process design, programming software by Keil uVision4 STM32 development board, a wireless RF module, GPS module and GPRS module development, and use debugging tools and programmer software, and ultimately this system.It has a fast response speed and precise positioning, can improve the efficiency of the rescue, effectively reduce the losses caused by the accident.
Key words Vehicle terminal Embedded development GPS GPRS RFID
目 录
第1章 绪论 1
1.1 课题背景及意义 1
1.1.1 选题背景 1
1.1.2 选题意义 2
1.2 车载终端国内外的研究现状 3
1.2.1 国外研究现状 3
1.2.2 国内研究现状 4
1.3 车载终端主要内容及组织结构 5
第2章 车载终端总体结构设计及硬件简介 6
2.1 系统的总体结构 6
2.2 STM32开发板简介 6
2.3 GPS全球定位模块 7
2.3.1 GPS简介 7
2.3.2 GPS卫星定位原理 9
2.4 GPRS通信模块 11
2.4.1 GPRS模块 11
2.4.2 GPRS技术 12
2.5无线射频模块 13
2.5.1 无线射频模块 13
2.5.2 射频模块特性 14
第3章 车载终端软件的设计 15
3.1 无线射频模块的设计 15
3.2 GPS模块的软件设计 16
3.2.1 GPS模块数据获取 16
3.2.2 GPS模块流程设计 18
3.3 GPRS模块的软件设计 18
3.3.1 AT指令 18
3.3.2 GPRS模块流程设计 19
第4章 车载终端定位和通信模块的实现 20
4.1 开发工具KEIL简介 20
4.2 无线射频模块的实现 21
4.2.1 无线射频程序核心代码 21
4.2.2 无线射频程序的实现 22
4.3 GPS模块的实现 23
4.3.1 GPS模块数据分析 23
4.3.2 GPS程序的编译及烧写 26
4.3.3 GPS模块测试 27
4.4 GPRS模块的实现 28
4.5 本章小结 29
结 论 30
致 谢 32
参考文献 33