International Journal of Research in Advanced Technology - IJORAT
Vol. 1, Issue 2, OCTOBER 2015
All Rights Reserved © 2015 IJORAT Page 1
COMMAND BASED SMART CONTROL
OF THE AMBULANCE SYSTEM
1
Andrew Rayan.T and 2
Beslin Pajila.P.J
Assistant Professor, Department of Information Technology, Francis Xavier Engineering College,Tirunelveli, India1
Assistant Professor, Department of Computer Science, SCAD Engineering College,Tirunelveli, India2
Abstract - This paper proposes with an idea for improving safety and security by
preventing the misuse of ambulance. The misuse of ambulance is prevented by
attaching an android based device or a GPS system in the ambulance. This system helps
in tracking the location of ambulance and to control the mode of ambulance
(Emergency/Normal).The task for the ambulance is assigned from control room /
Authenticated person alone. On time of work assignment the authenticated person from
control room will assign work to a specific ambulance nearer to the accident spot. The
ambulance is assigned with the start and the destination location along with the mode
(Emergency/Normal) so the ambulance can only travel through the specified route. The
ambulance can reach the peak speed if it is in emergency mode. When the ambulance
reaches the destination (Nearest Hospital) it will be automatically switched to normal
mode. And when the ambulance is in normal mode it should not travel above a
threshold speed. Using the GPS system the control room can track the location of the
ambulance with which the all the ambulance will be under the control. The Emergency
mode and the Normal mode will be set by the admin. Based on it the vehicles speed
threshold will be adjusted.
Keyword: GPS- Global Positioning System
I. INTRODUCTION
The aim of system is to create a control
system, which monitor all the ambulance
in a particular area. The control room will
assign a task to a specific ambulance
which is close to the accident zone. This
control room managed by an admin will
allot the start and destination location
along with a mode, either Emergency or
Normal. The control room is also
responsible for allocating the route for
travel. In Emergency mode the ambulance
is allowed to travel at a speed above the
threshold speed and at normal mode the
ambulance is allowed to travel below a
threshold speed. For monitoring the
location of travel by the ambulance a GPS
device is attached to it. This GPS device
will keep on updating the latitude and
longitude position of the moving vehicle.
The updated location will be saved in the
server along with the date and time. Now
with the help of the latitude and longitude
positions the admin can monitor the
location of the vehicles along with it speed
and route through which it travels with the
help of web browser or an android device.
The GPS device can be either GPS or a
GPS enabled smart phone. Fig 1 shows the
simple architecture of the system.
International Journal of Research in Advanced Technology - IJORAT
Vol. 1, Issue 2, OCTOBER 2015
All Rights Reserved © 2015 IJORAT Page 2
Fig 1.1 System Architecture
II. RELATED WORKS
In previous research papers, they deal with
finding the location of the vehicles as well
as finding the route through which the
vehicle travels.This is done by the GPS
device that is fixed in the vehicle.
In 2011, Mohammad A. Al-Khedherthe
[1] published a paper called Hybrid GPS-
GSM Localization of Automobile
Tracking System through which the GPS
device in the vehicle retrieves the location
information from satellites in the form of
latitude and longitude location. The Then
an SMS is sent which contains the position
and then the location is viewed in map in
the desktop or the laptop.The other system
may track the location along with the
moving location but will never give
information about the speed as well as the
pre-defined route through which it has to
pass.
Fig2.1 GSM Localization of Automobile
Tracking System
In 2011, Mohammad A. Al-Khedherthe
[1] published a paper called Hybrid GPS-
GSM Localization of Automobile
Tracking System through which the GPS
device in the vehicle retrieve the location
information from satellites in the form of
latitude and longitude location.The Then
an SMS is sent which contains the position
and then the location is viewed in map in
the desktop or the laptop.The other system
may track the location along with the
moving location but will never give
information about the speed as well as the
pre-defined route through which it has to
pass.
In 2012, Mrs. K.P.Kamble[2] published a
paper called SMART VEHICLE
TRACKING SYSTEM which came up
with the idea of continues tracking of
vehicles location along with the speed.
These coordinates are generally observed
on a computer screen and by using
mapping software through which one can
see the exact position of our vehicle. This
International Journal of Research in Advanced Technology - IJORAT
Vol. 1, Issue 2, OCTOBER 2015
All Rights Reserved © 2015 IJORAT Page 3
idea is user can access the information of a
vehicle based on vehicle’s position, speed
and distance traveled and duration of each
stoppage with a central operating center by
entering the mobile number of user
through mobile phones or websites using
SMS or Internet.
III. PROPOSED SYSTEM
In proposed system we have
provided historic information about route
travelled by using a web based database
storage. It will be specially implemented
for tracking ambulance information like
what is the condition of it now, Where is it
now, Where it is moving.
This paper proposes the idea for
the ambulance to improving safety and
security by preventing the misuse of
ambulance. The misuse of ambulance is
prevented by attaching an android based
device inside the ambulance. This device
will help in tracking the location of
ambulance and to control the mode of
ambulance (Emergency/Normal).
The task for ambulance is assigned
by the control room by the admin who
views and manages the system.
Ambulance agency cannot take work
directly. On time of work assignment the
admin from control room will assign work
to a specified ambulance nearer to the
accident location. The admin assigns the
task to the ambulance which is nearer to
the accident spot. He also assigns the
starting and the destination for the
ambulance along with the mode of travel
either Emergency or Normal. Once the
mode is assigned for the ambulance it is
allowed to travel at the specified speed.
When the ambulance is in Emergency
mode it can reach above the threshold
speed. If it is in normal mode then the
ambulance is not allowed to exceed the
threshold speed. Here all the nodes will
communicate with each other using
internet. All the information is transferred
through a web server hence it will be
saved as record each time. Hence it will be
used for investigation in future.
IV. IMPLEMENTATION
The idea is achieved by GPS enabled
android device which acts as the medium
for communication between the ambulance
and the admin. The device keeps on
updating the location of the ambulance
using the GPS in the android device. Once
the location is found by the android device
it calls the php script to execute. The php
script will in return save the latitude and
the longitude position along with the date
and time it has calculated using the GPS
satellite. This data can then be viewed by
the admin using the web browser.
Fig 4.1 Working principle
The admin, to control the ambulance uses
the command to set the mode as well
assign the task. This is done by admin
using the web browser and executing the
php script to save the data in the server.
The android device in the ambulance will
in return retrieve the commands from the
International Journal of Research in Advanced Technology - IJORAT
Vol. 1, Issue 2, OCTOBER 2015
All Rights Reserved © 2015 IJORAT Page 4
server and sets the mode in its device. The
android device will then set the
microcontroller that directly controls the
speed of the ambulance. This
microcontroller will set the command
either to emergency or to normal mode.
Based on the command send by the
controller the ambulance speed will be set.
Every actions will be monitored by the
admin. Fig 4.1 shows the working
principle of the system.
V. EXPERIMENTAL
RESULTS
Fig 4.2 Tracking of vehicle in admin
side.
Fig 4.2 shows the location by means of
latitude and longitude along with the
address where it is located and the mode
for travel. The map shows the exact
position in which it is travelling with the
help of the latitude and longitude position.
Web browser uses the google maps
application to locate the location.
VI. CONCLUSION
Thus from the above experiment it is
very easy to monitor the location of the
ambulance along with the exact
location and the speed of travel which
is calculated from distance traveled
and the time for travel. This help is
secured use of ambulance and misuse
of it.
REFERENCES
[1] Mrs.K.P.Kamble,”Smart Vehicle
Tracking System”, International Journal
of Distributed and Parallel Systems
(IJDPS) Vol.3, No.4, July 2012
[2] Mohammad A. Al-Khedher”,
Hybrid GPS-GSM Localization of
Automobile Tracking System”,
International Journal of Computer
Science & Information Technology
(IJCSIT) Vol 3, No 6, Dec 2011
[3] Matijevics István , Simon János ,
"Comparison of various wireless sensor
networks and their implementation ",
Proceedings of the Conference SIP 2009,
pp 1-3, Pécs, Hungary, 2009
[4] Gyula Mester, "Improving the
Mobile Robot Control in Unknown
Environments", Proceedings of the
YuINFO 2007, pp. 1-4, Kopaonik, Serbia,
2007.
[5] C. Stauffer and W. E. L. Grimson,
―Adaptive background mixture models
for real-time tracking,‖ in Proc. IEEE
CVPR, 1999, pp. 246–252.4.
International Journal of Research in Advanced Technology - IJORAT
Vol. 1, Issue 2, OCTOBER 2015
All Rights Reserved © 2015 IJORAT Page 5
[6] H. Maaref and C. Barret, "Sensor-
based navigation of a mobile robot in an
indoor environment", in Robotics and
Autonomous Systems, Volume 38, Issue 1,
31 January 2002, pp. 1-18
[7] J. Y. Hao, H. Shen, C. Li, Z.
Xiong, and E. Hussain, ―Vehicle
behaviour understanding based on
movement string,‖ in Proc. 12th Int. IEEE
Conf.Intell. Transp. Syst., 2009, pp. 243–
248.

More Related Content

PDF
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
PDF
Ck35487490
PDF
Driver Alertness On Android With Face And Eye Ball Movements
PDF
An android based advisor system for efficient vehicle driving directions
PDF
Intelligent fatigue detection and automatic vehicle control system
PDF
Mobile Application to Detect Approach of Crisis Vehicle
PDF
IRJET- College Bus Tracking and Notification System
PDF
Heart attack and alcohol detection sensor using internet of things
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
Ck35487490
Driver Alertness On Android With Face And Eye Ball Movements
An android based advisor system for efficient vehicle driving directions
Intelligent fatigue detection and automatic vehicle control system
Mobile Application to Detect Approach of Crisis Vehicle
IRJET- College Bus Tracking and Notification System
Heart attack and alcohol detection sensor using internet of things

What's hot (19)

PDF
Real Time Vehicle Tracking and Automatic Engine Lock System
PDF
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
PDF
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
PDF
Tracking and Recovery of the Vehicle using GPS and GSM
PDF
GPS and GSM based Steered navigation and location tracking device for Visionless
PDF
Can protocol driverless train control system
PDF
IRJET- Driver State Monitoring System and Vehicle Control
PDF
50120130405010
PDF
Advanced Vehicle Tracking system using GSM/GPRS and GPS
PDF
Light Dimmer with Implementation of Data Abstraction While Crashing
PDF
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
PDF
Traffic detection system using android
PDF
1. 10077 12326-1-pb
PDF
Design and Implementation of Portable Belt for Soldiers Using GPS and GSM Modem
PDF
Final report
PDF
IJSRED-V2I1P38
PDF
Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...
PPTX
Auto pilot Mode ppt
Real Time Vehicle Tracking and Automatic Engine Lock System
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
Tracking and Recovery of the Vehicle using GPS and GSM
GPS and GSM based Steered navigation and location tracking device for Visionless
Can protocol driverless train control system
IRJET- Driver State Monitoring System and Vehicle Control
50120130405010
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Light Dimmer with Implementation of Data Abstraction While Crashing
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
Traffic detection system using android
1. 10077 12326-1-pb
Design and Implementation of Portable Belt for Soldiers Using GPS and GSM Modem
Final report
IJSRED-V2I1P38
Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...
Auto pilot Mode ppt
Ad

Viewers also liked (9)

PPT
An Open And Reconfigurable Wireless Sensor Network For Pervasive Health Monit...
PPTX
PPTX
Automatic Vehicle Locator
PPTX
Automated water planting system
PPT
Smart and Connected Transport - A Case Study of Delhi
PPTX
“Securing underwater wireless communication networks” 2
PPTX
Aircraft navigation system
PPTX
wireless sensor network my seminar ppt
An Open And Reconfigurable Wireless Sensor Network For Pervasive Health Monit...
Automatic Vehicle Locator
Automated water planting system
Smart and Connected Transport - A Case Study of Delhi
“Securing underwater wireless communication networks” 2
Aircraft navigation system
wireless sensor network my seminar ppt
Ad

Similar to COMMAND BASED SMART CONTROL OF THE AMBULANCE SYSTEM (20)

PDF
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
PDF
Traffic detection system using android
PDF
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
PDF
Vehicle Tracking System
PDF
Ambulance Assistance For Emergency Services Using GPS Navigation
PPTX
New عرض تقديمي من Microsoft PowerPoint.pptx
PDF
IoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEM
PDF
Feature Selection Method For Single Target Tracking Based On Object Interacti...
PDF
iaetsd Vehicle monitoring and security system
DOC
PDF
IRJET- Intelligent Traffic Control System for Smart Ambulance
PDF
Vehicle Tracking System Using GPS
PDF
Automatic vehicle locator
PDF
OBJECT TRACKING AND RECOGNITION USING GPS
PDF
Gps enabled android application for bus
PDF
TRUCK TRACKING AND ALERTS MONITORING SYSTEM
PDF
11.design and implementation of vehicle tracking system using gps
PDF
Design and implementation of vehicle tracking system using gps
PDF
Vehicle Tracking System For Commercial Vehicles
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
Traffic detection system using android
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
Vehicle Tracking System
Ambulance Assistance For Emergency Services Using GPS Navigation
New عرض تقديمي من Microsoft PowerPoint.pptx
IoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEM
Feature Selection Method For Single Target Tracking Based On Object Interacti...
iaetsd Vehicle monitoring and security system
IRJET- Intelligent Traffic Control System for Smart Ambulance
Vehicle Tracking System Using GPS
Automatic vehicle locator
OBJECT TRACKING AND RECOGNITION USING GPS
Gps enabled android application for bus
TRUCK TRACKING AND ALERTS MONITORING SYSTEM
11.design and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gps
Vehicle Tracking System For Commercial Vehicles

More from Ijorat1 (9)

PDF
ENHANCED CONTROL OF DFIG IN WIND ENERGY CONVERSION SYSTEM
PDF
DESIGN A TRIBOLOGICAL BEHAVIOUR OF PUMP SHAFT USING SHOT PEENING PROCESS
PDF
FINITE ELEMENT SIMULATION OF WELDING IN STEEL PIPES AND PLATES
PDF
OPTIMAL CURRENT REGULATION STRATEGY FOR THREE-PHASE BACK-TOBACK ACTIVE POWER ...
PDF
PERFORMANCE STUDY ON HYBRID GLASS FIBER EPOXY COMPOSITE
PDF
STUDY OF MECHANICAL PROPERTIES AND CHARACTERIZATION OF HYBRID POLYMER MATRIX ...
PDF
THERMAL ANALYSIS OF WELDING IN T-JOINT PLATES USING FINITE ELEMENT ANALYSIS
PDF
An Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
PDF
E-GOVERNANCE OPPURTUNITIES AND CHALLENGES IN INDIA
ENHANCED CONTROL OF DFIG IN WIND ENERGY CONVERSION SYSTEM
DESIGN A TRIBOLOGICAL BEHAVIOUR OF PUMP SHAFT USING SHOT PEENING PROCESS
FINITE ELEMENT SIMULATION OF WELDING IN STEEL PIPES AND PLATES
OPTIMAL CURRENT REGULATION STRATEGY FOR THREE-PHASE BACK-TOBACK ACTIVE POWER ...
PERFORMANCE STUDY ON HYBRID GLASS FIBER EPOXY COMPOSITE
STUDY OF MECHANICAL PROPERTIES AND CHARACTERIZATION OF HYBRID POLYMER MATRIX ...
THERMAL ANALYSIS OF WELDING IN T-JOINT PLATES USING FINITE ELEMENT ANALYSIS
An Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
E-GOVERNANCE OPPURTUNITIES AND CHALLENGES IN INDIA

Recently uploaded (20)

PDF
AIGA 012_04 Cleaning of equipment for oxygen service_reformat Jan 12.pdf
PDF
IAE-V2500 Engine for Airbus Family 319/320
PPTX
Environmental studies, Moudle 3-Environmental Pollution.pptx
PDF
ASPEN PLUS USER GUIDE - PROCESS SIMULATIONS
PPTX
Unit IImachinemachinetoolopeartions.pptx
PPTX
BBOC407 BIOLOGY FOR ENGINEERS (CS) - MODULE 1 PART 1.pptx
PPT
UNIT-I Machine Learning Essentials for 2nd years
PDF
IAE-V2500 Engine Airbus Family A319/320
PPTX
Module1.pptxrjkeieuekwkwoowkemehehehrjrjrj
PPTX
Environmental studies, Moudle 3-Environmental Pollution.pptx
PDF
Beginners-Guide-to-Artificial-Intelligence.pdf
PPTX
CNS - Unit 1 (Introduction To Computer Networks) - PPT (2).pptx
PPTX
WN UNIT-II CH4_MKaruna_BapatlaEngineeringCollege.pptx
PPTX
Software-Development-Life-Cycle-SDLC.pptx
PDF
Project_Mgmt_Institute_-Marc Marc Marc .pdf
PDF
Micro 3 New.ppt.pdf tools the laboratory the method
PDF
Cryptography and Network Security-Module-I.pdf
PDF
electrical machines course file-anna university
PDF
Mechanics of materials week 2 rajeshwari
PDF
Unit1 - AIML Chapter 1 concept and ethics
AIGA 012_04 Cleaning of equipment for oxygen service_reformat Jan 12.pdf
IAE-V2500 Engine for Airbus Family 319/320
Environmental studies, Moudle 3-Environmental Pollution.pptx
ASPEN PLUS USER GUIDE - PROCESS SIMULATIONS
Unit IImachinemachinetoolopeartions.pptx
BBOC407 BIOLOGY FOR ENGINEERS (CS) - MODULE 1 PART 1.pptx
UNIT-I Machine Learning Essentials for 2nd years
IAE-V2500 Engine Airbus Family A319/320
Module1.pptxrjkeieuekwkwoowkemehehehrjrjrj
Environmental studies, Moudle 3-Environmental Pollution.pptx
Beginners-Guide-to-Artificial-Intelligence.pdf
CNS - Unit 1 (Introduction To Computer Networks) - PPT (2).pptx
WN UNIT-II CH4_MKaruna_BapatlaEngineeringCollege.pptx
Software-Development-Life-Cycle-SDLC.pptx
Project_Mgmt_Institute_-Marc Marc Marc .pdf
Micro 3 New.ppt.pdf tools the laboratory the method
Cryptography and Network Security-Module-I.pdf
electrical machines course file-anna university
Mechanics of materials week 2 rajeshwari
Unit1 - AIML Chapter 1 concept and ethics

COMMAND BASED SMART CONTROL OF THE AMBULANCE SYSTEM

  • 1. International Journal of Research in Advanced Technology - IJORAT Vol. 1, Issue 2, OCTOBER 2015 All Rights Reserved © 2015 IJORAT Page 1 COMMAND BASED SMART CONTROL OF THE AMBULANCE SYSTEM 1 Andrew Rayan.T and 2 Beslin Pajila.P.J Assistant Professor, Department of Information Technology, Francis Xavier Engineering College,Tirunelveli, India1 Assistant Professor, Department of Computer Science, SCAD Engineering College,Tirunelveli, India2 Abstract - This paper proposes with an idea for improving safety and security by preventing the misuse of ambulance. The misuse of ambulance is prevented by attaching an android based device or a GPS system in the ambulance. This system helps in tracking the location of ambulance and to control the mode of ambulance (Emergency/Normal).The task for the ambulance is assigned from control room / Authenticated person alone. On time of work assignment the authenticated person from control room will assign work to a specific ambulance nearer to the accident spot. The ambulance is assigned with the start and the destination location along with the mode (Emergency/Normal) so the ambulance can only travel through the specified route. The ambulance can reach the peak speed if it is in emergency mode. When the ambulance reaches the destination (Nearest Hospital) it will be automatically switched to normal mode. And when the ambulance is in normal mode it should not travel above a threshold speed. Using the GPS system the control room can track the location of the ambulance with which the all the ambulance will be under the control. The Emergency mode and the Normal mode will be set by the admin. Based on it the vehicles speed threshold will be adjusted. Keyword: GPS- Global Positioning System I. INTRODUCTION The aim of system is to create a control system, which monitor all the ambulance in a particular area. The control room will assign a task to a specific ambulance which is close to the accident zone. This control room managed by an admin will allot the start and destination location along with a mode, either Emergency or Normal. The control room is also responsible for allocating the route for travel. In Emergency mode the ambulance is allowed to travel at a speed above the threshold speed and at normal mode the ambulance is allowed to travel below a threshold speed. For monitoring the location of travel by the ambulance a GPS device is attached to it. This GPS device will keep on updating the latitude and longitude position of the moving vehicle. The updated location will be saved in the server along with the date and time. Now with the help of the latitude and longitude positions the admin can monitor the location of the vehicles along with it speed and route through which it travels with the help of web browser or an android device. The GPS device can be either GPS or a GPS enabled smart phone. Fig 1 shows the simple architecture of the system.
  • 2. International Journal of Research in Advanced Technology - IJORAT Vol. 1, Issue 2, OCTOBER 2015 All Rights Reserved © 2015 IJORAT Page 2 Fig 1.1 System Architecture II. RELATED WORKS In previous research papers, they deal with finding the location of the vehicles as well as finding the route through which the vehicle travels.This is done by the GPS device that is fixed in the vehicle. In 2011, Mohammad A. Al-Khedherthe [1] published a paper called Hybrid GPS- GSM Localization of Automobile Tracking System through which the GPS device in the vehicle retrieves the location information from satellites in the form of latitude and longitude location. The Then an SMS is sent which contains the position and then the location is viewed in map in the desktop or the laptop.The other system may track the location along with the moving location but will never give information about the speed as well as the pre-defined route through which it has to pass. Fig2.1 GSM Localization of Automobile Tracking System In 2011, Mohammad A. Al-Khedherthe [1] published a paper called Hybrid GPS- GSM Localization of Automobile Tracking System through which the GPS device in the vehicle retrieve the location information from satellites in the form of latitude and longitude location.The Then an SMS is sent which contains the position and then the location is viewed in map in the desktop or the laptop.The other system may track the location along with the moving location but will never give information about the speed as well as the pre-defined route through which it has to pass. In 2012, Mrs. K.P.Kamble[2] published a paper called SMART VEHICLE TRACKING SYSTEM which came up with the idea of continues tracking of vehicles location along with the speed. These coordinates are generally observed on a computer screen and by using mapping software through which one can see the exact position of our vehicle. This
  • 3. International Journal of Research in Advanced Technology - IJORAT Vol. 1, Issue 2, OCTOBER 2015 All Rights Reserved © 2015 IJORAT Page 3 idea is user can access the information of a vehicle based on vehicle’s position, speed and distance traveled and duration of each stoppage with a central operating center by entering the mobile number of user through mobile phones or websites using SMS or Internet. III. PROPOSED SYSTEM In proposed system we have provided historic information about route travelled by using a web based database storage. It will be specially implemented for tracking ambulance information like what is the condition of it now, Where is it now, Where it is moving. This paper proposes the idea for the ambulance to improving safety and security by preventing the misuse of ambulance. The misuse of ambulance is prevented by attaching an android based device inside the ambulance. This device will help in tracking the location of ambulance and to control the mode of ambulance (Emergency/Normal). The task for ambulance is assigned by the control room by the admin who views and manages the system. Ambulance agency cannot take work directly. On time of work assignment the admin from control room will assign work to a specified ambulance nearer to the accident location. The admin assigns the task to the ambulance which is nearer to the accident spot. He also assigns the starting and the destination for the ambulance along with the mode of travel either Emergency or Normal. Once the mode is assigned for the ambulance it is allowed to travel at the specified speed. When the ambulance is in Emergency mode it can reach above the threshold speed. If it is in normal mode then the ambulance is not allowed to exceed the threshold speed. Here all the nodes will communicate with each other using internet. All the information is transferred through a web server hence it will be saved as record each time. Hence it will be used for investigation in future. IV. IMPLEMENTATION The idea is achieved by GPS enabled android device which acts as the medium for communication between the ambulance and the admin. The device keeps on updating the location of the ambulance using the GPS in the android device. Once the location is found by the android device it calls the php script to execute. The php script will in return save the latitude and the longitude position along with the date and time it has calculated using the GPS satellite. This data can then be viewed by the admin using the web browser. Fig 4.1 Working principle The admin, to control the ambulance uses the command to set the mode as well assign the task. This is done by admin using the web browser and executing the php script to save the data in the server. The android device in the ambulance will in return retrieve the commands from the
  • 4. International Journal of Research in Advanced Technology - IJORAT Vol. 1, Issue 2, OCTOBER 2015 All Rights Reserved © 2015 IJORAT Page 4 server and sets the mode in its device. The android device will then set the microcontroller that directly controls the speed of the ambulance. This microcontroller will set the command either to emergency or to normal mode. Based on the command send by the controller the ambulance speed will be set. Every actions will be monitored by the admin. Fig 4.1 shows the working principle of the system. V. EXPERIMENTAL RESULTS Fig 4.2 Tracking of vehicle in admin side. Fig 4.2 shows the location by means of latitude and longitude along with the address where it is located and the mode for travel. The map shows the exact position in which it is travelling with the help of the latitude and longitude position. Web browser uses the google maps application to locate the location. VI. CONCLUSION Thus from the above experiment it is very easy to monitor the location of the ambulance along with the exact location and the speed of travel which is calculated from distance traveled and the time for travel. This help is secured use of ambulance and misuse of it. REFERENCES [1] Mrs.K.P.Kamble,”Smart Vehicle Tracking System”, International Journal of Distributed and Parallel Systems (IJDPS) Vol.3, No.4, July 2012 [2] Mohammad A. Al-Khedher”, Hybrid GPS-GSM Localization of Automobile Tracking System”, International Journal of Computer Science & Information Technology (IJCSIT) Vol 3, No 6, Dec 2011 [3] Matijevics István , Simon János , "Comparison of various wireless sensor networks and their implementation ", Proceedings of the Conference SIP 2009, pp 1-3, Pécs, Hungary, 2009 [4] Gyula Mester, "Improving the Mobile Robot Control in Unknown Environments", Proceedings of the YuINFO 2007, pp. 1-4, Kopaonik, Serbia, 2007. [5] C. Stauffer and W. E. L. Grimson, ―Adaptive background mixture models for real-time tracking,‖ in Proc. IEEE CVPR, 1999, pp. 246–252.4.
  • 5. International Journal of Research in Advanced Technology - IJORAT Vol. 1, Issue 2, OCTOBER 2015 All Rights Reserved © 2015 IJORAT Page 5 [6] H. Maaref and C. Barret, "Sensor- based navigation of a mobile robot in an indoor environment", in Robotics and Autonomous Systems, Volume 38, Issue 1, 31 January 2002, pp. 1-18 [7] J. Y. Hao, H. Shen, C. Li, Z. Xiong, and E. Hussain, ―Vehicle behaviour understanding based on movement string,‖ in Proc. 12th Int. IEEE Conf.Intell. Transp. Syst., 2009, pp. 243– 248.