Sandeep G
Sandeep G
Page 1450
modem will receive the message and switch on GPS became obsolete for most purposes.
Module and receives the position of the vehicle in
terms of latitude and longitude. And the same GSM Module
information will be send back to the predefined
number. The architecture and working theory of this
system is introduced in details, and introduces the
vehicle location system which uses the LPC2148 as a
control unit to combinative with GPS and GSM.
Page 1451
an addition of relevant circuit at the periphery, The key of software design is to write function
positioning information including time, longitude, Functions. Functions are realized by calling the
latitude, rate, moving direction, etc, can be output corresponding function, which includes four parts:
through the serial. GPS data analysis and extraction, encoding and
decoding PDU messages, sending and receiving text
PROPOSED METHOD: messages, and parsing and executing the command.
In this project, if we want to identify our vehicle After the first boot of the device, the locator is firstly
location, we will send a SMS to the GSM modem initialized, including selecting pin function of the
which is interfaced with the microcontroller. The GSM controller LPC2148, setting the serial port work,
modem will receive the message and switch on GPS initializing interrupt vectors and TC35i, and setting the
Module and receives the position of the vehicle in working mode.
terms of latitude and longitude. And the same
information will be send back to the predefined Then the program enters the five links of loop
number. The architecture and working theory of this command: 1) test valid GPS data. Wait until the GPS
system is introduced in details, and introduces the receiver module LR9548S has received valid data, at
vehicle location system which uses the LPC2148 as a the same time the GPS light is lit. If the data is invalid,
control unit to combinative with GPS and GSM. the GPS status indicator will always be off. 2) verify
overrun.
Program Flow:
Before running the main program, LPC2148 controller If the vehicle is overrunning, the gauge instantly sends
must initialize the runtime environment, which is, a SMS to predefined mobile phone users. 3) check if
writing start code for ARM chips, including the you receive a new message. If you do not receive a
exception vector table, stack initialization, the storage new message, then return to 1). If you receive a new
system initialization and target board initialization, message, you have to read the new message where it is
usually written in assembly language. If you use the stored and decode the contents of the received SMS. 4)
GPRS services developed on the basis of GSM while verify the password. If the password is incorrect or
using the SMS service for delivery of positioning non-command text, then delete the message and return
information, the program flow chart is shown in figure. to the article 1). If the password is the correct
command, then start parsing the messages, and execute
the corresponding subroutine command. 5) after the
treatment, remove the message in order to avoid the
situation that the full storage space can not accept new
messages.
EXPERIMENTAL RESULTS
Latitude: 1753.8336,N;
Longitude: 7952.4904,E;
Latitude: 1752.9632,N;
Longitude: 7952.2323,E;
Page 1452
SNAP SHOT: [4] Risk Assessment",
http://www.ncs.gov/n5_hp/reports/EPRA.html
(October 10, 1997).
[5] Rockwell Automation SCADA System Selection
Guide Allen-Bradley, Publication AG-2.1. 1998.
REFERENCES:
[1] Zhang Wen, Research on embedded positioning
system of vehicle, Manufacturing Automation, Vol 32,
pp.152-154, July 2010 (In Chinese).
[2] Wang Lei, Jiang Bing, Chen Wenjian, Design of
onboard navigation system based on ARM platform,
Microprocessors, Vol 6, pp.104-106, June 2006 (In
Chinese).
[3] Xiang Shuaiqiu, Zhan Shaobin, Jiang Tao, On the
main technological schemes and algorithm for vehicle
CONCLUSION AND FUTURE SCOPE location system, Geospatial information, Vol 6, pp.87-
Vehicle increasingly important in large cities and it is 90, June 2008 (In Chinese).
more secured than other systems. Now a day’s vehicle [4] Liu Lei, Jin Zhigang, Tao Chunhua, Survey of
Theft is rapidly increasing, with this we can have a virtualization technology research and realization,
good control in it. The vehicle can be turned off by Geospatial information, Vol 1, pp.175-177, January
only with a simple SMS .Since, now a days the cost of 2009 (In Chinese).
the vehicles are increasing they will not step back to it,
This setup can be made more interactive by adding a
display to show some basic information about the Author details
vehicle and also add emergency numbers which can be
used in case of emergency .Upgrading this setup is Gogikar Sandeep
Persuing M.Tech (Embedded Systems) in Farah
very easy which makes it open to future requirements
Institute of Technology, Chevella, R.R. Dist Telangana
without the everything from scratch, which also makes
State, India and Graduated in B.Tech (Electronics and
it more efficient.
Communication Engineering) in 2013 from JNTU
Hyderabad.
BIBILOGRAPHY
[1] Ezell, Barry, "Scenarios One and Two: Source to
Harshavardhan Velagapudi
No 1 PS to No 1 Tank to No 2 PS to No 2 tank (High
Working as Assistant Professor in ECE Dept. in Farah
level) for a Master-Slave SCADA System", SCADA
Institute of Technology, Chevella, R.R. Dist Telangana
Consultants, SCADA Mail List, [email protected]
State, India. Post Graduated in ECE (Embedded
(August 1997).
Systems) M.Tech. from VIGNAN’S UNIVERSITY,
[2] Lambert, Robert, "An Interview in Newport News, Vadlamudi, Guntur, A.P . He Graduated in ECE
Va.", President, Automation, Inc., June 12, 1997. B.Tech. from JNTU kakinada. His research interests
[3] National Security Telecommunications Advisory include Wireless Communications, Embedded
Committee (NSTAC), "Information Assurance Task Systems. He has published 1 research papers in
Force International Conferences, Journals.
Page 1453