SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2505
Smart Bus for Smart City Using IoT
Nanda kishore L1, Rajashekaran S2, Suriya N3, Vignesh V4
1,2,3,4Student, Department of IT, SRM Valliammai Engineering College, Tamilnadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract –Time is the mostindispensablethingintheworld.
There are many people wasting their time by waiting in bus
stops for long time without knowingtheexactarrivaltimeand
status of bus. Even though many buses are available for the
same location, there is no proper platform to get their details.
There are many reasons for irregular timing of bus. If people
travelling by bus, get the next bus information and the
approximate arrival time based on normal traffic conditions
along with the count of passengers in the bus, it will increase
the trustworthiness in public transport. This system proposes
an android application which will provide a way to track the
public bus using GPS (Global Positioning System), to find out
the number of passengers in the bus and also to inform the
estimated time of arrival to the passengers. The Location and
Occupancy of Bus can be displayed in application along with
expected arrival time. It will also contain the details of all the
bus like Bus number, Bus routes, Type of Bus service and Bus
timings. Existing bus transport system doesn’t provide any
digital assistance to the passenger. Moreover, in country like
India it is difficult for the passengers to plan their departure
time. In this system an IOT based sensor is integrated in the
buses to monitor the seat occupancy and a way to pay ticket
fee digitally is also provided. By using cashless payment
method corruption and paper receipt can be avoided. This
methodology helps the passengers to plan their trip
accordingly. This approach helps the passenger to track the
live status of the bus using GPS sensor.
KEYWORDS: Public Transportation, Bus, Real Time
Tracking, Internet of Things, GPS, IR Sensor, Android
1. INTRODUCTION
“Time fleeth away without delay”, as the quote says time is
precious. In our daily routine transportation pays a major
role, but it also consumes more time especially in bus
transportation which is due to traffic this can be avoided by
giving exact information. The status, availability and their
arrival time are not known. Our app “Occupancy
Identification and Location Tracking of Bus” provides a way
to overcome it. Nowadays android phones are used by
almost everyone, our idea is to make it available for
everyone so we have developed an android application and
also match the current trend. Our android application
provides user the details (location, time and status) about
the buses of the particular route. Along with bus timing it
will also provide additional details suchasEstimatedArrival
Time (ETA) of Bus and Occupancy details. In order to find
ETA of bus K-Means algorithm is used, which gives the most
accurate ETA. To give details about occupancy level of the
bus, IR sensors are attached to the both the doors (entryand
exit) so that the count of passengers getting in and going out
are calculated. The Delay of bus due to various reasons are
analysed using the Decision Tree algorithm and the current
status of the bus is given to the user. Our also provides
secured payment method to the user to pay their ticket fare
via online, so that it reduces the time of issuing the ticket.
This paper consists of four sections. The first section shows
the survey made on existing systems and the findings. The
second section elaborates on the methodology or the
proposed work. The third section shows the experimental
setup and the results. The final section gives the conclusion
and future work.
2. LITERATURE SURVEY
Basically, the android application facilitiesforthepassengers
will majorly fall under two categories:
1. Location Tracking
2. Occupancy Identification
The following section provides the details about the existing
systems and related works.
1. Rose Mary John, Finky Francis, Jinesh K J, Alwyn
Antony, “Smart Public Transport System”. This systemhelps
the user to provide current location of the bus and alert the
passengers if the driver goes over speed. The output of the
web application is to give details about the current position
of the bus.
2. Suleyman Eken , Ahmet Sayar ,”A Smart Bus Tracking
Based on Location –Aware Services and QR codes”. The
system is used to provide the current position of the bus
along with the Estimated Arrival Time. The output of the
application is showed when user scanned the QR code from
the bus stop.
3. S. Sharad, P. Bagavathi Sivakumar, V. Anantha
Narayanan, “The smart bus for a smart city”. This system
provides the details and estimated arrival time of bus for
subscribed one alone. The output of this systemistogivethe
location and EstimatedArrival Timeforthesubscribedbuses
alone.
4. A J Kadam, Virendra Patil, Kapish Kaith, Dhanashree
Patil, Shambhavi Bendre,” Smart Bus for Smart City Using
IOT Technology”. This is used to know the Estimated Arrival
Time and occupancy of the bus. The output of this system
provide the bus live location and Estimated Arrival Time of
the bus along with seat occupancy.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2506
3. PROPOSED WORK
The proposed system is based on IoT and Android approach
which uses methodologies like Decision tree, K-means
algorithm for processing.
The process is divided into 3 different phases whichemploys
various algorithms and methods for implementation.
3.1. LOGIN AND LOCATION FETCH MODULE
This moduleallows the new userstocreateaccountifalready
not created. The Login Form module presents application
visitors with a window withusernameandpasswordfields.If
the userentersavalidusername/passwordcombinationthey
will be granted access to application. If wrong/forgot
password, the application allows the user to change
password. After credential validation it directs to new
window which having map. It automatically fetches the
location from the user mobile but user must grant location
permission to this application or else it throws error in
fetching.
Fig-2.1 shows the flow of login process.
After successfulloginitautomaticallyfetchesthelocationand
shows in the application window with pin point icon.
3.2. PIR AND GPS SENSOR DATA COLLECTION MODULE
The GPS sensor placed in the bus fetches current location of
bus and that location is sent to server for every 1 minute. So
the location of bus can be fetched and displayed accurately.
Two PIR sensors are placed in entry and exitwayofbus.Both
detects the count of human by the heat emission of body. So
the plastic bags, covers and walk sticks can be avoided in
occupancy count. Count from entry way sensor is
incrementally added to the occupancy count. In parallel, the
count from exit way sensor is decremented by value fetched
from this sensor.
Sample Calculation:
If bus total capacity is 52 and Value of PIR Sensor in
entry(PIR1) is and in exit(PIR2) is 15
Availability = Total - (PIR1 – PIR2) = 52 – (30-15) = 52 – 15
= 37 Seats
This seat occupancycalculation is done for each bus stopand
also it calculates whenever value thrown from sensors.
Fig - 2.2 PIR and GPS Sensor Data Collection
The Figure No. 2.2.a shows the flow of how location and
occupancy value is stored in server database. Both data are
fetched in frequent time difference. So accuracy in data can
be maintained.
3.3. SEARCH AND PAYMENT MODULE
The application allows the user to enter destination. User
location can be either manually entered or automatically
fetched. Based on destination, it will show the various buses
available in that route fornext 4 hours. Searchresultwindow
also shows the details of bus such as bus no, number ofstops,
bus route, ETA, current locationofbusandoccupancylevelof
bus. K-means algorithm is used to calculate ETA. Based on
past week data of bus timings, it will calculate the arrival
time.
Fig-2.3. a K-means algorithm graph
The Fig- 2.3.a shows the arrival time of bus in each stop in
various time intervals.
Decision tree algorithm is applied to alert the passenger if
any breakdown or traffic. If bus stays in same location for
more than specified time in predefined data, it alerts the
passenger.
Fig- 5.3.b: Decision Tree sample set
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2507
4. SYSTEM ARCHITECTURE
Fig-3 architecture diagram consists of GPS sensor and PIR
sensor, which are placed in the bus. The GPS sensor is fixed
in the bus to get the current location of the bus. The PIR
sensor is fixed in the steps of the bus to count number of
persons getting in and out of the bus. The GPS and PIR
sensor are connected to the Arduino uno anda Wi-Fimodule
is also connected to transmit the sensor collected datatothe
Database. The user has to install the android applicationand
login to the application. Then the user location will be
fetched by the admin after that user have to search for a
destination. The admin provides the nearbybusdetailsfrom
the database.
Fig -3: System Architecture
5. IMPLEMENTATION OF THE SYSTEM
The Arduino UNO board embedded with AtMega2560p
microcontroller is used. The PIR sensors are added to detect
humans in entry and exit of bus. The GPS modules are
connected to the board for fetching location from bus. The
implementation is shown in Fig-4.
Fig -4.1: System Implementation
The K-Means implementation is carried out according to the
bus timings value of previous week dataset obtained.
Fig -4.2: K-Means Calculation
Fig -4.3: Android UI Implementation
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2508
6. RESULTS
The output of the system shows the location fetchingandlist
of various buses available as shown in Fig-5.1 and Fig-5.2. It
allows the user to search buses based on destination and
current location is automatically fetched.
Fig -5: Location Fetch
Fig -7: List of buses available
7. CONCLUSION AND FUTURE WORK
This system is useful for the bus passengers to access a
flexible and easy android UI platform when around other
people. This helps the commuting people to understand
timings of bus and occupancy level of bus. In future work, it
can be implemented in unreserved long distance travelling
buses and reservation of seats can be done through android
application.
REFERENCES
[1] Charles X. Ling, Victor S. Sheng, and Qiang Yang, Senior
Member, IEEE,” Test Strategies for Cost-Sensitive
Decision Trees”, IEEETRANSACTIONSON KNOWLEDGE
AND DATA ENGINEERING, VOL. 18, NO. 8, AUGUST
2006.
[2] G.Agamennoni,J.Nieto,andE.Nebot. Robustinference of
principal road paths for intelligent transportation
systems. Intelligent Transp. Systems, IEEETransactions
on, 12(1):298–308, March 2011.
[3] Tongyu Zhu ; Fajin Ma ; Tao Ma ; Congcong Li, The
prediction of bus arrival time using global positioning
system data and dynamic traffic information, Wireless
and Mobile Networking Conference (WMNC), 2011 4th
Joint IFIP,pp. 1-5 , Oct. 2011
[4] S. Pooja, “Vehicle Tracking System Using GPS”,
International Journal of Science and Research (IJSR),
vol. 2, no. 9, pp. 128-130 2013
[5] Suleyman Eken , Ahmet Sayar ,”A Smart Bus Tracking
Based on Location –Aware Services and QRcodes”,2014
[6] A J Kadam ,Virendra Patil, Kapish Kaith, Dhanashree
Patil, Shambhavi Bendre,”Smart Bus For Smart City
Using IOT Technology”,2018

More Related Content

What's hot

RFID based design for vehicle location system
RFID based design for vehicle location systemRFID based design for vehicle location system
RFID based design for vehicle location systemmsc84
 
IRJET- A Study on Smart Parking System using IOT for Indian Malls
IRJET- A Study on Smart Parking System using IOT for Indian MallsIRJET- A Study on Smart Parking System using IOT for Indian Malls
IRJET- A Study on Smart Parking System using IOT for Indian MallsIRJET Journal
 
Gps Tracker with RFID | School Security |
Gps Tracker with RFID | School Security | Gps Tracker with RFID | School Security |
Gps Tracker with RFID | School Security | techlead-india
 
Conceptualization of IoT Powered Parking System
Conceptualization of IoT Powered Parking SystemConceptualization of IoT Powered Parking System
Conceptualization of IoT Powered Parking SystemIJERA Editor
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET Journal
 
IRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET Journal
 
IRJET - Android Application to Generate Auto Renewal Bus Pass System
IRJET - Android Application to Generate Auto Renewal Bus Pass SystemIRJET - Android Application to Generate Auto Renewal Bus Pass System
IRJET - Android Application to Generate Auto Renewal Bus Pass SystemIRJET Journal
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET Journal
 
Top Cited Articles International Journal of Computer Science, Engineering and...
Top Cited Articles International Journal of Computer Science, Engineering and...Top Cited Articles International Journal of Computer Science, Engineering and...
Top Cited Articles International Journal of Computer Science, Engineering and...IJCSEA Journal
 
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET Journal
 
IRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET Journal
 
IRJET- Modern E-Parking System for Smart Cities
IRJET-  	  Modern E-Parking System for Smart CitiesIRJET-  	  Modern E-Parking System for Smart Cities
IRJET- Modern E-Parking System for Smart CitiesIRJET Journal
 
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 systemIRJET Journal
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
THE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMTHE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMijcsit
 
IRJET- Eco-Friendly Smart Toll Gates
IRJET- Eco-Friendly Smart Toll GatesIRJET- Eco-Friendly Smart Toll Gates
IRJET- Eco-Friendly Smart Toll GatesIRJET Journal
 
IRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET Journal
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management journal ijrtem
 
IRJET- Toll Collection Automation
IRJET-  	  Toll Collection AutomationIRJET-  	  Toll Collection Automation
IRJET- Toll Collection AutomationIRJET Journal
 
IRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial AreasIRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial AreasIRJET Journal
 

What's hot (20)

RFID based design for vehicle location system
RFID based design for vehicle location systemRFID based design for vehicle location system
RFID based design for vehicle location system
 
IRJET- A Study on Smart Parking System using IOT for Indian Malls
IRJET- A Study on Smart Parking System using IOT for Indian MallsIRJET- A Study on Smart Parking System using IOT for Indian Malls
IRJET- A Study on Smart Parking System using IOT for Indian Malls
 
Gps Tracker with RFID | School Security |
Gps Tracker with RFID | School Security | Gps Tracker with RFID | School Security |
Gps Tracker with RFID | School Security |
 
Conceptualization of IoT Powered Parking System
Conceptualization of IoT Powered Parking SystemConceptualization of IoT Powered Parking System
Conceptualization of IoT Powered Parking System
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
 
IRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection System
 
IRJET - Android Application to Generate Auto Renewal Bus Pass System
IRJET - Android Application to Generate Auto Renewal Bus Pass SystemIRJET - Android Application to Generate Auto Renewal Bus Pass System
IRJET - Android Application to Generate Auto Renewal Bus Pass System
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR Code
 
Top Cited Articles International Journal of Computer Science, Engineering and...
Top Cited Articles International Journal of Computer Science, Engineering and...Top Cited Articles International Journal of Computer Science, Engineering and...
Top Cited Articles International Journal of Computer Science, Engineering and...
 
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
 
IRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoT
 
IRJET- Modern E-Parking System for Smart Cities
IRJET-  	  Modern E-Parking System for Smart CitiesIRJET-  	  Modern E-Parking System for Smart Cities
IRJET- Modern E-Parking System for Smart Cities
 
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- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
THE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMTHE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEM
 
IRJET- Eco-Friendly Smart Toll Gates
IRJET- Eco-Friendly Smart Toll GatesIRJET- Eco-Friendly Smart Toll Gates
IRJET- Eco-Friendly Smart Toll Gates
 
IRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated VehicleIRJET- Smart Travel Automated Vehicle
IRJET- Smart Travel Automated Vehicle
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management
 
IRJET- Toll Collection Automation
IRJET-  	  Toll Collection AutomationIRJET-  	  Toll Collection Automation
IRJET- Toll Collection Automation
 
IRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial AreasIRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial Areas
 

Similar to IRJET- Smart Bus for Smart City using IoT

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
 
IRJET-V7I61054.pdf
IRJET-V7I61054.pdfIRJET-V7I61054.pdf
IRJET-V7I61054.pdfEllenC5
 
IRJET- Public Bus Transport Location Monitoring System
IRJET- Public Bus Transport Location Monitoring SystemIRJET- Public Bus Transport Location Monitoring System
IRJET- Public Bus Transport Location Monitoring SystemIRJET 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 SystemIRJET Journal
 
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 IOTIRJET Journal
 
Smart Ticketing System for Public Transport
Smart Ticketing System for Public TransportSmart Ticketing System for Public Transport
Smart Ticketing System for Public TransportIRJET 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 AppIRJET Journal
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET Journal
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance SystemIRJET Journal
 
IRJET - An E-Ticket Application with Location Tracking for Public Transport Bus
IRJET - An E-Ticket Application with Location Tracking for Public Transport BusIRJET - An E-Ticket Application with Location Tracking for Public Transport Bus
IRJET - An E-Ticket Application with Location Tracking for Public Transport BusIRJET Journal
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET Journal
 
IRJET- Real Time Transport Tracking and Management System using Google API
IRJET- Real Time Transport Tracking and Management System using Google APIIRJET- Real Time Transport Tracking and Management System using Google API
IRJET- Real Time Transport Tracking and Management System using Google APIIRJET Journal
 
IRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET Journal
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep LearningIRJET Journal
 
GPRS Based Bus Monitoring System
GPRS Based Bus Monitoring SystemGPRS Based Bus Monitoring System
GPRS Based Bus Monitoring SystemIRJET Journal
 
IRJET-0 Bus Tracker Via GPS using Andriod Application
IRJET-0 	  Bus Tracker Via GPS using Andriod ApplicationIRJET-0 	  Bus Tracker Via GPS using Andriod Application
IRJET-0 Bus Tracker Via GPS using Andriod ApplicationIRJET Journal
 
Smart government transportation with cloud security
Smart government transportation with cloud securitySmart government transportation with cloud security
Smart government transportation with cloud securityIRJET Journal
 

Similar to IRJET- Smart Bus for Smart City using IoT (20)

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-V7I61054.pdf
IRJET-V7I61054.pdfIRJET-V7I61054.pdf
IRJET-V7I61054.pdf
 
IRJET- Public Bus Transport Location Monitoring System
IRJET- Public Bus Transport Location Monitoring SystemIRJET- Public Bus Transport Location Monitoring System
IRJET- Public Bus Transport Location Monitoring System
 
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
 
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
 
Smart Ticketing System for Public Transport
Smart Ticketing System for Public TransportSmart Ticketing System for Public Transport
Smart Ticketing System for Public Transport
 
BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 
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 - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoT
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance System
 
IRJET - An E-Ticket Application with Location Tracking for Public Transport Bus
IRJET - An E-Ticket Application with Location Tracking for Public Transport BusIRJET - An E-Ticket Application with Location Tracking for Public Transport Bus
IRJET - An E-Ticket Application with Location Tracking for Public Transport Bus
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 
IRJET - Blind Aid
IRJET - Blind AidIRJET - Blind Aid
IRJET - Blind Aid
 
IRJET- Real Time Transport Tracking and Management System using Google API
IRJET- Real Time Transport Tracking and Management System using Google APIIRJET- Real Time Transport Tracking and Management System using Google API
IRJET- Real Time Transport Tracking and Management System using Google API
 
IRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking SystemIRJET- IoT based Sensor Enabled Smart Parking System
IRJET- IoT based Sensor Enabled Smart Parking System
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep Learning
 
GPRS Based Bus Monitoring System
GPRS Based Bus Monitoring SystemGPRS Based Bus Monitoring System
GPRS Based Bus Monitoring System
 
IRJET-0 Bus Tracker Via GPS using Andriod Application
IRJET-0 	  Bus Tracker Via GPS using Andriod ApplicationIRJET-0 	  Bus Tracker Via GPS using Andriod Application
IRJET-0 Bus Tracker Via GPS using Andriod Application
 
Smart government transportation with cloud security
Smart government transportation with cloud securitySmart government transportation with cloud security
Smart government transportation with cloud security
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 

IRJET- Smart Bus for Smart City using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2505 Smart Bus for Smart City Using IoT Nanda kishore L1, Rajashekaran S2, Suriya N3, Vignesh V4 1,2,3,4Student, Department of IT, SRM Valliammai Engineering College, Tamilnadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract –Time is the mostindispensablethingintheworld. There are many people wasting their time by waiting in bus stops for long time without knowingtheexactarrivaltimeand status of bus. Even though many buses are available for the same location, there is no proper platform to get their details. There are many reasons for irregular timing of bus. If people travelling by bus, get the next bus information and the approximate arrival time based on normal traffic conditions along with the count of passengers in the bus, it will increase the trustworthiness in public transport. This system proposes an android application which will provide a way to track the public bus using GPS (Global Positioning System), to find out the number of passengers in the bus and also to inform the estimated time of arrival to the passengers. The Location and Occupancy of Bus can be displayed in application along with expected arrival time. It will also contain the details of all the bus like Bus number, Bus routes, Type of Bus service and Bus timings. Existing bus transport system doesn’t provide any digital assistance to the passenger. Moreover, in country like India it is difficult for the passengers to plan their departure time. In this system an IOT based sensor is integrated in the buses to monitor the seat occupancy and a way to pay ticket fee digitally is also provided. By using cashless payment method corruption and paper receipt can be avoided. This methodology helps the passengers to plan their trip accordingly. This approach helps the passenger to track the live status of the bus using GPS sensor. KEYWORDS: Public Transportation, Bus, Real Time Tracking, Internet of Things, GPS, IR Sensor, Android 1. INTRODUCTION “Time fleeth away without delay”, as the quote says time is precious. In our daily routine transportation pays a major role, but it also consumes more time especially in bus transportation which is due to traffic this can be avoided by giving exact information. The status, availability and their arrival time are not known. Our app “Occupancy Identification and Location Tracking of Bus” provides a way to overcome it. Nowadays android phones are used by almost everyone, our idea is to make it available for everyone so we have developed an android application and also match the current trend. Our android application provides user the details (location, time and status) about the buses of the particular route. Along with bus timing it will also provide additional details suchasEstimatedArrival Time (ETA) of Bus and Occupancy details. In order to find ETA of bus K-Means algorithm is used, which gives the most accurate ETA. To give details about occupancy level of the bus, IR sensors are attached to the both the doors (entryand exit) so that the count of passengers getting in and going out are calculated. The Delay of bus due to various reasons are analysed using the Decision Tree algorithm and the current status of the bus is given to the user. Our also provides secured payment method to the user to pay their ticket fare via online, so that it reduces the time of issuing the ticket. This paper consists of four sections. The first section shows the survey made on existing systems and the findings. The second section elaborates on the methodology or the proposed work. The third section shows the experimental setup and the results. The final section gives the conclusion and future work. 2. LITERATURE SURVEY Basically, the android application facilitiesforthepassengers will majorly fall under two categories: 1. Location Tracking 2. Occupancy Identification The following section provides the details about the existing systems and related works. 1. Rose Mary John, Finky Francis, Jinesh K J, Alwyn Antony, “Smart Public Transport System”. This systemhelps the user to provide current location of the bus and alert the passengers if the driver goes over speed. The output of the web application is to give details about the current position of the bus. 2. Suleyman Eken , Ahmet Sayar ,”A Smart Bus Tracking Based on Location –Aware Services and QR codes”. The system is used to provide the current position of the bus along with the Estimated Arrival Time. The output of the application is showed when user scanned the QR code from the bus stop. 3. S. Sharad, P. Bagavathi Sivakumar, V. Anantha Narayanan, “The smart bus for a smart city”. This system provides the details and estimated arrival time of bus for subscribed one alone. The output of this systemistogivethe location and EstimatedArrival Timeforthesubscribedbuses alone. 4. A J Kadam, Virendra Patil, Kapish Kaith, Dhanashree Patil, Shambhavi Bendre,” Smart Bus for Smart City Using IOT Technology”. This is used to know the Estimated Arrival Time and occupancy of the bus. The output of this system provide the bus live location and Estimated Arrival Time of the bus along with seat occupancy.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2506 3. PROPOSED WORK The proposed system is based on IoT and Android approach which uses methodologies like Decision tree, K-means algorithm for processing. The process is divided into 3 different phases whichemploys various algorithms and methods for implementation. 3.1. LOGIN AND LOCATION FETCH MODULE This moduleallows the new userstocreateaccountifalready not created. The Login Form module presents application visitors with a window withusernameandpasswordfields.If the userentersavalidusername/passwordcombinationthey will be granted access to application. If wrong/forgot password, the application allows the user to change password. After credential validation it directs to new window which having map. It automatically fetches the location from the user mobile but user must grant location permission to this application or else it throws error in fetching. Fig-2.1 shows the flow of login process. After successfulloginitautomaticallyfetchesthelocationand shows in the application window with pin point icon. 3.2. PIR AND GPS SENSOR DATA COLLECTION MODULE The GPS sensor placed in the bus fetches current location of bus and that location is sent to server for every 1 minute. So the location of bus can be fetched and displayed accurately. Two PIR sensors are placed in entry and exitwayofbus.Both detects the count of human by the heat emission of body. So the plastic bags, covers and walk sticks can be avoided in occupancy count. Count from entry way sensor is incrementally added to the occupancy count. In parallel, the count from exit way sensor is decremented by value fetched from this sensor. Sample Calculation: If bus total capacity is 52 and Value of PIR Sensor in entry(PIR1) is and in exit(PIR2) is 15 Availability = Total - (PIR1 – PIR2) = 52 – (30-15) = 52 – 15 = 37 Seats This seat occupancycalculation is done for each bus stopand also it calculates whenever value thrown from sensors. Fig - 2.2 PIR and GPS Sensor Data Collection The Figure No. 2.2.a shows the flow of how location and occupancy value is stored in server database. Both data are fetched in frequent time difference. So accuracy in data can be maintained. 3.3. SEARCH AND PAYMENT MODULE The application allows the user to enter destination. User location can be either manually entered or automatically fetched. Based on destination, it will show the various buses available in that route fornext 4 hours. Searchresultwindow also shows the details of bus such as bus no, number ofstops, bus route, ETA, current locationofbusandoccupancylevelof bus. K-means algorithm is used to calculate ETA. Based on past week data of bus timings, it will calculate the arrival time. Fig-2.3. a K-means algorithm graph The Fig- 2.3.a shows the arrival time of bus in each stop in various time intervals. Decision tree algorithm is applied to alert the passenger if any breakdown or traffic. If bus stays in same location for more than specified time in predefined data, it alerts the passenger. Fig- 5.3.b: Decision Tree sample set
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2507 4. SYSTEM ARCHITECTURE Fig-3 architecture diagram consists of GPS sensor and PIR sensor, which are placed in the bus. The GPS sensor is fixed in the bus to get the current location of the bus. The PIR sensor is fixed in the steps of the bus to count number of persons getting in and out of the bus. The GPS and PIR sensor are connected to the Arduino uno anda Wi-Fimodule is also connected to transmit the sensor collected datatothe Database. The user has to install the android applicationand login to the application. Then the user location will be fetched by the admin after that user have to search for a destination. The admin provides the nearbybusdetailsfrom the database. Fig -3: System Architecture 5. IMPLEMENTATION OF THE SYSTEM The Arduino UNO board embedded with AtMega2560p microcontroller is used. The PIR sensors are added to detect humans in entry and exit of bus. The GPS modules are connected to the board for fetching location from bus. The implementation is shown in Fig-4. Fig -4.1: System Implementation The K-Means implementation is carried out according to the bus timings value of previous week dataset obtained. Fig -4.2: K-Means Calculation Fig -4.3: Android UI Implementation
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2508 6. RESULTS The output of the system shows the location fetchingandlist of various buses available as shown in Fig-5.1 and Fig-5.2. It allows the user to search buses based on destination and current location is automatically fetched. Fig -5: Location Fetch Fig -7: List of buses available 7. CONCLUSION AND FUTURE WORK This system is useful for the bus passengers to access a flexible and easy android UI platform when around other people. This helps the commuting people to understand timings of bus and occupancy level of bus. In future work, it can be implemented in unreserved long distance travelling buses and reservation of seats can be done through android application. REFERENCES [1] Charles X. Ling, Victor S. Sheng, and Qiang Yang, Senior Member, IEEE,” Test Strategies for Cost-Sensitive Decision Trees”, IEEETRANSACTIONSON KNOWLEDGE AND DATA ENGINEERING, VOL. 18, NO. 8, AUGUST 2006. [2] G.Agamennoni,J.Nieto,andE.Nebot. Robustinference of principal road paths for intelligent transportation systems. Intelligent Transp. Systems, IEEETransactions on, 12(1):298–308, March 2011. [3] Tongyu Zhu ; Fajin Ma ; Tao Ma ; Congcong Li, The prediction of bus arrival time using global positioning system data and dynamic traffic information, Wireless and Mobile Networking Conference (WMNC), 2011 4th Joint IFIP,pp. 1-5 , Oct. 2011 [4] S. Pooja, “Vehicle Tracking System Using GPS”, International Journal of Science and Research (IJSR), vol. 2, no. 9, pp. 128-130 2013 [5] Suleyman Eken , Ahmet Sayar ,”A Smart Bus Tracking Based on Location –Aware Services and QRcodes”,2014 [6] A J Kadam ,Virendra Patil, Kapish Kaith, Dhanashree Patil, Shambhavi Bendre,”Smart Bus For Smart City Using IOT Technology”,2018