You are on page 1of 4

2018 10th International Conference on Intelligent Human-Machine Systems and Cybernetics

The Design of Vehicle Tracking and Positioning System

Chunlong Ma1, Xin Pang2, Zhize Zeng3, Shaohua Wang4*, Yue Yang5
1,2,3. Guanghua College of ChangChun, ChangChun 130031,China
4. State Key Laboratory of Automobile Simulation and Control, Jilin University, Changchun 130025, China
5. College of Traffic, Jilin University, Changchun 130025,China
Email:576406185@qq.com

Abstract—This design introduces a GPS/GPRS vehicle


tracking and positioning system based on the ARM-Linux II. OVERALL STRUCTURE OF VEHICLE TRACKING AND
platform. The system uses the s5pv210 as the vehicle-mounted POSITIONING SYSTEM
terminal of the central microprocessor. The GPS function The overall structure of the vehicle tracking and
module equipped with the vehicle-mounted terminal obtains
positioning system is shown in Figure 1. The entire vehicle
the current vehicle focus location information at a set time
interval and displays it on the screen. Then the GPRS network
monitoring system can be structurally divided into four parts:
is used to transfer the positioning information between the GPS Satellite ǃVehicle terminalǃGPRS Network ǃ
monitoring center and the vehicle-mounted terminal in real Monitoring center.
time to achieve real-time positioning and tracking of the
vehicle. The vehicle tracking and positioning system combined
with GPS, GPRS and embedded technology can play a good GPS Satellite
role in vehicle monitoring management and security protection.

Keywords-s5pv210; Embedded technology; GPS; GPRS


Vehicle terminal
I. INTRODUCTION
Traditional vehicle monitoring methods have become
increasingly unable to meet people's needs. For example, the GPRS Network
vehicle tracking and management scheduling problem of
bank, public security fire protection, logistics, bus or taxi ,
relying on the previous person-to-person online mode can
not play an effective role. In order to manage all types of
vehicles safely and effectively, as long as it is possible to
obtain real-time location information of vehicles, Monitoring center
corresponding solutions can be found.
In this paper, a kind of embedded GPS and GPRS Figure 1. Overall structure of vehicle tracking and positioning system
positioning and monitoring scheme is proposed, which can
realize remote monitoring, mainly based on the vehicle- GPS satellite: Calculating and transmitting the location
mounted positioning terminal and monitoring center. The information of the vehicle-mounted terminal.
vehicle-mounted positioning terminal receives the Vehicle-mounted terminal: Including central processing
corresponding vehicle-mounted status information through unit, display unit, GPS receiving unit, GPRS communication
the GPS module and sends it to the monitoring center unit, etc, providing positioning, display, data transmission
through the GPRS network. The monitoring center can also and other functions
query in real time to monitor the operation of the vehicle. Wireless communication network: GPRS wireless
The system integrates the characteristics of low power communication network is a pivotal group of information
consumption, high practicality embedded technology and interaction between vehicle-mounted terminals and
low cost GPRS technology, making the entire vehicle- monitoring centers, and it is an important part of the entire
mounted system conform to the trend of modern vehicle- vehicle tracking and positioning system.
mounted technology development. Monitoring and control center: It is mainly based on
electronic maps of the monitoring and control operation
platform, receiving the display of vehicle-mounted terminal
data information.

978-1-5386-5836-9/18/$31.00 ©2018 IEEE 339


DOI 10.1109/IHMSC.2018.10183
The system mainly conducts research on vehicle tracking 64/32-bit internal bus consisting of an AXI/AHB/APB bus,
and positioning technology, which combines GPS and GPRS. which provides excellent hardware performance for 3G
It uses GPS to obtain the position information of the target, applications. It contains multiple powerful hardware
and through the data transmission function of GPRS, the data accelerators. The internally integrated MFC supports the
transmission between the mobile vehicle and the monitoring encoding and decoding of MPEG4/H .263 / H. 264[2].
center is realized to achieve the tracking and positioning of
the vehicle. Then the target is displayed on the capacitance B. GPS/GPRS module
screen of the vehicle-mounted terminal and the electronic This design uses the A7 module of the GPS / GPRS /
map of the monitoring center using the map matching GSM function produced by Shenzhen Anxin Technology
algorithm[1]. Company. The module integrates GPS and GPRS and
The entire system consists of vehicle-mounted terminal, contains almost all the basic functions of a mobile phone:
GPRS network, and monitoring center. wireless Internet access, text messaging, telephone calls,
GPS positioning, which can be operated using simple AT
III. HARDWARE DESIGN OF VEHICLE-MOUNTED instructions.
TERMINAL 1) GPS function
The GPS function module receives satellite data, and
The Vehicle-mounted terminal device is one of the keys after processing, it forms asynchronous serial output of
to the entire system. It consists of the controller of ARM , message data(RS-232 interface standard). Its message format
GPRS, GPS, capacitor screen, and some peripheral circuits, is binary and standard NMEA-0183 protocol. Serial
which can achieve the reception, processing, and communication parameters: baud rate = 9600, data bit = 8
transmission of positioning data.The hardware structure of bits, stop bit = 1 bit, no parity check. When the actual
the vehicle terminal is shown in Figure 2. The GPRS navigation application reads GPS spatial positioning data, we
network is a transmission medium for vehicle-mounted can update latitude and longitude and time data every few
terminals and monitoring centers. GPRS uses packet seconds as needed. We have no need to understand the full
switching technology. It has the advantages of "high speed" information of the NMEA-0183 communication protocol. It
and "always online" and it is suitable for wireless is only necessary to select the partial positioning data we
transmission in vehicle tracking positioning systems. need from it. The rest of the information can be ignored[4].
The principle of the entire tracking and positioning If the satellite communication is normal at this time, the
system: First, the GPS module of the vehicle-mounted data format that can be received is as follows:
terminal receives the positioning data from the positioning $GPRMC,080655,A,4546.40891,N,12639.65641,E,1.045
satellite, and then the ARM extracts the longitude, latitude, ,328.42,170809,,,A*60
and time information of the vehicle and displays it on the $GPRMC,<1>,<2>,<3>,<4>,<5>,<6>,<7>,<8>,<9>,<10
capacitor screen. The GPRS module that drives the vehicle >,<11>,<12>*hh
terminal is connected to the GPRS network and then the x <1> UTC time, hhmss format
positioning information is sent to the monitoring and control x <2> Positioning status, A = valid positioning, V =
center so that the monitoring and control center can obtain invalid positioning
the positioning information of the vehicle to achieve the x <3> Latitude dmm.mmm format(the previous 0 will
purpose of tracking and positioning[6]. also be transmitted)
x <4> Latitude hemisphere N or S
x <5> Longitude dddm.mmm format(the previous 0
GPS  will also be transmitted)
Antenna  x <6> Longitude Hemispheric E or W
GPS module $50 x <7> Ground rate(000.0 ~ 999.9 knots, the previous 0
com will also be transmitted)
VSY Capacitor
GPRS x <8> Ground heading(000.0 ~ 359.9 degrees, North
Antenna touch screen as a reference, the first 0 will also be transmitted)
Guitar x <9> UTC date, ddmmy format
GPRS module
x <10> Magnetic bias(000.0 ~ 180.0 degrees, the
A7 previous 0 will also be transmitted)
x <11> Magnetic declination, E(East) or W(West)
x <12> Pattern Indications
Figure 2. Hardware structure of vehicle-mounted terminals 2) GPRS function
GPRS is a mobile wireless network. It is a technology
A. ARM s5pv210 microprocessor between 2G and 3G. The transmission speed is slow, and the
The S5 PV210 is a 32-bit RISC microprocessor. It is a fastest is more than 100 Kbps, it is suitable for a small
low-cost, low-power, high-performance application amount of data transmission.The advantage is that the
processor designed by Samsung of South Korea for mobile telephone signal can connect to the network conveniently
phones and general-purpose products. The S5 PV210 has a and adapt to a wide range of areas. Since you need to access

340
the Internet, then you must use the SIM mobile card. The A7 flowchart for the extraction of GPS positioning
module already supports Tri-Netcom by default, so we select information is shown in Figure 4.
a Mobile SIM card[8]. The principle of extracting GPS positioning
C. Capacitor touch screen Guitar information from the serial port: First the program
establishes and initializes the receiving data buffer, and
Multi-point capacitive touch screen control chip Guitar then determines whether the serial port opens successfully.
which uses the principle of projective capacitance detection
If the serial port is successfully turned on, the parameters
consists of 15 drive channels and 10 induction channels to
of the serial port are initialized, of which the baud rate is
form a touch detection network, through the built-in analog
amplifier circuit, digital operation module, and high- 9600, data bit is 8, the parity bit is None and the stop bit is
performance MPU gets real-time and accurate touch 1. Then, in the received positioning information, find the
information and transmits it to the master chip through positioning statement starting with the flag "$GPRMC",
I2C[3]. store it in the buffer, and then process the positioning
statement to obtain the positioning information of the
IV. THE SOFTWARE DESIGN OF VEHICLE TRACKING AND current vehicle-mounted terminal[7].
POSITIONING SYSTEM
A. Software Architecture for Vehicle-mounted Terminal
The vehicle-mounted terminal software system mainly
Start
includes GPS positioning function, GPRS communication
function and QT interface display function, as shown in the
vehicle-mounted embedded software block figure 3:
Turn on Serial

In-vehicle terminal software 1


structure Successful˛

<

GPS GPRS QT Discard Data


Set Serial Parameter
Positioning communication User interface
1
Right Data˛
Access to vehicle Send vehicle Display vehicle
location location location <
information information information Writing data to the receiving buffer

End
Figure 3. Software structure of vehicle-mounted terminals

Specific functions:
x GPRS module: Send the location of the vehicle to Figure 4. Flowchart of GPS positioning information extraction
the monitoring center.
x GPS module: Read and analyze GPS positioning V. CONCLUSION OF SYSTEM TEST
information The vehicle tracking and positioning system designed
x Qt: Develop user graphical interface in this paper has been tested in the laboratory.The tests
B. Vehicle-mounted terminal software design has some conclusion:
Through the combination of GPS and GPRS
The design of vehicle-mounted terminal software
technology, the system can achieve remote monitoring of
mainly includes the design of serial port software, the
vehicles. The vehicle-mounted positioning terminal can
design of vehicle-mounted terminal GPS software, the
receive the corresponding vehicle status information
design of vehicle-mounted terminal GPRS software, and
through the GPS module and can be sent to the
the development of user graphical interfaces for Qt. The
monitoring center through the GPRS network. The
following mainly introduces the design of GPS software
monitoring and control center can query and monitor the
for vehicle-mounted terminals[5].
operation of the vehicle in real time, accurately locate the
Since the data collected by the GPS module contains
vehicle location in real time, and the The monitoring and
more content, the data must be analyzed when receiving it
control center supports the unified monitoring of multiple
and the required information must be extracted. The
vehicle terminals, which is convenient to manage.

341
REFERENCES

[1] Zhu Shifeng ,Design and Implementation of Monitoring and


Scheduling System for Mobile Vehicle Based on GPRS
Network,Master's degree thesis of Shandong University, 2005˖4̚6
[2] Tian Jialin, Chen Lixue, Xiang Hui,Portion of Linux Embedded
Operating System on ARM, Microcomputer information,
2007,23(11)˖60̚61
[3] Liu Yiwei, Zhang Yunfei, Ma Qianli, Electric Vehicle Anti-theft
Tracking Alarm System Based on GPS and GSM, Science and
Wealth, 2014
[4] Li Lingling, He Shuai, Ding Wen, Study on the Vehicle Fuel
Monitoring System Based on GPRS \ GPS, Technology Information,
2015,9:25
[5] =eng Zhize, Research and Design of Vehicle Tracking and Positioning
System, Graduation Design of Changchun Guanghua College
[6] Tao N. Vehicular GPS Monitor System Based on GPRS Network.IEEE
2007 International Symposium on Microwave, Antenna, Propagation,
and EMC Technologies For Wireless Communications, 2007, 277̚
280.
[7] Qun Zong, Wenjing Liu. The application of GPRS to the remote
elevator fault diagnosis system[J]. Elevator World. 2005(9): 138̚
147.
[8] Ma Chunlong Li Xiaoguang , Li Zhaoxi .Design of gas information
collection and control system based on GPRS [C]MEC2011.2011:
1222-1224

342

You might also like