SlideShare a Scribd company logo
Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 
www.ijera.com 28 | P a g e 
Prototypic Gps-Gsm Integration for Enhancing Public Transportation and Management Services. Ganguri Rakesh Department of Electronics and Communication Engineering affiliated to JNTUK ABSTRACT This paper proposes and implements a solution for enhancing public transportation management services based on GPS and GSM. Travel time information is a vital component of many intelligent transportation systems (ITS) applications. In recent years, the number of vehicles in India has increased tremendously, leading to severe traffic congestion and pollution in urban areas, particularly during peak periods. A desirable strategy to deal with such issues is to shift more people from personal vehicles to public transport by providing better service (comfort, convenience and so on). In this proposed system we introduced advanced public transportation systems (APTS) for public service. Advanced public transportation systems (APTS) are one of the most important ITS applications, which can significantly improve the traffic situation in India. One such application will be to provide accurate information about bus arrivals to passengers, leading to reduced waiting times at bus stops. This needs a real-time data collection technique, a quick and reliable prediction technique to calculate the expected travel time based on real-time data and informing the passengers regarding the same. The scope of this proposed system is to use global positioning system data collected from public transportation buses on urban roadways in the city of Chennai, India, to predict travel times. The performance of the proposed system is found to be promising and expected to be valuable in the development of advanced public transportation systems (APTS) in India. The work presented here is one of the first attempts at real-time short-term prediction of travel time for ITS applications in Indian traffic conditions. 
Keywords: GPS, GSM, Public transportation management services, Bus Station Module, In-BUS Module, BASE Station Module, BUS Stop Module, Rush statistical analysis 
I. Introduction 
With the increasing number of people in cities, already existing problem of poor transportation services has grown to an alarming extent. Due to non-availability of prior information about the buses arrival schedule, people have to wait longer on bus stops especially in morning when they have to reach the offices in time. The buses are overloaded for most of the times which often results in some kind of fault occurrence in buses and people get late further. According to a survey report issued by Regional Transport Authority in year 2001, the available seat capacity on public transport to population in Andhra Pradesh is 1:38 as compared to Delhi 1:7, which shows the deficiency in capacity of public transport in Delhi [1]. In addition, rapid population growth and spatial expansion in Lahore is adversely affecting this ratio. Consequently the dissatisfaction with the level and quality of public transportation service has leaded those people who can afford it to turn to private modes of transportation. By the end of year 2005, the private modes of transportation in Delhi have contributed 93% (motor cycles=56.06%, motor cars and jeeps=31.52%, taxies=0.95%, rickshaws=4.56%) as compared to public modes of transportation [1]. Owing to poor infrastructure of roads in country, the annual growth rate of vehicles 
has created problems in controlling the traffic flow resulting in traffic congestion on roads. Also with the increased number of vehicles, the content of carbon mono-oxide and particulates matter concentration is found to be 10 times higher than World Health Organization (WHO) in central parts of Delhi city thereby deteriorating the environment and causing lung diseases [2]. To reduce the number of private vehicles and improve the public modes of transportation in Delhi, the idea of introducing Light Rail Transit (LRT) is proposed [3]. It is estimated that 231,000 passengers will use LRT every day. This will also help in reducing the accidental rate (A total of 802 fatal accidents are recorded in Delhi for the year 2004) [1]. Although LRT seems to be a promising solution for enhancing public modes of transportation, it is costly to deploy. Another approach would be to introduce a technology based transportation management system that will help the passengers in getting informed about the exact schedule of buses and send recommendation report after performing rush statistical analysis on per stop basis to Indian Government for regulating the transport services. In this paper, a transportation management system is developed for enhancing public transportation services based on integration of GPS and GSM. GPS is used as a positioning device 
RESEARCH ARTICLE OPEN ACCESS
Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 
www.ijera.com 29 | P a g e 
while GSM is used as communication link between different modules. These modules include BUS Station Module, In-Bus Module, BASE Station Module and BUS Stop Module. Bus Station Module contains a GSM engine interfaced to PC and transmits the bus index and its license plate number to BASE Station. At the same time, it turns on GPS receiver installed in the bus. The bus then starts transmitting its location to the BASE Station. The BASE Station comprises of a GSM engine interfaced to a microcontroller for processing user request of bus location as well as a number of other GSM engines interfaced to various PCs each reserved for a separate bus to update the location information of that bus. The buses location data from BASE Station is sent to each bus stop. BUS Stop Module after receiving buses location data through GSM engine displays it on dot matrix display installed at each bus stop. The block diagram of the proposed system is shown in Fig 1 Fig 1 
II. Hardware Specifications 
The following hardware components are used in building the entire system: 2.1 GPS Receiver 
In order to keep track record of bus, a Garmin GPS35 receiver, powered from the bus main battery, is installed in each bus. The Garmin GPS35 is a complete GPS receiver and embedded antenna designed for a broad spectrum of OEM system applications. The GPS35 tracks up to twelve satellites at a time while providing one-second navigation updates and low power consumption. Its far-reaching capability meets the sensitivity requirements of land navigation as well as the dynamics requirements of high performance aircraft. Internal memory backup allows the GPS35 to retain critical data such as satellite orbital parameters, last position, date, and time [4] 
2.2 GSM Modem A wireless link between the modules is provided with Samsung 14i GSM module. Samsung 14i offers advance GSM connectivity and supports EDGE/GPRS and HSCSD with automated GSM connection establishment It is equipped to provide reliable remote connections and offers application level watchdogs, inbuilt self-check mechanisms and a reliable Virtual Machine (VM) for JAVATM. Samsung 14i also supports reliable inbuilt internet protocols: TCP/IP for reliable data transfer, UDP/IP for audio and video streaming and HTTP for accessing web pages. The module can also be connected to an external GPS device that supports National Marine Electronics Association (NMEA) standard. The inbuilt NMEA parser can parse the location data from the output that it receives from the GPS device. External microcontroller can use AT commands to communicate with Samsung 14i and simple remote I/O applications can easily be controlled via text messages [5]. 2.3 Microcontroller AT89C52 microcontroller is selected because it is a powerful microcomputer which has low power consumption and provides a highly flexible and cost- effective solution to many embedded control applications. It has 8K bytes of in system reprogrammable flash memory, 256 bytes of internal RAM, 32 programmable I/O lines, three 16 bit timers/counters, eight interrupt sources and a programmable serial channel [6]. 2.4 Memory 256K Nonvolatile RAM (NV-Ram) DS1230Y- 85 is used for storing data in In-BUS Module (in case of sparse GSM coverage) and at BUS Stop Module for displaying on dot matrix display. NV-RAM is selected because it combines the best of RAM and ROM: the read and write ability of RAM and non- volatility of ROM. The DS1230 Nonvolatile SRAM is 262,144-bit, fully static, nonvolatile SRAM organized as 32,768 words by 8 bits. Each NV SRAM has a self-contained lithium energy source and control circuitry which constantly monitors VCC for an out-of-tolerance condition. When such a condition occurs, the lithium energy source is automatically switched on and writes protection is unconditionally enabled to prevent data corruption [6, 7]. 2.5 Battery Backup 
In-Bus Module is provided with an internal battery so that whenever power from main battery is disconnected, microcontroller continues to transmit
Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 
www.ijera.com 30 | P a g e 
the location to BASE station. A message is also sent to BASE station to notify it about the disconnection of main battery. When the power is resumed, the internal battery begins to recharge. 2.6 Alarms The microcontroller unit in In-BUS Module sends different alarm signals for different events to BASE Station Module. 2.6.1 On Backup Battery: When the main battery is switched off, a notification is sent to BASE station. 2.6.2 Stoppage: When the bus is stationary for more than a specified time, BASE station is informed by a stoppage alarm. In case of an accident or any other fault occurred in bus, the driver can notify the BASE station by pressing a button in bus. 2.6.3 Getting Late: When the bus is not covering a certain distance in a defined range of time, an alarm signal of getting late is sent to BASE station. 2.6.4 Route Deviation: When the bus deviates from the assigned route by a given margin, BASE station is notified. 
III. System Modules and Network Operations 
The entire system/network comprises of four modules: Bus station module, In-bus module, Base station module and Bus stop module. The working and interconnection of these modules is described in this section. 3.1 Bus Station Module: 
BUS Station Module is installed at bus terminals from where the bus will depart. It contains a LASER and a GSM modem connected to a PC. When the bus enters the terminal pad, it is detected by the LASER sensor. The operator at the terminal enters the license plate number in database. A count number is then accordingly assigned to the bus e.g., bus leaving the terminal first will be assigned a number 1. The route number of bus along with the Stage number, direction information, assigned count number and license plate number is sent to the BASE Station via GSM. An example of the transmitted header is of the form “12D01APZ3244” where „12‟ is the bus route number issued by Government Transportation Department, „D‟ is downward direction of bus („U‟ will be upward direction), „01‟ is the Stage number assigned to the bus and „APZ3244‟ is license plate number of bus. An „ON‟ signal is also transmitted to the In-BUS Module installed in the bus for initialization. The flow chart of module software is shown in Fig. 2. Fig 2 3.2 In-bus Module 
In-BUS Module is installed inside every bus and consists of a GPS receiver, a GSM modem, a NV- RAM, infrared object counting sensors, door opening/closing sensors and an emergency button; all interfaced to AT89C52microcontroller. After receiving the initialization signal form BUS Station Module, this module starts transmitting bus location to the BASE Station. At each stop, when the driver opens the door, an interrupt is generated and microcontroller starts counting the numbers of passengers entering and leaving the bus with the help of infrared sensors. This count value on per stop basis is transmitted to the BASE Station. In case of an emergency situation (e.g., when fault occurs in bus), driver can press the emergency button to inform BUS and BASE Station units about the location of bus. The BUS station operator can then adjust the schedule accordingly and send an additional bus for facilitating the passengers. Microcontroller present in this module continuously calculates the difference in consecutive GPS locations. If the difference remains near zero for more than a designated time, then a getting late message is transmitted to the BUS and BASE stations. In case of sparse GSM coverage, location information is stored in non-volatile RAM. After regaining the GSM network, previous locations are updated to the BASE station. The block diagram
Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 
www.ijera.com 31 | P a g e 
for this module is shown in Fig. 3 while flow chart of module software is shown in Fig. 4. Fig 3 Fig 4 
3.3 Base Station Module 
This module is the central part of the network. It accepts location information of buses through respective GSM modems and maps the information on Google Map for visualization. It also receives the number of passengers entering and leaving the bus on per stop basis from In-BUS Module for statistical analysis. The message received is of the form “#01, 02, 01, 1726.0830.N, 07826.7869.E”. The first string denotes the stage number and next two strings denotes the number of passengers entering and leaving the bus respectively and next two strings denotes the location information; all separated by commas. Another GSM modem is used to get the user request of location information of a particular bus. An example of the query put by the passenger is of the form “14D” or “14D11”. In first instance i.e., “14D”, „14‟ is the route number and „D‟ designates the direction flag while in second instance i.e., “14D11”, additional digit „11‟ denotes the bus stop number where the passenger is standing. The microcontroller attached with this GSM modem passes on the user request to the PC dedicated for that route number. The PC after processing the request data sends desired location information in form of bus stop name to microcontroller. The microcontroller then transmits this information back to the user. The information that passenger will receive contains the location of all buses out of terminal in desired direction in former query while in case of later query, he will get the location of those buses which are coming towards the particular bus stop number in desired direction along with time information. The time information is embedded in message to account for any delay in processing the user request. An example of the information received by the user is of the form “TV TOWER, BRIDGE TOWN, HIMAYATH NAGAR ,HYDERABAD- 2:30 P.M.” where first four strings are bus stops names telling where the buses are currently followed by the time on which the location information is get from the map and message is sent to user. BASE station also monitors the emergency situations transmitted from In-BUS Module. In addition to this, the station keeps record of security issues and traffic congestion conditions and directs the driver to change the route if desired. The block diagram of the module is shown in Fig. 5 while module software is shown in Fig. 6.
Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 
www.ijera.com 32 | P a g e 
Fig 5 Fig 6 
3.4 Bus stop Module 
This module is installed at every bus stop to let the passenger know about the location of buses coming towards that stop. It comprises of a GSM modem, a NV-RAM and dot matrix display; all interfaced to 89C52 microcontroller. After receiving the bus location data in the form of stop names from BASE station, microcontroller stores it in non- volatile RAM. A sample message received by BUS Stop Module installed at „Old Tower Stop‟ is of the form “11, Visiting Museum; 44, vector Hospital; 88, Singh de share; 11, casual Town; 53, Harahan Court; 07”. The message contains information of those buses only which will pass by the designated stop. First two digits of a sub-string denote the bus route number followed by the bus stop name which is the current location of bus coming towards the specified stop. Microcontroller after retrieving the stored information displays it on a 3x15 dot matrix display. The microcontroller refreshes the information with a rate of 10 seconds. In case of an emergency situation, the location of next incoming bus is displayed. The block diagram of this module is shown in Fig. 7 and flow chart of module is shown in Fig. 8. Fig 7 Fig 8
Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 
www.ijera.com 33 | P a g e 
IV. Statistical Analysis and Recommendations 
BASE station utilizes the passenger information on per stop basis to carry out the statistical analysis. A GUI, shown in Fig. 9, is developed in MATLAB® to analyze the results [8]. A recommendation report is also generated by the software which highlights the regions of greater emphasis. These are the regions where buses are more overloaded. The solution to the problem lies in increasing the number of buses on routes which are densely crowded or introduce new overlapping routes to compensate the demand. BASE station transmits the statistical data along with the recommendation report to Punjab Government Transportation Department through internet at the end of day or as per request of transportation department. Fig 9 
V. Conclusion 
In this paper, design and development of a low cost transportation management system based on integration of GPS and GSM data is described. The system comprises of various modules which are wirelessly linked with GSM modems. Cost effective SMS service of GSM network is used for the transfer of data between the modules. A new service, to facilitate the people who use public transport for traveling, is introduced inside the city. The service provides the user with current location information of desired buses based on which the user can adjust his schedule accordingly. The service therefore vanishes the need of waiting at the bus stop thus saving a lot of time. For the passengers not utilizing the service, displays are installed at bus stop to let them know the buses location coming towards that stop. The system is also efficient in handling the emergency situations e.g., in case some kind of technical fault occurred in bus, the operator at bus terminal is informed and the departure time between the buses is reduced. 
VI. Future Work 
The system can be made automatic by installing cameras at bus terminals which can automatically read the license plate number of buses thereby eliminating the operator. An automatic route guider display can be installed in buses to better update the alternative route in case of serious road congestions. Fare collecting system can also be automated by providing another mobile service to which all the passengers using public transport are subscribed. 
VII. ACKNOWLEDGEMENTS 
Authors would like to acknowledge support and funding from Wi-Tribe ANDHRA PRADESH for this work. REFERENCES 
[1] P&D Department Punjab and Dainichi Consultants Inc., “Urban transport policy study for five cities of Punjab Provinc,” Nov 2008. Muhammad Imran and Nicholas Low, “Time to change old paradigm. 
[2] Promoting sustainable urban transport in Lahore Pakistan,” International Journal of World Transport Policy and Parctice, vol. 9, pp. 32-39, Nov 2003. 
[3] Muhammad Imran and Nicholas Low, “Impact of global institutions on urban transport in Pakistan cities,” Proc. 39th ISoCaRP Congress, 2003. 
[4] Available[online]:www.garmin.com/products/gps35 
www.dds.nl/fotosnokia/n12i_data sheet_a4_v2.pdf 
[5] M. A. Mazidi, J. C. Mazidi, R. D. Mckinaly, The 8051 Microcontroller and Embedded Systems, Pearson Education, 2006. 
[6] Available [online]: www.mathworks.com

More Related Content

What's hot

Nilim kumar nath
Nilim kumar nathNilim kumar nath
Nilim kumar nath
Nilim Kumar Nath
 
Real time deep-learning based traffic volume count for high-traffic urban art...
Real time deep-learning based traffic volume count for high-traffic urban art...Real time deep-learning based traffic volume count for high-traffic urban art...
Real time deep-learning based traffic volume count for high-traffic urban art...
Conference Papers
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
IRJET Journal
 
Cost Effective SMS Fire Approach for Transportation based on Vehicle Speed
Cost Effective SMS Fire Approach for Transportation based on Vehicle SpeedCost Effective SMS Fire Approach for Transportation based on Vehicle Speed
Cost Effective SMS Fire Approach for Transportation based on Vehicle Speed
iosrjce
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking systemSujit9561
 
GPS based Bus management system
GPS based Bus management systemGPS based Bus management system
GPS based Bus management system
Neeraj Kansal
 
Intelligent Collision avoidance and monitoring system for railway using wirel...
Intelligent Collision avoidance and monitoring system for railway using wirel...Intelligent Collision avoidance and monitoring system for railway using wirel...
Intelligent Collision avoidance and monitoring system for railway using wirel...
Editor IJMTER
 
ITS DEPLOYMENT ( ITS / TASK 7 ) done by Wael Saad Hameedi / P71062
ITS DEPLOYMENT ( ITS / TASK 7 ) done by Wael Saad Hameedi / P71062ITS DEPLOYMENT ( ITS / TASK 7 ) done by Wael Saad Hameedi / P71062
ITS DEPLOYMENT ( ITS / TASK 7 ) done by Wael Saad Hameedi / P71062
Wael Alawsey
 
Improving traffic and emergency vehicle clearance at congested intersections ...
Improving traffic and emergency vehicle clearance at congested intersections ...Improving traffic and emergency vehicle clearance at congested intersections ...
Improving traffic and emergency vehicle clearance at congested intersections ...
IJECEIAES
 
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET Journal
 
Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...
Conference Papers
 
Speed and Position Control of Train Sytem Using GPS
Speed and Position Control of Train Sytem Using GPS Speed and Position Control of Train Sytem Using GPS
Speed and Position Control of Train Sytem Using GPS
IOSR Journals
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
IRJET Journal
 
Indian railways-it-interface-1233484411458048-3
Indian railways-it-interface-1233484411458048-3Indian railways-it-interface-1233484411458048-3
Indian railways-it-interface-1233484411458048-3Sameer Khan
 
DMRC_COLLEGE_REPORT
DMRC_COLLEGE_REPORTDMRC_COLLEGE_REPORT
DMRC_COLLEGE_REPORTPOOJA SHARMA
 
Dubai metro paper in IRSE magazine
Dubai metro paper in IRSE magazineDubai metro paper in IRSE magazine
Dubai metro paper in IRSE magazine
Shiv Mohan CEng, PMP, PGDBA ,MIRSE,MIEEE,MIET
 
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
IJARIIT
 
Disseminating Traffic Information in Vehicular Networks
Disseminating Traffic Information in Vehicular NetworksDisseminating Traffic Information in Vehicular Networks
Disseminating Traffic Information in Vehicular Networks
Eswar Publications
 

What's hot (18)

Nilim kumar nath
Nilim kumar nathNilim kumar nath
Nilim kumar nath
 
Real time deep-learning based traffic volume count for high-traffic urban art...
Real time deep-learning based traffic volume count for high-traffic urban art...Real time deep-learning based traffic volume count for high-traffic urban art...
Real time deep-learning based traffic volume count for high-traffic urban art...
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
 
Cost Effective SMS Fire Approach for Transportation based on Vehicle Speed
Cost Effective SMS Fire Approach for Transportation based on Vehicle SpeedCost Effective SMS Fire Approach for Transportation based on Vehicle Speed
Cost Effective SMS Fire Approach for Transportation based on Vehicle Speed
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking system
 
GPS based Bus management system
GPS based Bus management systemGPS based Bus management system
GPS based Bus management system
 
Intelligent Collision avoidance and monitoring system for railway using wirel...
Intelligent Collision avoidance and monitoring system for railway using wirel...Intelligent Collision avoidance and monitoring system for railway using wirel...
Intelligent Collision avoidance and monitoring system for railway using wirel...
 
ITS DEPLOYMENT ( ITS / TASK 7 ) done by Wael Saad Hameedi / P71062
ITS DEPLOYMENT ( ITS / TASK 7 ) done by Wael Saad Hameedi / P71062ITS DEPLOYMENT ( ITS / TASK 7 ) done by Wael Saad Hameedi / P71062
ITS DEPLOYMENT ( ITS / TASK 7 ) done by Wael Saad Hameedi / P71062
 
Improving traffic and emergency vehicle clearance at congested intersections ...
Improving traffic and emergency vehicle clearance at congested intersections ...Improving traffic and emergency vehicle clearance at congested intersections ...
Improving traffic and emergency vehicle clearance at congested intersections ...
 
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
 
Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...
 
Speed and Position Control of Train Sytem Using GPS
Speed and Position Control of Train Sytem Using GPS Speed and Position Control of Train Sytem Using GPS
Speed and Position Control of Train Sytem Using GPS
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
 
Indian railways-it-interface-1233484411458048-3
Indian railways-it-interface-1233484411458048-3Indian railways-it-interface-1233484411458048-3
Indian railways-it-interface-1233484411458048-3
 
DMRC_COLLEGE_REPORT
DMRC_COLLEGE_REPORTDMRC_COLLEGE_REPORT
DMRC_COLLEGE_REPORT
 
Dubai metro paper in IRSE magazine
Dubai metro paper in IRSE magazineDubai metro paper in IRSE magazine
Dubai metro paper in IRSE magazine
 
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
 
Disseminating Traffic Information in Vehicular Networks
Disseminating Traffic Information in Vehicular NetworksDisseminating Traffic Information in Vehicular Networks
Disseminating Traffic Information in Vehicular Networks
 

Viewers also liked

How long to wait predicting bus arrival time with mobile phone based particip...
How long to wait predicting bus arrival time with mobile phone based particip...How long to wait predicting bus arrival time with mobile phone based particip...
How long to wait predicting bus arrival time with mobile phone based particip...
Papitha Velumani
 
Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi
Albin George
 
Numerical Modelling of Soil Improvement Using Geo-fabrics
Numerical Modelling of Soil Improvement Using Geo-fabricsNumerical Modelling of Soil Improvement Using Geo-fabrics
Numerical Modelling of Soil Improvement Using Geo-fabrics
IJERA Editor
 
Challenges and Proposed Solutions for Cloud Forensic
Challenges and Proposed Solutions for Cloud ForensicChallenges and Proposed Solutions for Cloud Forensic
Challenges and Proposed Solutions for Cloud Forensic
IJERA Editor
 
Voice Activity Detector of Wake-Up-Word Speech Recognition System Design on FPGA
Voice Activity Detector of Wake-Up-Word Speech Recognition System Design on FPGAVoice Activity Detector of Wake-Up-Word Speech Recognition System Design on FPGA
Voice Activity Detector of Wake-Up-Word Speech Recognition System Design on FPGA
IJERA Editor
 
Intrusion Detection System: Security Monitoring System
Intrusion Detection System: Security Monitoring SystemIntrusion Detection System: Security Monitoring System
Intrusion Detection System: Security Monitoring System
IJERA Editor
 
Attribute-Based Data Sharing
Attribute-Based Data SharingAttribute-Based Data Sharing
Attribute-Based Data Sharing
IJERA Editor
 
The Inherent Reactor Kinetics for Transformation of Geniposidic Acid from Gen...
The Inherent Reactor Kinetics for Transformation of Geniposidic Acid from Gen...The Inherent Reactor Kinetics for Transformation of Geniposidic Acid from Gen...
The Inherent Reactor Kinetics for Transformation of Geniposidic Acid from Gen...
IJERA Editor
 
Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...
Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...
Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...
IJERA Editor
 
On Some Double Integrals of H -Function of Two Variables and Their Applications
On Some Double Integrals of H -Function of Two Variables and Their ApplicationsOn Some Double Integrals of H -Function of Two Variables and Their Applications
On Some Double Integrals of H -Function of Two Variables and Their Applications
IJERA Editor
 
ROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEG
IJERA Editor
 
Validation of the Newly Developed Fabric Feel Tester for Its Accuracy and Rep...
Validation of the Newly Developed Fabric Feel Tester for Its Accuracy and Rep...Validation of the Newly Developed Fabric Feel Tester for Its Accuracy and Rep...
Validation of the Newly Developed Fabric Feel Tester for Its Accuracy and Rep...
IJERA Editor
 
E044052328
E044052328E044052328
E044052328
IJERA Editor
 
Optimization of a Shell and Tube Condenser using Numerical Method
Optimization of a Shell and Tube Condenser using Numerical MethodOptimization of a Shell and Tube Condenser using Numerical Method
Optimization of a Shell and Tube Condenser using Numerical Method
IJERA Editor
 
An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...
IJERA Editor
 
Research onidentify stadia of interchange exit ramp in mountainous urban freeway
Research onidentify stadia of interchange exit ramp in mountainous urban freewayResearch onidentify stadia of interchange exit ramp in mountainous urban freeway
Research onidentify stadia of interchange exit ramp in mountainous urban freeway
IJERA Editor
 
Research on License Plate Recognition and Extraction from complicated Images
Research on License Plate Recognition and Extraction from complicated ImagesResearch on License Plate Recognition and Extraction from complicated Images
Research on License Plate Recognition and Extraction from complicated Images
IJERA Editor
 

Viewers also liked (20)

How long to wait predicting bus arrival time with mobile phone based particip...
How long to wait predicting bus arrival time with mobile phone based particip...How long to wait predicting bus arrival time with mobile phone based particip...
How long to wait predicting bus arrival time with mobile phone based particip...
 
Gps
GpsGps
Gps
 
Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi
 
Numerical Modelling of Soil Improvement Using Geo-fabrics
Numerical Modelling of Soil Improvement Using Geo-fabricsNumerical Modelling of Soil Improvement Using Geo-fabrics
Numerical Modelling of Soil Improvement Using Geo-fabrics
 
I046044854
I046044854I046044854
I046044854
 
Challenges and Proposed Solutions for Cloud Forensic
Challenges and Proposed Solutions for Cloud ForensicChallenges and Proposed Solutions for Cloud Forensic
Challenges and Proposed Solutions for Cloud Forensic
 
Voice Activity Detector of Wake-Up-Word Speech Recognition System Design on FPGA
Voice Activity Detector of Wake-Up-Word Speech Recognition System Design on FPGAVoice Activity Detector of Wake-Up-Word Speech Recognition System Design on FPGA
Voice Activity Detector of Wake-Up-Word Speech Recognition System Design on FPGA
 
Intrusion Detection System: Security Monitoring System
Intrusion Detection System: Security Monitoring SystemIntrusion Detection System: Security Monitoring System
Intrusion Detection System: Security Monitoring System
 
Attribute-Based Data Sharing
Attribute-Based Data SharingAttribute-Based Data Sharing
Attribute-Based Data Sharing
 
The Inherent Reactor Kinetics for Transformation of Geniposidic Acid from Gen...
The Inherent Reactor Kinetics for Transformation of Geniposidic Acid from Gen...The Inherent Reactor Kinetics for Transformation of Geniposidic Acid from Gen...
The Inherent Reactor Kinetics for Transformation of Geniposidic Acid from Gen...
 
Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...
Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...
Intrusion Detection and Countermeasure in Virtual Network Systems Using NICE ...
 
On Some Double Integrals of H -Function of Two Variables and Their Applications
On Some Double Integrals of H -Function of Two Variables and Their ApplicationsOn Some Double Integrals of H -Function of Two Variables and Their Applications
On Some Double Integrals of H -Function of Two Variables and Their Applications
 
ROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEG
 
Validation of the Newly Developed Fabric Feel Tester for Its Accuracy and Rep...
Validation of the Newly Developed Fabric Feel Tester for Its Accuracy and Rep...Validation of the Newly Developed Fabric Feel Tester for Its Accuracy and Rep...
Validation of the Newly Developed Fabric Feel Tester for Its Accuracy and Rep...
 
E044052328
E044052328E044052328
E044052328
 
Optimization of a Shell and Tube Condenser using Numerical Method
Optimization of a Shell and Tube Condenser using Numerical MethodOptimization of a Shell and Tube Condenser using Numerical Method
Optimization of a Shell and Tube Condenser using Numerical Method
 
An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...An Empirical Study of the Applications of Classification Techniques in Studen...
An Empirical Study of the Applications of Classification Techniques in Studen...
 
Research onidentify stadia of interchange exit ramp in mountainous urban freeway
Research onidentify stadia of interchange exit ramp in mountainous urban freewayResearch onidentify stadia of interchange exit ramp in mountainous urban freeway
Research onidentify stadia of interchange exit ramp in mountainous urban freeway
 
Research on License Plate Recognition and Extraction from complicated Images
Research on License Plate Recognition and Extraction from complicated ImagesResearch on License Plate Recognition and Extraction from complicated Images
Research on License Plate Recognition and Extraction from complicated Images
 
Q04606103106
Q04606103106Q04606103106
Q04606103106
 

Similar to Prototypic Gps-Gsm Integration for Enhancing Public Transportation and Management Services.

BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
IRJET Journal
 
IRJET-V7I61054.pdf
IRJET-V7I61054.pdfIRJET-V7I61054.pdf
IRJET-V7I61054.pdf
EllenC5
 
IRJET- Smart Bus Ticket System using IoT Technology
IRJET- Smart Bus Ticket System using IoT TechnologyIRJET- Smart Bus Ticket System using IoT Technology
IRJET- Smart Bus Ticket System using IoT Technology
IRJET Journal
 
IRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification System
IRJET Journal
 
IRJET- IoT based Vehicle Tracking using GPS
IRJET-  	  IoT based Vehicle Tracking using GPSIRJET-  	  IoT based Vehicle Tracking using GPS
IRJET- IoT based Vehicle Tracking using GPS
IRJET Journal
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationIAEME Publication
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPS
IRJET Journal
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
ijujournal
 
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10IAEME Publication
 
vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051
Sagar Parmar
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET  - Real Time Tracking System and Generate QR Code based Ticket for Publ...IRJET  - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET Journal
 
MTCroid
MTCroidMTCroid
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
IRJET Journal
 
Can protocol driverless train control system
Can protocol driverless train control systemCan protocol driverless train control system
Can protocol driverless train control system
eSAT Publishing House
 
Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image Processing
IRJET Journal
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
IRJET Journal
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET Journal
 
IRJET- Smart Bus Ticket System using QR Code in Android App
IRJET-  	  Smart Bus Ticket System using QR Code in Android AppIRJET-  	  Smart Bus Ticket System using QR Code in Android App
IRJET- Smart Bus Ticket System using QR Code in Android App
IRJET Journal
 

Similar to Prototypic Gps-Gsm Integration for Enhancing Public Transportation and Management Services. (20)

BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 
IRJET-V7I61054.pdf
IRJET-V7I61054.pdfIRJET-V7I61054.pdf
IRJET-V7I61054.pdf
 
IRJET- Smart Bus Ticket System using IoT Technology
IRJET- Smart Bus Ticket System using IoT TechnologyIRJET- Smart Bus Ticket System using IoT Technology
IRJET- Smart Bus Ticket System using IoT Technology
 
IRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification System
 
IRJET- IoT based Vehicle Tracking using GPS
IRJET-  	  IoT based Vehicle Tracking using GPSIRJET-  	  IoT based Vehicle Tracking using GPS
IRJET- IoT based Vehicle Tracking using GPS
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportation
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPS
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
 
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
Bus tracking and ticketing system 2-3-4-5-6-7-8-9-10
 
vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET  - Real Time Tracking System and Generate QR Code based Ticket for Publ...IRJET  - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...
 
MTCroid
MTCroidMTCroid
MTCroid
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
 
Can protocol driverless train control system
Can protocol driverless train control systemCan protocol driverless train control system
Can protocol driverless train control system
 
Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image Processing
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
 
IRJET- Smart Bus Ticket System using QR Code in Android App
IRJET-  	  Smart Bus Ticket System using QR Code in Android AppIRJET-  	  Smart Bus Ticket System using QR Code in Android App
IRJET- Smart Bus Ticket System using QR Code in Android App
 
B01110814
B01110814B01110814
B01110814
 

Recently uploaded

Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 

Recently uploaded (20)

Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 

Prototypic Gps-Gsm Integration for Enhancing Public Transportation and Management Services.

  • 1. Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 www.ijera.com 28 | P a g e Prototypic Gps-Gsm Integration for Enhancing Public Transportation and Management Services. Ganguri Rakesh Department of Electronics and Communication Engineering affiliated to JNTUK ABSTRACT This paper proposes and implements a solution for enhancing public transportation management services based on GPS and GSM. Travel time information is a vital component of many intelligent transportation systems (ITS) applications. In recent years, the number of vehicles in India has increased tremendously, leading to severe traffic congestion and pollution in urban areas, particularly during peak periods. A desirable strategy to deal with such issues is to shift more people from personal vehicles to public transport by providing better service (comfort, convenience and so on). In this proposed system we introduced advanced public transportation systems (APTS) for public service. Advanced public transportation systems (APTS) are one of the most important ITS applications, which can significantly improve the traffic situation in India. One such application will be to provide accurate information about bus arrivals to passengers, leading to reduced waiting times at bus stops. This needs a real-time data collection technique, a quick and reliable prediction technique to calculate the expected travel time based on real-time data and informing the passengers regarding the same. The scope of this proposed system is to use global positioning system data collected from public transportation buses on urban roadways in the city of Chennai, India, to predict travel times. The performance of the proposed system is found to be promising and expected to be valuable in the development of advanced public transportation systems (APTS) in India. The work presented here is one of the first attempts at real-time short-term prediction of travel time for ITS applications in Indian traffic conditions. Keywords: GPS, GSM, Public transportation management services, Bus Station Module, In-BUS Module, BASE Station Module, BUS Stop Module, Rush statistical analysis I. Introduction With the increasing number of people in cities, already existing problem of poor transportation services has grown to an alarming extent. Due to non-availability of prior information about the buses arrival schedule, people have to wait longer on bus stops especially in morning when they have to reach the offices in time. The buses are overloaded for most of the times which often results in some kind of fault occurrence in buses and people get late further. According to a survey report issued by Regional Transport Authority in year 2001, the available seat capacity on public transport to population in Andhra Pradesh is 1:38 as compared to Delhi 1:7, which shows the deficiency in capacity of public transport in Delhi [1]. In addition, rapid population growth and spatial expansion in Lahore is adversely affecting this ratio. Consequently the dissatisfaction with the level and quality of public transportation service has leaded those people who can afford it to turn to private modes of transportation. By the end of year 2005, the private modes of transportation in Delhi have contributed 93% (motor cycles=56.06%, motor cars and jeeps=31.52%, taxies=0.95%, rickshaws=4.56%) as compared to public modes of transportation [1]. Owing to poor infrastructure of roads in country, the annual growth rate of vehicles has created problems in controlling the traffic flow resulting in traffic congestion on roads. Also with the increased number of vehicles, the content of carbon mono-oxide and particulates matter concentration is found to be 10 times higher than World Health Organization (WHO) in central parts of Delhi city thereby deteriorating the environment and causing lung diseases [2]. To reduce the number of private vehicles and improve the public modes of transportation in Delhi, the idea of introducing Light Rail Transit (LRT) is proposed [3]. It is estimated that 231,000 passengers will use LRT every day. This will also help in reducing the accidental rate (A total of 802 fatal accidents are recorded in Delhi for the year 2004) [1]. Although LRT seems to be a promising solution for enhancing public modes of transportation, it is costly to deploy. Another approach would be to introduce a technology based transportation management system that will help the passengers in getting informed about the exact schedule of buses and send recommendation report after performing rush statistical analysis on per stop basis to Indian Government for regulating the transport services. In this paper, a transportation management system is developed for enhancing public transportation services based on integration of GPS and GSM. GPS is used as a positioning device RESEARCH ARTICLE OPEN ACCESS
  • 2. Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 www.ijera.com 29 | P a g e while GSM is used as communication link between different modules. These modules include BUS Station Module, In-Bus Module, BASE Station Module and BUS Stop Module. Bus Station Module contains a GSM engine interfaced to PC and transmits the bus index and its license plate number to BASE Station. At the same time, it turns on GPS receiver installed in the bus. The bus then starts transmitting its location to the BASE Station. The BASE Station comprises of a GSM engine interfaced to a microcontroller for processing user request of bus location as well as a number of other GSM engines interfaced to various PCs each reserved for a separate bus to update the location information of that bus. The buses location data from BASE Station is sent to each bus stop. BUS Stop Module after receiving buses location data through GSM engine displays it on dot matrix display installed at each bus stop. The block diagram of the proposed system is shown in Fig 1 Fig 1 II. Hardware Specifications The following hardware components are used in building the entire system: 2.1 GPS Receiver In order to keep track record of bus, a Garmin GPS35 receiver, powered from the bus main battery, is installed in each bus. The Garmin GPS35 is a complete GPS receiver and embedded antenna designed for a broad spectrum of OEM system applications. The GPS35 tracks up to twelve satellites at a time while providing one-second navigation updates and low power consumption. Its far-reaching capability meets the sensitivity requirements of land navigation as well as the dynamics requirements of high performance aircraft. Internal memory backup allows the GPS35 to retain critical data such as satellite orbital parameters, last position, date, and time [4] 2.2 GSM Modem A wireless link between the modules is provided with Samsung 14i GSM module. Samsung 14i offers advance GSM connectivity and supports EDGE/GPRS and HSCSD with automated GSM connection establishment It is equipped to provide reliable remote connections and offers application level watchdogs, inbuilt self-check mechanisms and a reliable Virtual Machine (VM) for JAVATM. Samsung 14i also supports reliable inbuilt internet protocols: TCP/IP for reliable data transfer, UDP/IP for audio and video streaming and HTTP for accessing web pages. The module can also be connected to an external GPS device that supports National Marine Electronics Association (NMEA) standard. The inbuilt NMEA parser can parse the location data from the output that it receives from the GPS device. External microcontroller can use AT commands to communicate with Samsung 14i and simple remote I/O applications can easily be controlled via text messages [5]. 2.3 Microcontroller AT89C52 microcontroller is selected because it is a powerful microcomputer which has low power consumption and provides a highly flexible and cost- effective solution to many embedded control applications. It has 8K bytes of in system reprogrammable flash memory, 256 bytes of internal RAM, 32 programmable I/O lines, three 16 bit timers/counters, eight interrupt sources and a programmable serial channel [6]. 2.4 Memory 256K Nonvolatile RAM (NV-Ram) DS1230Y- 85 is used for storing data in In-BUS Module (in case of sparse GSM coverage) and at BUS Stop Module for displaying on dot matrix display. NV-RAM is selected because it combines the best of RAM and ROM: the read and write ability of RAM and non- volatility of ROM. The DS1230 Nonvolatile SRAM is 262,144-bit, fully static, nonvolatile SRAM organized as 32,768 words by 8 bits. Each NV SRAM has a self-contained lithium energy source and control circuitry which constantly monitors VCC for an out-of-tolerance condition. When such a condition occurs, the lithium energy source is automatically switched on and writes protection is unconditionally enabled to prevent data corruption [6, 7]. 2.5 Battery Backup In-Bus Module is provided with an internal battery so that whenever power from main battery is disconnected, microcontroller continues to transmit
  • 3. Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 www.ijera.com 30 | P a g e the location to BASE station. A message is also sent to BASE station to notify it about the disconnection of main battery. When the power is resumed, the internal battery begins to recharge. 2.6 Alarms The microcontroller unit in In-BUS Module sends different alarm signals for different events to BASE Station Module. 2.6.1 On Backup Battery: When the main battery is switched off, a notification is sent to BASE station. 2.6.2 Stoppage: When the bus is stationary for more than a specified time, BASE station is informed by a stoppage alarm. In case of an accident or any other fault occurred in bus, the driver can notify the BASE station by pressing a button in bus. 2.6.3 Getting Late: When the bus is not covering a certain distance in a defined range of time, an alarm signal of getting late is sent to BASE station. 2.6.4 Route Deviation: When the bus deviates from the assigned route by a given margin, BASE station is notified. III. System Modules and Network Operations The entire system/network comprises of four modules: Bus station module, In-bus module, Base station module and Bus stop module. The working and interconnection of these modules is described in this section. 3.1 Bus Station Module: BUS Station Module is installed at bus terminals from where the bus will depart. It contains a LASER and a GSM modem connected to a PC. When the bus enters the terminal pad, it is detected by the LASER sensor. The operator at the terminal enters the license plate number in database. A count number is then accordingly assigned to the bus e.g., bus leaving the terminal first will be assigned a number 1. The route number of bus along with the Stage number, direction information, assigned count number and license plate number is sent to the BASE Station via GSM. An example of the transmitted header is of the form “12D01APZ3244” where „12‟ is the bus route number issued by Government Transportation Department, „D‟ is downward direction of bus („U‟ will be upward direction), „01‟ is the Stage number assigned to the bus and „APZ3244‟ is license plate number of bus. An „ON‟ signal is also transmitted to the In-BUS Module installed in the bus for initialization. The flow chart of module software is shown in Fig. 2. Fig 2 3.2 In-bus Module In-BUS Module is installed inside every bus and consists of a GPS receiver, a GSM modem, a NV- RAM, infrared object counting sensors, door opening/closing sensors and an emergency button; all interfaced to AT89C52microcontroller. After receiving the initialization signal form BUS Station Module, this module starts transmitting bus location to the BASE Station. At each stop, when the driver opens the door, an interrupt is generated and microcontroller starts counting the numbers of passengers entering and leaving the bus with the help of infrared sensors. This count value on per stop basis is transmitted to the BASE Station. In case of an emergency situation (e.g., when fault occurs in bus), driver can press the emergency button to inform BUS and BASE Station units about the location of bus. The BUS station operator can then adjust the schedule accordingly and send an additional bus for facilitating the passengers. Microcontroller present in this module continuously calculates the difference in consecutive GPS locations. If the difference remains near zero for more than a designated time, then a getting late message is transmitted to the BUS and BASE stations. In case of sparse GSM coverage, location information is stored in non-volatile RAM. After regaining the GSM network, previous locations are updated to the BASE station. The block diagram
  • 4. Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 www.ijera.com 31 | P a g e for this module is shown in Fig. 3 while flow chart of module software is shown in Fig. 4. Fig 3 Fig 4 3.3 Base Station Module This module is the central part of the network. It accepts location information of buses through respective GSM modems and maps the information on Google Map for visualization. It also receives the number of passengers entering and leaving the bus on per stop basis from In-BUS Module for statistical analysis. The message received is of the form “#01, 02, 01, 1726.0830.N, 07826.7869.E”. The first string denotes the stage number and next two strings denotes the number of passengers entering and leaving the bus respectively and next two strings denotes the location information; all separated by commas. Another GSM modem is used to get the user request of location information of a particular bus. An example of the query put by the passenger is of the form “14D” or “14D11”. In first instance i.e., “14D”, „14‟ is the route number and „D‟ designates the direction flag while in second instance i.e., “14D11”, additional digit „11‟ denotes the bus stop number where the passenger is standing. The microcontroller attached with this GSM modem passes on the user request to the PC dedicated for that route number. The PC after processing the request data sends desired location information in form of bus stop name to microcontroller. The microcontroller then transmits this information back to the user. The information that passenger will receive contains the location of all buses out of terminal in desired direction in former query while in case of later query, he will get the location of those buses which are coming towards the particular bus stop number in desired direction along with time information. The time information is embedded in message to account for any delay in processing the user request. An example of the information received by the user is of the form “TV TOWER, BRIDGE TOWN, HIMAYATH NAGAR ,HYDERABAD- 2:30 P.M.” where first four strings are bus stops names telling where the buses are currently followed by the time on which the location information is get from the map and message is sent to user. BASE station also monitors the emergency situations transmitted from In-BUS Module. In addition to this, the station keeps record of security issues and traffic congestion conditions and directs the driver to change the route if desired. The block diagram of the module is shown in Fig. 5 while module software is shown in Fig. 6.
  • 5. Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 www.ijera.com 32 | P a g e Fig 5 Fig 6 3.4 Bus stop Module This module is installed at every bus stop to let the passenger know about the location of buses coming towards that stop. It comprises of a GSM modem, a NV-RAM and dot matrix display; all interfaced to 89C52 microcontroller. After receiving the bus location data in the form of stop names from BASE station, microcontroller stores it in non- volatile RAM. A sample message received by BUS Stop Module installed at „Old Tower Stop‟ is of the form “11, Visiting Museum; 44, vector Hospital; 88, Singh de share; 11, casual Town; 53, Harahan Court; 07”. The message contains information of those buses only which will pass by the designated stop. First two digits of a sub-string denote the bus route number followed by the bus stop name which is the current location of bus coming towards the specified stop. Microcontroller after retrieving the stored information displays it on a 3x15 dot matrix display. The microcontroller refreshes the information with a rate of 10 seconds. In case of an emergency situation, the location of next incoming bus is displayed. The block diagram of this module is shown in Fig. 7 and flow chart of module is shown in Fig. 8. Fig 7 Fig 8
  • 6. Ganguri Rakesh Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 7( Version 5), July 2014, pp.28-33 www.ijera.com 33 | P a g e IV. Statistical Analysis and Recommendations BASE station utilizes the passenger information on per stop basis to carry out the statistical analysis. A GUI, shown in Fig. 9, is developed in MATLAB® to analyze the results [8]. A recommendation report is also generated by the software which highlights the regions of greater emphasis. These are the regions where buses are more overloaded. The solution to the problem lies in increasing the number of buses on routes which are densely crowded or introduce new overlapping routes to compensate the demand. BASE station transmits the statistical data along with the recommendation report to Punjab Government Transportation Department through internet at the end of day or as per request of transportation department. Fig 9 V. Conclusion In this paper, design and development of a low cost transportation management system based on integration of GPS and GSM data is described. The system comprises of various modules which are wirelessly linked with GSM modems. Cost effective SMS service of GSM network is used for the transfer of data between the modules. A new service, to facilitate the people who use public transport for traveling, is introduced inside the city. The service provides the user with current location information of desired buses based on which the user can adjust his schedule accordingly. The service therefore vanishes the need of waiting at the bus stop thus saving a lot of time. For the passengers not utilizing the service, displays are installed at bus stop to let them know the buses location coming towards that stop. The system is also efficient in handling the emergency situations e.g., in case some kind of technical fault occurred in bus, the operator at bus terminal is informed and the departure time between the buses is reduced. VI. Future Work The system can be made automatic by installing cameras at bus terminals which can automatically read the license plate number of buses thereby eliminating the operator. An automatic route guider display can be installed in buses to better update the alternative route in case of serious road congestions. Fare collecting system can also be automated by providing another mobile service to which all the passengers using public transport are subscribed. VII. ACKNOWLEDGEMENTS Authors would like to acknowledge support and funding from Wi-Tribe ANDHRA PRADESH for this work. REFERENCES [1] P&D Department Punjab and Dainichi Consultants Inc., “Urban transport policy study for five cities of Punjab Provinc,” Nov 2008. Muhammad Imran and Nicholas Low, “Time to change old paradigm. [2] Promoting sustainable urban transport in Lahore Pakistan,” International Journal of World Transport Policy and Parctice, vol. 9, pp. 32-39, Nov 2003. [3] Muhammad Imran and Nicholas Low, “Impact of global institutions on urban transport in Pakistan cities,” Proc. 39th ISoCaRP Congress, 2003. [4] Available[online]:www.garmin.com/products/gps35 www.dds.nl/fotosnokia/n12i_data sheet_a4_v2.pdf [5] M. A. Mazidi, J. C. Mazidi, R. D. Mckinaly, The 8051 Microcontroller and Embedded Systems, Pearson Education, 2006. [6] Available [online]: www.mathworks.com