Design of Automatic Accident Response System and Traffic Signal Control at Intersection

Size: px
Start display at page:

Download "Design of Automatic Accident Response System and Traffic Signal Control at Intersection"

Transcription

1 Design of Automatic Accident Response System and Traffic Signal Control at Intersection Nakul Parashar, Preet Jain Electronics and Communication Dept, Shri Vaishnav Institute of Technology and Science, Indore, India Abstract: Fast response is very necessary when an accident takes place, due to increased traffic in cities it is very important that nearest hospital should be notified along with exact location of accident so that hospital can provide fast and efficient response. It is of utmost importance to reduce reaction time for accident, as well as time required to get the injured and bring them back to hospital. This paper presents a system which can find nearest hospital from the location of accident; notify them exact location of accident site, display shortest route on web browser and turn the red traffic signal light green when ambulance is nearing the intersection. The designed system requires vehicles to be installed with a unit which can provide coordinates at the time of accident. Keywords: Google Maps API, GPS, GSM/GPRS, Wi-Fi, Server, Accidents, Ambulance. I. INTRODUCTION The population in cities is increasing and so are the vehicles. With growing vehicles the accidents are also increasing. The ministry of road transport and highways reports [1] 4, 86,476 accidents in 2013 in which 1, 37,572 people have died. 16 people die every 3.7 minutes which means 390 deaths every day. In order to reduce this toll fast response should be provided to injure. The response time becomes very large when hospitals has no or incorrect information regarding the location of accident or the information misinterpreted or passed to hospital which is far from accident. Highway authorities have to rely on information provided by witnesses and passersby which is often incomplete. To worsen the situation traffic signals with cluttered vehicles, damaged roads, small roads increase the time required by ambulance to reach accident location and head back to hospital. Consider a situation where an ambulance is waiting in long queue for green signal and there is not one signal but there could be many signals in the path which can force the ambulance to stop and thereby increase the total time required to provide assistance to victims and take them back to hospital. This paper introduces a server based system AARS (Automatic Accident Response System) which can noticeably reduce reaction time and response in road accident scenario. The AARS can automatically detect accidents, provided that vehicles should have a unit installed which can provide the location in the form of latitude and longitudes to server at the time of accident, or a Smartphone can also be used to do this. The AARS is capable to find the nearest hospital and supply that hospital the location of the accident via or SMS to reduce notification time. It can also provide shortest route to accident location using Google Map API for ambulance operator. With the use of GPS receiver and GPRS it can monitor ambulance of interest. AARS calculates the distance of ambulance from traffic signals in its path and if the ambulance is nearing the intersection traffic signal at that intersection can be turned green to provide seamless path to ambulance to and fro. This can be modified to create green corridor automatically. Traffic signal are connected to server using Wi-Fi and work on interrupt provided by server. Automatic system aims to save human lives and reduce human efforts. The paper is structured as follows. Section II presents similar research in this area. Section III describes the system architecture. Section IV describes AARS Section V gives hardware description of ambulance unit and traffic signal. In section VI paper is concluded and future refinements are discussed in section VII. II. LITERATURE SURVEY The traffic system and emergency response is the field of ongoing research. Similar projects which deals with minimizing reaction time at emergency situations like accidents and as a replacement to conventional approach to notify hospital and also to reduce time required by emergency vehicles are discussed here. Various sensors and algorithms are used to provide real time data about the traffic. To deal with the problem of cluttered vehicles at intersection [3] a traffic monitoring system is developed. This system uses cameras at intersection which by application of markov random field algorithm can determine occlusion situation of vehicles, this method mainly focus on intersection because at intersection it is difficult to track cluttered vehicles. The system basically monitors traffic flow at intersection. A software platform to handle all type of emergencies is designed [4] which has some similarities to e-notify system [6], system automatically generates plan and provide a mean to display the scene using GIS to traffic operator who also has access to resource management and can manages resources. Scene information system can efficiently display emergency situation. The software 10

2 ACCIDENT International Journal of Electrical Electronics & Computer Science Engineering platform is very efficient to reduce response time in emergency situation. In emergency situations to reduce time it is necessary that emergency vehicle will try to avoid high traffic roads and safely navigate through intersection. Taking these two points into consideration a routing system is developed [5]. A data collection unit using RTCU-Mx2i [10] is used for emergency vehicles and traffic lights. A routing algorithm is developed which uses neural network to update real time traffic data along with the control of traffic light. To reduce significant response time e-notify system is implemented using vehicular networks (V2V) or VANET (Vehicular Ad hoc NETworks) [6] this system is able to detect accidents. In the proposed system every vehicle should have On Board Unit (OBU), which can detect the impact by collecting information from sensors of vehicle and sends warning message to control centre. This system can effectively reduce the response time of emergency services by fast detection of traffic accidents. This system is similar to our designed system which also includes the capability of traffic light control similar to learning routing system to further reduce time. Traffic light plays a role to provide fast response to emergency situations, traffic lights use timers and are not meant to handle emergency situation. In Kuwait flexible and reprogrammable traffic light system is implemented [7]. The system is referred to as Emergency Traffic Light (ETL). The ETL use RF communication which is divided into two parts sender and receiver, the sender unit is manually operated by ambulance driver. III. SYSTEM ARCHITECTURE Figure 1 shows the general architecture of the designed system. Server is the main controlling unit which detects the happening of accident. It is connected to ambulance unit which is a GPS receiver connected to GPRS modem used to send real time location of ambulance, it is also connected to traffic signals of the city using Wi-Fi and interrupt a particular traffic signal which is in vicinity to ambulance and make it green. The purpose of the system is threefold. 1. Sort through database to find nearest hospital from accident site and notify that hospital the exact location of accident. 2. Show graphically shortest route to accident location which can be accessed by anyone. 3. Track the ambulance to accident site and then to hospital and clear red traffic signal in its path. Figure1. System Architecture The vehicle should have the means to communicate with the server using GSM or any other way other than that Smartphone can also be used to communicate with server to provide coordinates of accident location. Server (AARS) in this system is the controller which is connected to traffic signal and connected to various real time databases. AARS can run automatically on any Linux or window based system and even ambulance operator can see shortest route as well as real time location on their Smartphone by entering relevant URL. System also uses an ambulance unit which is used to update its location frequently on the server to track the ambulance. Traffic controller is connected to AARS via Wi-Fi enabled device and AARS has full control over traffic signal. IV. AARS AARS gets the information about accident location in the form of latitude and longitude. It is assumed that vehicle has the means to update the database at the time of accident, any type of IoT device or Smartphone with GPS receiver can be used. Figure 2 shows the functional block diagram of the AARS. ACCIDENT LOCATION AARS NEAREST HOSPITA Figure 2. Functional Diagram of Server WEB BROWSE R Traffic Signal 11

3 It is the main controlling unit hence handles all the events. It frequently checks the database for new location. When it gets a location it searches the entire database of hospitals to find the nearest hospital and display the shortest possible route along with informing the hospital exact location of accident site. The calculation and visualization is done using Google Maps API [2] works on JavaScript to embed in web page. The shortest route can be viewed by ambulance operator. An or SMS is used to supply necessary information to hospital. From the beginning our main focus is on reducing time, the process of finding nearest route and forwarding message to hospital takes approximately 5 seconds. Once the hospital gets information they can dispatch ambulance to accident site. Figure 3. When Accident Detected Figure 3 shows the output form AARS after the accident is detected, once the accident detected it creates another instance automatically and waits for accidental information to occur. It acts as background process after accident detected and checks for location at fixed interval. Figure 4 shows the response of the server after notifying nearest hospital, it is the shortest path to accident site including address of location and time to reach, opens after 5 seconds which is sufficient for Google servers to respond with shortest distance, route and address of accident location and hospital. It is like a foreground process launched by server to track the ambulance and control traffic lights. Tracking ambulance up to hospital is a lengthy process and system should be able to respond to multiple accidents hence another instance is created as a foreground process. The output can be viewed on web browser. So a background page which is the page which detects accidents can launch many foreground instances to track many ambulances and control various traffic lights. Markers are used to show accident location, nearest hospital and traffic signal. It can be used by ambulance operator to navigate to accident site. The accident location can also fed manually in order to make green corridor. A unit on ambulance is used to provide frequent location update to database and AARS uses this database to display and track position of ambulance. Figure 5 shows the real time tracking of ambulance by a red marker on the map and it gets updated according to ambulance s movement. AJAX is used here to stop automatic reloading of page with each new location of ambulance. The final job for the AARS is to preempt obstruction in the path of ambulance at intersections. Figure 4. Response of Server After Finding Nearest Hospital 12 Figure 5. Real Time Tracking of Ambulance A red signal means ambulance has to stop and wait in long queue on accumulated vehicles. AARS takes control over the traffic signal which is in the vicinity to ambulance. AARS calculates distance between all the traffic signals and sends an interrupt signal with the direction of the path to be cleared to that signal which has the distance less than 200 meters or more from ambulance to provide

4 From server To server International Journal of Electrical Electronics & Computer Science Engineering sufficient time for long queue of cluttered vehicles to clear the intersection. Figure 6 shows the response when ambulance reaches to traffic signal, at this instant server sends interrupt signal to traffic signal along with which signal to be cleared NS or EW. Fig.6 Ambulance Nearing Traffic Signal V. HARDWARE SYSTEM Along with AARS hardware units are required at each traffic signal and on board each ambulance. Unit on board the ambulance is a simple GPS receiver interfaced with GPRS modem using a controller to transmit its location to server frequently. Traffic signals are preprogrammed using controller and connected to AARS using Wi-Fi. A. Ambulance Unit: The system requires a unit on all the ambulance to send their location to server. Hospital s work is finished after dispatching ambulance, once the ambulance start heading towards accident site it needs to reach as fast as possible to the site. It is highly improbable that roads are empty also every traffic signal ambulance encounter would be green and it is highly likely that it has to wait for signal to be green. Main focus of this project is to reduce time to save victims, the reaction time that is time to inform hospital is reduced to maximum of 5 seconds, reduction in time required for operation of ambulance is only possible by controlling traffic lights in the vicinity of ambulance and for that it is necessary to know real time location of ambulance which is possible only when ambulance has some means to send its location, since Wi-Fi is not available everywhere in the present working region GSM is the only possible mean to communicate with server. Figure 7 shows the block diagram of ambulance unit. A unit on board ambulance uses a GSM/GPRS modem. Sim900 is used for this purpose. A GPS receiver L80 is used to receive latitude and longitude of ambulance. Both the GPS and GSM are controlled by a microcontroller unit which first gets latitude and longitudes from GPS and then fed them to GSM which transmits them to server where they can be used to calculate distance from signals. B. Traffic Signal: Traffic signals have fixed location and it is possible to have Wi-Fi connectivity around it, GSM could be used but the cheaper alternative is using any Wi-Fi enabled IoT device. Traffic signal contains Wi-Fi enabled ESP F [9] it has Tensilica xtensa LX106 core which is used for IoT applications. Traffic controller uses 8051 family based microcontroller AT89C2051.Microcontroller is used to perform foreground operation of traffic control. Green, red and yellow LEDs are connected to ports for controlling North-south and East-west traffic. Figure 8 shows block diagram of traffic controller. Traffic Lights Sim900A GSM/GPRS modem Figure 7. Ambulance Unit Microcontroller unit L80 GPS receiver ESP F Wi-Fi Module AT89C2051 for Traffic Control Figure 8. Block Diagram of Traffic Control Normal traffic control works in foreground while Wi-Fi module is used in background to interrupt the microcontroller. Traffic signal when turn on provide its IP address and coordinates to server, then start executing preprogrammed instructions and Wi-Fi module is set in listener mode. AARS uses coordinates to calculate its 13

5 distance with ambulance s real time location. When server needs to interrupt the traffic signal which is nearer to ambulance it sends a signal to Wi-Fi device along with the direction NS or EW which is to be cleared and keep the green light on for a predefined time to completely clear the intersection. Wi-Fi device is based on NodeMCU firmware which is an open source platform that uses LUA scripting language. VI. 14 CONCLUSION AND RESULTS The main objective of this project is to minimize time required by emergency vehicles to respond to accidents. Right now hospitals gets information by witnesses and passersby and ambulance can be called by helpline number [8]. Comparing with the first scenario reaction time is large which is reduced to 5 seconds and can be reduced more since it is fully based on internet speed and connectivity. Now in second case ambulance has to wait at traffic signal unless any traffic police personnel are there to clear the traffic which is a time consuming process. Using the AARS traffic lights are controlled automatically which minimize the time spent at intersection. Like the e-notify system [6] this system can automatically gets accident location provided that vehicle should have an On Board Unit installed also V2V or V2I networks can be used to provide location information to database, traffic lights when connected to local area network can reduce response time significantly so there is no need for RF communication [7] GPS unit in ambulance can automatically provide its location time to time for real time tracking so driver doesn t have to do anything. The driver can also view shortest route on web browser in a Smartphone. Google Maps [2] provide almost accurate results and maps are updated frequently so there is no need for any major change in algorithm, also no operator support means it can run 24*7 without any operational and maintenance cost. It can also control traffic signals without any automatic accident detection to make green corridor hence it is a cheaper and effortless alternative to green corridor by manually feeding location to airport or another hospital. Traffic signal unit ESP8266 [9] is cheaper and can be used at large scale. VII. FUTURE WORK Web based system is an efficient way to provide fast response and automation. This system can be modified to keep track of locations of ambulances and can be used to directly inform ambulance instead of hospital to further reduce time as a replacement of 108 emergency services. Smartphone application can be built to show shortest route automatically removing the process of manually feeding URL to web browser. Along with accidents more emergency services can be added like fire or police assistance. VIII. REFERENCES [1] Road Accidents in India 2013 Government Of India, Ministry Of Road Transport & Highways Transport Research Wing New Delhi [2] Google Maps JavaScript API available at avascript/ [3] Kamijo, S.; Matsushita, Y.; Ikeuchi, K.; Sakauchi, M., "Traffic monitoring and accident detection at intersections," in Intelligent Transportation Systems, IEEE Transactions on, vol.1, no.2, pp , Jun 2000 [4] Guolin Wang; Deyun Xiao; Gu, J., "Design and implementation on software platform of emergency management system for traffic incidents," in Electrical and Computer Engineering, CCECE Canadian Conference on, vol., no., pp , 4-7 May 2008 [5] Vlad, R.C.; Morel, C.; Morel, J.Y.; Vlad, S., "A learning real-time routing system for emergency vehicles," in Automation, Quality and Testing, Robotics, AQTR IEEE International Conference on, vol.3, no., pp , May 2008 [6] Fogue, M.; Garrido, P.; Martinez, F.J.; Cano, J.-C.; Calafate, C.T.; Manzoni, P.; Sanchez, M., "Prototyping an automatic notification scheme for traffic accidents in vehicular networks," in Wireless Days (WD), 2011 IFIP, vol., no., pp.1-5, Oct [7] Nasser Al-Ostath, Zainab Al-Roudhan, Fatma Selityn, Mohammed El-abd, implementation of an emergency vehicle to traffic lights communication system [8] [9] [10] Logic IO, Documentation of the RTCU unit, available at

Automatic Accident Detection and Intelligent Navigation System [1] Akshatha.V, [2] K.Nirmala Kumari

Automatic Accident Detection and Intelligent Navigation System [1] Akshatha.V, [2] K.Nirmala Kumari Automatic Accident Detection and Intelligent Navigation System [1] Akshatha.V, [2] K.Nirmala Kumari [1] PG Student, BIT Bengaluru, [2] Associate Professor Dept. of Electronics and Communication, BIT,Bengaluru

More information

Intelligent Bus Tracking and Implementation in FPGA

Intelligent Bus Tracking and Implementation in FPGA Intelligent Bus Tracking and Implementation in FPGA D.Gowtham 1,M.Deepan 1,N.Mohamad Arsathdeen 1,N.Mithun Mano Ranjith 1,Mrs.A.K.Kavitha 2 1.B.E(student) Final year, Electronics and Communication Engineering

More information

Intelligent Accident Detection System

Intelligent Accident Detection System GRD Journals Global Research and Development Journal for Engineering National Conference on Emerging Research Trend in Electrical and Electronics Engineering (ERTEE-2018) March 2018 e-issn: 2455-5703 Intelligent

More information

AMBULANCE TRACKING AND ALTERNATE ROUTING

AMBULANCE TRACKING AND ALTERNATE ROUTING AMBULANCE TRACKING AND ALTERNATE ROUTING E.Abinaya 1, M.Arul Kumar 2, N.Abinaiya 3, RA.Saraswathi 4 1,2 PG student / VLSI Design, SNS College of Technology, Coimbatore, (India) 3 PG student / Communication

More information

Luxurious Transporting System

Luxurious Transporting System Luxurious Transporting System R. Venkatesh rentalavenkatesh@gmail.com Abstract In today s world the accident prone countries are more. Among those countries INDIA ranks first. There are three accidents

More information

Development of a Real Time Trains Monitoring System:Case Study of Tanzania Zambia Railway Authority

Development of a Real Time Trains Monitoring System:Case Study of Tanzania Zambia Railway Authority ZAMBIA INFORMATION COMMUNICATION TECHNOLOGY (ICT) JOURNAL Volume 1 (Issue 1) (2017) Pages 25-29 Development of a Real Time Trains Monitoring System:Case Study of Tanzania Zambia Railway Authority Prof.

More information

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM Supriya 1, Ajayakumar Gooli 2, Harshitha.R 3, Harshitha S 4, Dilip Chandra E 5 12345 Electronics and Communication Engineering,

More information

SMS Based Kids Tracking and Safety System by Using RFID and GSM

SMS Based Kids Tracking and Safety System by Using RFID and GSM SMS Based Kids Tracking and Safety System by Using RFID and GSM Nitin Shyam1 (nitinshyam109@gmail.com), Narendra Kumar2 (nkkumarnarendra27@ gmail.com), Maya Shashi3 (aj.kumar29stm@gmail.com), Devesh Kumar4

More information

Accident prevention and detection using internet of Things (IOT)

Accident prevention and detection using internet of Things (IOT) ISSN:2348-2079 Volume-6 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Accident prevention and detection using internet of Things (IOT) INSTITUTE OF

More information

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn Increasing Broadcast Reliability for Vehicular Ad Hoc Networks Nathan Balon and Jinhua Guo University of Michigan - Dearborn I n t r o d u c t i o n General Information on VANETs Background on 802.11 Background

More information

Primer on GPS Operations

Primer on GPS Operations MP Rugged Wireless Modem Primer on GPS Operations 2130313 Rev 1.0 Cover illustration by Emma Jantz-Lee (age 11). An Introduction to GPS This primer is intended to provide the foundation for understanding

More information

Vehicle accident messenger system

Vehicle accident messenger system Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 7 (2017) pp. 1981-1987 Research India Publications http://www.ripublication.com Vehicle accident messenger system Dr.

More information

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE Int. J. Chem. Sci.: 14(4), 2016, 3107-3112 ISSN 0972-768X www.sadgurupublications.com ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE R. SURSHKUMAR *, R. BALAJI, G. MANIKANDAN

More information

Real Time Traffic Light Control System Using Image Processing

Real Time Traffic Light Control System Using Image Processing Real Time Traffic Light Control System Using Image Processing Darshan J #1, Siddhesh L. #2, Hitesh B. #3, Pratik S.#4 Department of Electronics and Telecommunications Student of KC College Of Engineering

More information

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction The infantry soldier of tomorrow promises to be one of the most technologically advanced modern warfare has ever seen. Around

More information

International Journal of Scientific & Engineering Research Volume 8, Issue 7, July-2017 ISSN

International Journal of Scientific & Engineering Research Volume 8, Issue 7, July-2017 ISSN 243 AUTOMATIC SPEED CONTROL OF VEHICLES IN SPEED LIMIT ZONES USING RF AND GSM Mrs.S.Saranya M.E., Assistant Professor Department of Electronics and Communication engineering Sri Ramakrishna Engineering

More information

WHITE PAPER Saving Lives with Intelligent In-Vehicle Systems

WHITE PAPER Saving Lives with Intelligent In-Vehicle Systems WHITE PAPER Saving Lives with Intelligent In-Vehicle Systems For more information, please visit: 2012 IEIMobile Approximately 1.2 million people die from traffic injuries and accidents each year. It has

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

Web of Things for Connected Vehicles. Soumya Kanti Datta Communication Systems Department

Web of Things for Connected Vehicles. Soumya Kanti Datta Communication Systems Department Web of Things for Connected Vehicles Soumya Kanti Datta Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Web of Things (WoT) Architecture & Components Prototyping

More information

An implementation for efficient 8 two way traffic signal system for pedestrian and ambulance along with violation detection

An implementation for efficient 8 two way traffic signal system for pedestrian and ambulance along with violation detection An implementation for efficient 8 two way traffic signal system for pedestrian and ambulance along with violation detection Riya Paul 1, Mrs. Amrutha Benny 2, Dr. Vince Paul 3 1 (M.tech student, Sahrdaya

More information

Accident Sensor with Google Map Locator

Accident Sensor with Google Map Locator IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Accident Sensor with Google Map Locator Steffie Tom Keval Velip Aparna

More information

ISSN Vol.05, Issue.07, July-2017, Pages:

ISSN Vol.05, Issue.07, July-2017, Pages: ISSN 2322-0929 Vol.05, Issue.07, July-2017, Pages:0657-0661 www.ijvdcs.org An Advanced Traffic Light Controller using Verilog HDL T. BALA OBULA REDDY 1, V. SOWMYA 2 1 PG Scholar, Dept of ECE(VLSI), SRIT,

More information

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology Final Proposal Team #2 Gordie Stein Matt Gottshall Jacob Donofrio Andrew Kling Facilitator: Michael Shanblatt Sponsor:

More information

ENLC: Embedded Based Vehicle Navigation and Lane Change Assistance System

ENLC: Embedded Based Vehicle Navigation and Lane Change Assistance System Vol.8/No.2 (2016) INTERNETWORKING INDONESIA JOURNAL 3 ENLC: Embedded Based Vehicle Navigation and Lane Change Assistance System Yash Agarwal, Student Member, IEEE, Kritika Jain and Jitendra Joshi Abstract--

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System Vol:5, :6, 20 A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang International Science Index, Computer and Information Engineering Vol:5, :6,

More information

Wireless Black Box Using MEMs Accelerometer And GPS Tracking For Accidental Monitoring Of Vehicles

Wireless Black Box Using MEMs Accelerometer And GPS Tracking For Accidental Monitoring Of Vehicles Wireless Black Box Using MEMs Accelerometer And GPS Tracking For Accidental Monitoring Of Vehicles Abinaya.V, Dhana sekar.a, Hari prasaath.r, Kavitha.R, Dinesh kumar.m Department of ECE, Knowledge Institute

More information

City of Surrey Adaptive Signal Control Pilot Project

City of Surrey Adaptive Signal Control Pilot Project City of Surrey Adaptive Signal Control Pilot Project ITS Canada Annual Conference and General Meeting May 29 th, 2013 1 2 ASCT Pilot Project Background ASCT Pilot Project Background 25 Major Traffic Corridors

More information

A Survey on Smart City using IoT (Internet of Things)

A Survey on Smart City using IoT (Internet of Things) A Survey on Smart City using IoT (Internet of Things) Akshay Kadam 1, Vineet Ovhal 2, Anita Paradhi 3, Kunal Dhage 4 U.G. Student, Department of Computer Engineering, SKNCOE, Pune, Maharashtra, India 1234

More information

SMART VEHICLE COLLISION DETECTION AND SOS SERVICE

SMART VEHICLE COLLISION DETECTION AND SOS SERVICE Volume 116 No. 12 2017, 137-145 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v116i12.15 ijpam.eu SMART VEHICLE COLLISION DETECTION AND

More information

/17/$ IEEE 1,184

/17/$ IEEE 1,184 IEEE PEDS 2017, Honolulu, USA 12 15 December 2017 IoT-Based Traction Motor Drive Condition Monitoring in Electric Vehicles: Part 1 Jakkrit Kunthong 1, Tirasak Sapaklom 1, Mongkol Konghirun 1, Cherdchai

More information

BUS TRACKING AND MONITORING SYSTEM BY USING IoT

BUS TRACKING AND MONITORING SYSTEM BY USING IoT BUS TRACKING AND MONITORING SYSTEM BY USING IoT Dheepika.D #1, Gunasundari.P #2, Rubitha.B #3 Santhoshkumar.M #4 1,2,3 UG scholar, Dept.of EEE, 4 Asst. Prof. Dept. Of EEE 1-dheenanmadheswari@gmail.com,

More information

ARTIFICIAL INTELLIGENCE BASED SELF PROTECTION DEVICE FOR WOMEN PROJECT REFERENCE NO: 38S0037

ARTIFICIAL INTELLIGENCE BASED SELF PROTECTION DEVICE FOR WOMEN PROJECT REFERENCE NO: 38S0037 ARTIFICIAL INTELLIGENCE BASED SELF PROTECTION DEVICE FOR WOMEN PROJECT REFERENCE NO: 38S0037 COLLEGE : EAST POINT COLLEGE OF ENGINEERING AND TECHNOLOGY, BENGALURU BRANCH : MECHANICAL ENGINEERING GUIDE

More information

Intelligent Traffic Light Controller

Intelligent Traffic Light Controller International Journal of Emerging Engineering Research and Technology Volume 3, Issue 3, March 2015, PP 38-50 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) ABSTRACT Intelligent Traffic Light Controller

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

More information

International Journal of Advance Engineering and Research Development ADVANCED NAVIGATOR AND MONITORING SYSTEM FOR FISHERMAN

International Journal of Advance Engineering and Research Development ADVANCED NAVIGATOR AND MONITORING SYSTEM FOR FISHERMAN Scientific Journal of Impact Factor(SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 3,Issue 3, March -2016 e-issn(o): 2348-4470 p-issn(p): 2348-6406 ADVANCED NAVIGATOR

More information

Technologies that will make a difference for Canadian Law Enforcement

Technologies that will make a difference for Canadian Law Enforcement The Future Of Public Safety In Smart Cities Technologies that will make a difference for Canadian Law Enforcement The car is several meters away, with only the passenger s side visible to the naked eye,

More information

Intelligent Traffic Signal Control System Using Embedded System

Intelligent Traffic Signal Control System Using Embedded System Intelligent Traffic Signal Control System Using Embedded System Dinesh Rotake 1* Prof. Swapnili Karmore 2 1. Department of Electronics Engineering, G. H. Raisoni College of Engineering, Nagpur 2. Department

More information

Adaptive Technique to Improve Highway Safety Using WMDP in Vanet

Adaptive Technique to Improve Highway Safety Using WMDP in Vanet Adaptive Technique to Improve Highway Safety Using WMDP in Vanet R.Gopi 1, Dr.A.Rajesh 2 Research Scholar, Department of CSE, St Peter s University, Chennai, India 1 Professor & Head, Dept. of CSE, C.Abdul

More information

USER MANUAL TOLL INFORMATION SYSTEM (FEBRUARY 2017)

USER MANUAL TOLL INFORMATION SYSTEM (FEBRUARY 2017) USER MANUAL TOLL INFORMATION SYSTEM (FEBRUARY 2017) Table of Contents Chapter-1 Introduction... 3 1.1 About Manual... 3 1.2 Abbreviations... 3 Chapter-2 User Guide-TIS... 4 2.1 Home Page... 4 2.2 Toll

More information

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1 Qosmotec Software Solutions GmbH Technical Overview QPER C2X - Page 1 TABLE OF CONTENTS 0 DOCUMENT CONTROL...3 0.1 Imprint...3 0.2 Document Description...3 1 SYSTEM DESCRIPTION...4 1.1 General Concept...4

More information

A Smart Traffic Management System using the Spatio-Temporal Relationships for an Emergency Vehicle

A Smart Traffic Management System using the Spatio-Temporal Relationships for an Emergency Vehicle International Journal of Advanced Research in ISSN : 2347-8446 (Online) A Smart Traffic Management System using the Spatio-Temporal Relationships for an Emergency Vehicle I K.Udhayakumar, II S.V.Manisekaran,

More information

Density Based Traffic Control with Emergency Override

Density Based Traffic Control with Emergency Override National conference on Engineering Innovations and Solutions (NCEIS 2018) International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume

More information

Innovative Congestion Control for Ambulance Using IOT

Innovative Congestion Control for Ambulance Using IOT Innovative Congestion Control for Ambulance Using IOT Kasukurthy Uday Bhanu Achanala Puneeth Krishna Suganthi Brindha.G SRM University, Chennai. SRM University, Chennai. Asst.Professor, SRM University,

More information

Automated Driving Car Using Image Processing

Automated Driving Car Using Image Processing Automated Driving Car Using Image Processing Shrey Shah 1, Debjyoti Das Adhikary 2, Ashish Maheta 3 Abstract: In day to day life many car accidents occur due to lack of concentration as well as lack of

More information

Study on Intelligent Automatic Vehicle Accident Prevention and Detection System

Study on Intelligent Automatic Vehicle Accident Prevention and Detection System Study on Intelligent Automatic Vehicle Accident Prevention and Detection System Monika S. Tayde 1, Aruna P. Phatale 2 PG Student, Dept. of Electronics Engineering, M.G.M s Jawaharlal Nehru Engineering

More information

Keywords- Fuzzy Logic, Fuzzy Variables, Traffic Control, Membership Functions and Fuzzy Rule Base.

Keywords- Fuzzy Logic, Fuzzy Variables, Traffic Control, Membership Functions and Fuzzy Rule Base. Volume 6, Issue 12, December 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Fuzzy Logic

More information

Connected Car Networking

Connected Car Networking Connected Car Networking Teng Yang, Francis Wolff and Christos Papachristou Electrical Engineering and Computer Science Case Western Reserve University Cleveland, Ohio Outline Motivation Connected Car

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

Determination of Nearest Emergency Service Office using Haversine Formula Based on Android Platform

Determination of Nearest Emergency Service Office using Haversine Formula Based on Android Platform EMITTER International Journal of Engineering Technology Vol. 5, No., December 017 ISSN: 443-1168 Determination of Nearest Emergency Service Office using Haversine Formula Based on Android Platform M.Basyir

More information

ACCIDENT DETECTION AND MESSAGING SYSTEM USING GPS AND GSM TECHNIQUES

ACCIDENT DETECTION AND MESSAGING SYSTEM USING GPS AND GSM TECHNIQUES ACCIDENT DETECTION AND MESSAGING SYSTEM USING GPS AND GSM TECHNIQUES Sukhdeep Kaur Bhatia 1, Shivangi Goel 2 Ravneet Kaur 3, Vansh Srivastava 4 1,2,3,4 JSS Academy of Technical Education, Noida (India)

More information

Controlling Robot through SMS with Acknowledging facility

Controlling Robot through SMS with Acknowledging facility IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. III (May Jun. 2014), PP 65-69 Controlling Robot through SMS with Acknowledging

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

Research Article Special Issue

Research Article Special Issue Journal of Fundamental and Applied Sciences ISSN 1112-9867 Research Article Special Issue Available online at http://www.jfas.info THE DEVELOPMENT OF MONITORING SYSTEM FOR STREET LIGHT BASED ON INTERNET-OF-THINGS

More information

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM KIRAN DILIP DESAI 1, RAMCHANDRA P.HASABE 2 Electrical Engg.Department, Walchand College of Engg., Sangli.

More information

DESIGN OF VEHICLE ACTUATED SIGNAL FOR A MAJOR CORRIDOR IN CHENNAI USING SIMULATION

DESIGN OF VEHICLE ACTUATED SIGNAL FOR A MAJOR CORRIDOR IN CHENNAI USING SIMULATION DESIGN OF VEHICLE ACTUATED SIGNAL FOR A MAJOR CORRIDOR IN CHENNAI USING SIMULATION Presented by, R.NITHYANANTHAN S. KALAANIDHI Authors S.NITHYA R.NITHYANANTHAN D.SENTHURKUMAR K.GUNASEKARAN Introduction

More information

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 119 No. 1 2018, 88-891 ISSN: 1314-339 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ 6 ACCIDENT DETECTION AND ALERTING SYSTEM USING GPS & GSM Ajith Kumar.A 1,Jaganivasan.V

More information

GSM/GPRS Based Vehicle Tracking System and Speed Detection with Toll Collection

GSM/GPRS Based Vehicle Tracking System and Speed Detection with Toll Collection Volume 4, No. 6, May 2013 (Special Issue) International Journal of Advanced Research in Computer Science REVIEW ARTICAL Available Online at www.ijarcs.info GSM/GPRS Based Vehicle Tracking System and Speed

More information

E 322 DESIGN 6 SMART PARKING SYSTEM. Section 1

E 322 DESIGN 6 SMART PARKING SYSTEM. Section 1 E 322 DESIGN 6 SMART PARKING SYSTEM Section 1 Summary of Assignments of Individual Group Members Joany Jores Project overview, GPS Limitations and Solutions Afiq Izzat Mohamad Fuzi SFPark, GPS System Mohd

More information

Optimal Driving System for Two Wheelers

Optimal Driving System for Two Wheelers Optimal Driving System for Two Wheelers Harshitha.L 1, Kiran.N.V 2, MadhanMohanReddy.T.R 3, DeepikaYadav.M.N 4, Babitha.K.M 5 Abstract: - In this paper, we implement interaction between the bike and various

More information

Immediate Rescue System with Anti-theft Protection

Immediate Rescue System with Anti-theft Protection IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 1, PP 79-84 www.iosrjen.org Immediate Rescue System with Anti-theft Protection Jigar Bhatt 1, Nimisha Menat 2, Pradnya

More information

Design and Development of Pre-paid electricity billing using Raspberry Pi2

Design and Development of Pre-paid electricity billing using Raspberry Pi2 International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 7 (2017) pp. 995-1005 Research India Publications http://www.ripublication.com Design and Development of Pre-paid

More information

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Javier Jiménez Alemán Fluminense Federal University, Niterói, Brazil jjimenezaleman@ic.uff.br Abstract. Ambient Assisted

More information

Vehicle rescue system for medical emergency

Vehicle rescue system for medical emergency ISSN: 2347-3215 Volume 3 Number 3 (March-2015) pp. 52-61 www.ijcrar.com Vehicle rescue system for medical emergency Yogini Krishna Nangare* and S.G. Hate 1 ME (VLSI & Embedded System), G.H. Raisoni College

More information

CONNECTED VEHICLE-TO-INFRASTRUCTURE INITATIVES

CONNECTED VEHICLE-TO-INFRASTRUCTURE INITATIVES CONNECTED VEHICLE-TO-INFRASTRUCTURE INITATIVES Arizona ITE March 3, 2016 Faisal Saleem ITS Branch Manager & MCDOT SMARTDrive Program Manager Maricopa County Department of Transportation ONE SYSTEM MULTIPLE

More information

Smart Traffic Light Controller

Smart Traffic Light Controller RESEARCH ARTICLE Smart Traffic Light Controller OPEN ACCESS Prof. Sonali Pawar 1, Prof. Anuradha Nigde 2, Abhinav Kumar 3, Ritvik Saxena 4, Shubendu Kumar 5 1,2,3,4,5 (Electronics Engineering, BharatiVidyapeeth

More information

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

More information

GPS Tracking System Using Car Charger

GPS Tracking System Using Car Charger Computer Science and Information Technology 5(4): 135-139, 2017 DOI: 10.13189/csit.2017.050403 http://www.hrpub.org GPS Tracking System Using Car Charger Kavish Atul Sanghvi *, Prianka Manoj Mestry Thakur

More information

III. MATERIAL AND COMPONENTS USED

III. MATERIAL AND COMPONENTS USED Prototype Development of a Smartphone- Controlled Robotic Vehicle with Pick- Place Capability Dheeraj Sharma Electronics and communication department Gian Jyoti Institute Of Engineering And Technology,

More information

Senion IPS 101. An introduction to Indoor Positioning Systems

Senion IPS 101. An introduction to Indoor Positioning Systems Senion IPS 101 An introduction to Indoor Positioning Systems INTRODUCTION Indoor Positioning 101 What is Indoor Positioning Systems? 3 Where IPS is used 4 How does it work? 6 Diverse Radio Environments

More information

Car Over-Speed Detection with Remote Alerting

Car Over-Speed Detection with Remote Alerting IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Car Over-Speed Detection with Remote Alerting Amey Sawant Jyoti Khandale

More information

[Kadappa, 4(6): June, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Kadappa, 4(6): June, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IMPLEMENTATION OF VEHICLE OVER SPEED VIOLATION INDICATOR AND IR BASED HORN SYSTEM Prof Rudrappa B Gujanatti, Kadappa Akkatangerhal,

More information

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems Chaminda Basnayake, Ph.D. Senior Research Engineer General Motors Research & Development and Planning

More information

IT R&D Global Leader. Dr. Hyun Seo Oh. Vehicle Network Research Team Vehicle/Ship IT Convergence Department. Busan ITS World Congress, 2010

IT R&D Global Leader. Dr. Hyun Seo Oh. Vehicle Network Research Team Vehicle/Ship IT Convergence Department. Busan ITS World Congress, 2010 IT R&D Global Leader Dr. Hyun Seo Oh Vehicle Network Research Team Vehicle/Ship IT Convergence Department 1 목차 1 2 3 4 5 개요 1 2 서비스요구사항 3 통신요구사항 기술특성분석요약 Introduction VMC Project Concluding Remarks 별첨

More information

Indian Highways Management Co. Ltd. (IHMCL)

Indian Highways Management Co. Ltd. (IHMCL) Indian Highways Management Co. Ltd. (IHMCL) Invites Expressions of Interest (EOI) from eligible firms for providing Web Radio Services on Delhi-Mumbai Stretch as Pilot Project India has one of the largest

More information

Detection of Vulnerable Road Users in Blind Spots through Bluetooth Low Energy

Detection of Vulnerable Road Users in Blind Spots through Bluetooth Low Energy 1 Detection of Vulnerable Road Users in Blind Spots through Bluetooth Low Energy Jo Verhaevert IDLab, Department of Information Technology Ghent University-imec, Technologiepark-Zwijnaarde 15, Ghent B-9052,

More information

Live Agent for Administrators

Live Agent for Administrators Live Agent for Administrators Salesforce, Spring 17 @salesforcedocs Last updated: April 3, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Which Dispatch Solution?

Which Dispatch Solution? White Paper Which Dispatch Solution? Revision 1.0 www.omnitronicsworld.com Radio Dispatch is a term used to describe the carrying out of business operations over a radio network from one or more locations.

More information

GNSS Based Bus Monitoring And Sending SMS To The Passengers

GNSS Based Bus Monitoring And Sending SMS To The Passengers GNSS Based Bus Monitoring And Sending SMS To The Passengers A.Kannaki@VasanthaAzhagu 1, N.Vijayalashmy 2, V.Yamuna 3, G.Rupavani 4, G.Jeyalakshmy 5 HOD, Department of CSE, Achariya College of Engineering

More information

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed AUTOMOTIVE Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed Yoshiaki HAYASHI*, Izumi MEMEZAWA, Takuji KANTOU, Shingo OHASHI, and Koichi TAKAYAMA ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY

AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY G. Anisha, Dr. S. Uma 2 1 Student, Department of Computer Science

More information

CHAOS TM Dynamic Junction Control Systems

CHAOS TM Dynamic Junction Control Systems CHAOS TM Dynamic Junction Control Systems In the junction CHAOS is operational, average waiting time of the drivers in the junction is minimized. Dynamic Junction Control System CHAOS TM, which is named

More information

Design and Implementation of Smart Car Driving Kulkarni S.D.

Design and Implementation of Smart Car Driving Kulkarni S.D. Design and Implementation of Smart Car Driving Kulkarni S.D. Shendge P.S Dixit P.K. Raut S.A Jadhav D.A. Department of Electronics & Telecommunication Engineering, BMIT, Solapur Abstract In this paper

More information

Live Agent for Administrators

Live Agent for Administrators Salesforce, Spring 18 @salesforcedocs Last updated: January 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

A Green Path for Ambulance

A Green Path for Ambulance A Green Path for Ambulance N.Swetha PG Scholar, Dept of ECE, Hyderabad, TS, India. Mr.V.Pandu Ranga Assistant Professor, Dept of ECE, Hyderabad, TS, India. Mr.Kumar Sanjeev Assistant Professor, Dept of

More information

Azaad Kumar Bahadur 1, Nishant Tripathi 2

Azaad Kumar Bahadur 1, Nishant Tripathi 2 e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 29 35 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design of Smart Voice Guiding and Location Indicator System for Visually Impaired

More information

Mobile Agent Based Intelligence Power Distribution Control System

Mobile Agent Based Intelligence Power Distribution Control System IJIRST International Journal for Innovative Research in Science & Technology Volume 4 Issue 11 April 2018 ISSN (online): 2349-6010 Mobile Agent Based Intelligence Power Distribution Control System Pratik

More information

Data Transmission in Ships Based on Light Fidelity

Data Transmission in Ships Based on Light Fidelity Volume 114 No. 12 2017, 469-476 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Data Transmission in Ships Based on Light Fidelity Dr.A.Kalirasu Professor

More information

Manager Client. User Guide V

Manager Client. User Guide V Manager Client User Guide V1.25 www.mobiletornado.com pushtoexperience Introduction Manager Client provides the ability to manage communications within an organisation, view mobile devices live and historic

More information

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED TRACKING AND MONITORING SYSTEM FOR SCHOOL CHILDREN SAFETY D. Lokesh Sai Kumar *1, B. Vishnu Vardhan 2 & A. Yuva Krishna 3 *1,2&3 Asst. Professor,

More information

Implementing Dijkstra s algorithm for vehicle tracking in adverse geographical condition.

Implementing Dijkstra s algorithm for vehicle tracking in adverse geographical condition. Implementing Dijkstra s algorithm for vehicle tracking in adverse geographical condition. Sayli Aniruddha Patil Juita Tushar Raut Manasi Nitant Vaity Asst. Professor(Dept. of I.T), Asst. Professor(Dept.

More information

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION Dhiraj Sunehra 1, Thirupathi Samudrala 2, K. Satyanarayana 3, M. Malini 4 1 JNTUH College of Engineering,

More information

Revision Date: 6/6/2013. Quick Start Guide

Revision Date: 6/6/2013. Quick Start Guide Revision Date: 6/6/2013 Quick Start Guide Important Notice Copyright 2013Frontline Test Equipment. All rights reserved. i Important Notice Table of Contents Purpose 1 Minimum Hardware Requirements 1 Internet

More information

AUTOMATED WATER METER READING

AUTOMATED WATER METER READING AUTOMATED WATER METER READING Padmini M S(Assistant Professor) 1, Sejal S Kulkarni 2, Shruthi K Bhat 3, Shruti S Uppin 4 Dept. of Computer Science and Engineering,National Institute Of Engineering,Mysore,

More information

A Service-Oriented Architecture based Global Positioning System

A Service-Oriented Architecture based Global Positioning System IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 10 (October 2012), PP 09-13 A Service-Oriented Architecture based Global Positioning System Mohammed Jaleeluddin

More information

Adaptive Traffic Light Control System

Adaptive Traffic Light Control System IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 5, Ver. I (Sep - Oct.2015), PP 53-61 www.iosrjournals.org Adaptive Traffic Light

More information

Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden)

Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden) Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden) TechnicalWhitepaper)) Satellite-based GPS positioning systems provide users with the position of their

More information

Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle DetectionMISS

Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle DetectionMISS Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle DetectionMISS K.Padmaja Goud MR.P. Ramesh Babu Abstract: This paper presents an intelligent

More information