SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 275
Accident Prevention on Public Transport Footboard
Aswinth V1, Ashwin S2, Ashfaq Ahmed AR3, Sivashankar B4
1,2,3Diploma Scholars, Mechanical Engineering, Sri Krishna Polytechnic College, Tamil Nadu, INDIA
4JDO, Mechanical Engineering, Sri Krishna Polytechnic College, Tamil Nadu, INDIA
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Our project deals with concept to prevent the
accidents on travelling through foot board in public
transport especially on Buses, In regular days during the
peak hours the maximum people travel through public
transports, during that time the capacity of vehicle will
exceed more than 100% by standing in foot board. This
causes major accidents and ends in life loss due to lack of
grip in holding the handlebar of the vehicle, breakdown of
entire steps of the vehicle due to over load.
Key Words: Footboard, Public transport, Accident
prevention.
1. INTRODUCTION
Now a day’s the usage of public transports are more
than the individual transport due to increase of hike in
fuel. Widely used public transport for lower distance of
travel is buses which are most commonly accessed by the
peoples to reach destinations at lower ticket cost.
During the peak hours in normal days from morning
08:00 am to 10:00 am and the evening 05:00 pm to 09:00
pm the passenger ratio will be more than the rated
capacity of the bus.
Normally the passenger capacity will be like 70
passengers (45 sitting passengers and 25 standing
passengers) but during the peak hours the passenger ratio
will be minimum 30% more than the rated passenger
count because of students and working employees.
At the same time the increase in percentage of
passenger ratio will be occupying the footboard to stand
and travel which is the cause of road accidents.
Apart from overcrowded the current youngsters who
tries to do stunts are travelling only in footboard which is
also major cause of accident.
We are here to propose a system which is to prevent
such accidents on travelling in footboard.
2. METHODOLOGY
We use a basic automation structure with the help of
open source controller - arduino and few sensors. The
program of Arduino is completely based on relay logic.
The sensors are used as the input to the controller.
3. BLOCK DIAGRAM
Fig -1: Block diagram
4. FLOW CHART
Fig -2: Flow chart
This flow chart shows the connection of sensors and
the actuators to the controller.
5. WORKING PRINCIPLE
In this project we design a system to prevent the
accident on travelling in the footboard. We use two types
of sensors to identify the presence of person in the
footboard Sensor – 1 is a type of optical sensor to sense
the presence of the person in footboard Sensor – 2 is type
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 276
of transducer which is to identify the deflection in the
position of footboard standing area.
These sensors are connected to a control unit
which consists of a programmable logic controller open
source control to read the inputs from the sensor and a
solenoid vale is connected to the output of programmable
logic controller. If the sensors 1 and 2 send a positive
signal by detecting presence of a person in the footboard
then the programmable logic controller will actuate the
solenoid vale to supply the air to the double acting
cylinder.
Once the air is supplied the piston rod extends
and moves the accelerator pedal to zero position. So the
vehicle speed will be reduced and stopped and the
accident is prevented.
The electric supply to the sensors and the
controller are taken from the battery through voltage
regulators. To actuate the double acting cylinder the
supply can be taken from the air brake system of the
vehicle.
6. SENSORS
6.1 IR Sensor
In this model we used an IR sensor as optical
sensor and we can use PIR sensor for real time application.
It helps to detect the presence of an object / person infront
within the specific range.
6.2 Transducer
In our model we have used a proximity sensor to
identify the deflection occurs in the foot step when a
person stands on it . For real time we can use a load cell to
identify the presence of the object by its weight.
7. ARDUINO
In this project we have used Arduino UNO.
Arduino UNO is a low-cost, flexible, and easy-to-use
programmable open-source microcontroller board that
can be integrated into a variety of electronic projects.
This board can be interfaced with other Arduino
boards, Arduino shields, Raspberry Pi boards and can
control relays, LEDs, servos, and motors as an output.
8. ARDUINO PROGRAM
const int BUTTON1 = 2;
const int BUTTON2 = 4;
const int LED1 = 8;
int BUTTONstate1 = 0;
int BUTTONstate2 = 0;
void setup()
{
pinMode(BUTTON1, INPUT);
pinMode(BUTTON2, INPUT);
pinMode(LED1, OUTPUT);
}
void loop()
{
BUTTONstate1 = digitalRead(BUTTON1);
BUTTONstate2 = digitalRead(BUTTON2);
if (BUTTONstate1 == LOW && BUTTONstate2 ==
LOW)
{
digitalWrite(LED1, HIGH);
}
else{
digitalWrite(LED1, LOW);
}
}
8.1 Description of program
Inputs
● Pin 2 is used to connect the input Sensor – 1
● Pin 4 is used to connect the input Sensor – 2
Output
● Pin 10 is used to connect the relay module
We have used the AND logic program to have the
output
Truth table of AND logic
I1 I2 O
0 0 0
0 1 0
1 0 0
1 1 1
Table -1: Truth table
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 277
9. PHOTOGRAPH OF MODEL PROJECT
Fig -3: Our project’s working model
10. CONCLUSION
This security contraption to spare you wounds since
of status in footboard is certainly a promising contraption
that guarantees the security of transport travelers and
ensures a completely secure and cozy travel. The
contraption is planned in this sort of way that the
contraption may be without trouble snared up on buses
and reasonable.
The framework is exceptionally proficient in
anticipating the footboard voyaging in buses and the
foremost vital include of the framework is that it is totally
programmed and the transport team cannot do anything
other than permitting the transport to halt when traveler
is show on the footboard. The framework in the event that
made tamper proof, at that point we are able guarantee
that footboard voyaging in buses is anticipated totally.
REFERENCES
[1.] S.Rohit, Shriram.K.Vasudevan, S.Lokesh, K.Ajeet and
Vineet Nair, “An Intelligent and Cost Effective Footboard
Accident Prevention System”, Information Technology
Journal, 2013;Vol 1, pp. 2265-2268.
[2.] Nishad Vivek Kumbhojkar & ChaitanyaAvadhutchintan
Kuber, “Ultrasonic Automatic Braking System for Forward
Collision Avoidance with Accelerator Pedal
Disengagement Mechanism”,(Posted byYuva Engineers on
January 22nd), 2014; Vol 1, pp.1-5.
[3]. Virendra Kumar Mauryal, Rituraj Jalan, H. P. Agarwal1,
S. H. Abdi, Dharmendra Pal, G. Tripathi and S. Jagan Rai,
“Eddy current braking embedded system”, International
Journal of Applied Engineering and Technology,2011; Vol.
1, pp.104-113.
[4.] C.Y. Liu, K J Jiang, Y. Zhang,“Design and use of an eddy
current retarder in an automobile”, Technology Journal,
August 2011; Vol 12, pp. 611-61.
[5.] Sebastian Emmanuel Gay, “Contactless Magnetic Brake
for Automotive Applications”, Technical Journal, May
2005; Vol 7, pp. 3-12.
[6.] Wenhui Wang and Jiao Li, “A Method for Calculating
Heat Energy and Braking Moment of Automobile
Electromagnetic Retarder with Skin Effect”, CSISE 2011;
pp.289-295.
BIOGRAPHIES
Mr. Aswinth V, currently pursing
final year diploma in Mechanical
Engineering, at Sri Krishna
Polytechnic College, Coimbatore.
aswinth8055@gmail.com
Mr. Ashwin S, currently pursing
final year diploma in Mechanical
Engineering, at Sri Krishna
Polytechnic College, Coimbatore.
ashwin250404@gmail.com
Mr. Ashfaq ahmed AR, currently
pursing final year diploma in
Mechanical Engineering, at Sri
Krishna Polytechnic College,
Coimbatore.
ashfaqahmedar18@gmail.com
Mr. Sivashankar B, currently
working as JDO in the
Department of Mechanical
Engineering at Sri Krishna
Polytechnic College, Coimbatore.
mcesiva@gmail.com

More Related Content

What's hot

Smart Parking System Based on embedded System and Sensor Network
Smart Parking System Based on embedded System and Sensor Network Smart Parking System Based on embedded System and Sensor Network
Smart Parking System Based on embedded System and Sensor Network Sovan Rout
 
IEEE & DAÜ IEEE Tanıtım Sunumu
IEEE & DAÜ IEEE Tanıtım SunumuIEEE & DAÜ IEEE Tanıtım Sunumu
IEEE & DAÜ IEEE Tanıtım SunumuBurak Arslan
 
Airline reservation system
Airline reservation systemAirline reservation system
Airline reservation systemUnsa Jawaid
 
Airline reservation system 1
Airline reservation system 1Airline reservation system 1
Airline reservation system 1_faisalkhan
 
Airline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptAirline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptPunjab technical University
 
Airline reservation system project report (1)
Airline reservation system project report (1)Airline reservation system project report (1)
Airline reservation system project report (1)MostafaMorsyMohamed
 
Synopsis on railway reservation system
Synopsis on railway reservation systemSynopsis on railway reservation system
Synopsis on railway reservation systemAnkit Verma
 
Chapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain SpecificChapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain SpecificMoe Moe Myint
 
Airline reservation system documentation
Airline reservation system documentationAirline reservation system documentation
Airline reservation system documentationSurya Indira
 
Parking Management System
Parking Management SystemParking Management System
Parking Management SystemIJMER
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking systemSujit9561
 
Sims(Student Information management System)
Sims(Student Information management System)Sims(Student Information management System)
Sims(Student Information management System)saiyadsanobar
 
Tour and travel management system
Tour and travel management systemTour and travel management system
Tour and travel management systemRavindra Chaudhary
 
Final year project working documentation 2020
Final year project working documentation 2020Final year project working documentation 2020
Final year project working documentation 2020Vikram Singh
 
19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittal19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittalsatyaragha786
 

What's hot (20)

Smart Parking System Based on embedded System and Sensor Network
Smart Parking System Based on embedded System and Sensor Network Smart Parking System Based on embedded System and Sensor Network
Smart Parking System Based on embedded System and Sensor Network
 
IEEE & DAÜ IEEE Tanıtım Sunumu
IEEE & DAÜ IEEE Tanıtım SunumuIEEE & DAÜ IEEE Tanıtım Sunumu
IEEE & DAÜ IEEE Tanıtım Sunumu
 
Airline reservation system
Airline reservation systemAirline reservation system
Airline reservation system
 
Airline reservation system 1
Airline reservation system 1Airline reservation system 1
Airline reservation system 1
 
Airline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptAirline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-ppt
 
Online flight booking
Online flight bookingOnline flight booking
Online flight booking
 
Airline reservation system project report (1)
Airline reservation system project report (1)Airline reservation system project report (1)
Airline reservation system project report (1)
 
Synopsis on railway reservation system
Synopsis on railway reservation systemSynopsis on railway reservation system
Synopsis on railway reservation system
 
Airline reservation system
Airline reservation system Airline reservation system
Airline reservation system
 
tour management system
tour management systemtour management system
tour management system
 
Chapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain SpecificChapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain Specific
 
Fan automation
Fan automationFan automation
Fan automation
 
Airline reservation system documentation
Airline reservation system documentationAirline reservation system documentation
Airline reservation system documentation
 
Parking Management System
Parking Management SystemParking Management System
Parking Management System
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking system
 
Sims(Student Information management System)
Sims(Student Information management System)Sims(Student Information management System)
Sims(Student Information management System)
 
Tour and travel management system
Tour and travel management systemTour and travel management system
Tour and travel management system
 
Final year project working documentation 2020
Final year project working documentation 2020Final year project working documentation 2020
Final year project working documentation 2020
 
19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittal19701759 project-report-on-railway-reservation-system-by-amit-mittal
19701759 project-report-on-railway-reservation-system-by-amit-mittal
 
MANET
MANETMANET
MANET
 

Similar to Accident Prevention on Public Transport Footboard

BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONIRJET Journal
 
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOIRJET Journal
 
IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET Journal
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMIRJET Journal
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeIRJET Journal
 
IRJET- Design and Implementation of Automatic Traction System
IRJET-  	  Design and Implementation of Automatic Traction SystemIRJET-  	  Design and Implementation of Automatic Traction System
IRJET- Design and Implementation of Automatic Traction SystemIRJET Journal
 
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET Journal
 
IRJET - Child Rescue System in Open Bore-Well using Arduino Uno
IRJET - Child Rescue System in Open Bore-Well using Arduino UnoIRJET - Child Rescue System in Open Bore-Well using Arduino Uno
IRJET - Child Rescue System in Open Bore-Well using Arduino UnoIRJET Journal
 
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...IRJET Journal
 
IRJET- Black Box for the Industrial Vehicle
IRJET- Black Box for the Industrial VehicleIRJET- Black Box for the Industrial Vehicle
IRJET- Black Box for the Industrial VehicleIRJET Journal
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTIRJET Journal
 
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
IRJET-  	  Smart Braking System using Ultrasonic Sensor and ActuatorIRJET-  	  Smart Braking System using Ultrasonic Sensor and Actuator
IRJET- Smart Braking System using Ultrasonic Sensor and ActuatorIRJET Journal
 
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR SensorIRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR SensorIRJET Journal
 
Real Time Driver Monitoring and Accident Avoidence Alerting System
 	  Real Time Driver Monitoring and Accident Avoidence Alerting System 	  Real Time Driver Monitoring and Accident Avoidence Alerting System
Real Time Driver Monitoring and Accident Avoidence Alerting SystemIRJET Journal
 
IRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET Journal
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robotIRJET Journal
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting SystemIRJET Journal
 
Smart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve RoadsSmart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve RoadsIRJET Journal
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoTIRJET Journal
 
Design and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemDesign and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemIRJET Journal
 

Similar to Accident Prevention on Public Transport Footboard (20)

BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
 
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
 
IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoT
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation Mode
 
IRJET- Design and Implementation of Automatic Traction System
IRJET-  	  Design and Implementation of Automatic Traction SystemIRJET-  	  Design and Implementation of Automatic Traction System
IRJET- Design and Implementation of Automatic Traction System
 
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
 
IRJET - Child Rescue System in Open Bore-Well using Arduino Uno
IRJET - Child Rescue System in Open Bore-Well using Arduino UnoIRJET - Child Rescue System in Open Bore-Well using Arduino Uno
IRJET - Child Rescue System in Open Bore-Well using Arduino Uno
 
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
 
IRJET- Black Box for the Industrial Vehicle
IRJET- Black Box for the Industrial VehicleIRJET- Black Box for the Industrial Vehicle
IRJET- Black Box for the Industrial Vehicle
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFT
 
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
IRJET-  	  Smart Braking System using Ultrasonic Sensor and ActuatorIRJET-  	  Smart Braking System using Ultrasonic Sensor and Actuator
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
 
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR SensorIRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
 
Real Time Driver Monitoring and Accident Avoidence Alerting System
 	  Real Time Driver Monitoring and Accident Avoidence Alerting System 	  Real Time Driver Monitoring and Accident Avoidence Alerting System
Real Time Driver Monitoring and Accident Avoidence Alerting System
 
IRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower Robot
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robot
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting System
 
Smart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve RoadsSmart Safety and Accident Prevention System for Curve Roads
Smart Safety and Accident Prevention System for Curve Roads
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoT
 
Design and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemDesign and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention System
 

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

Presentation on Slab, Beam, Column, and Foundation/Footing
Presentation on Slab,  Beam, Column, and Foundation/FootingPresentation on Slab,  Beam, Column, and Foundation/Footing
Presentation on Slab, Beam, Column, and Foundation/FootingEr. Suman Jyoti
 
Dynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxDynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxMustafa Ahmed
 
What is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsWhat is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsVIEW
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfJNTUA
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligencemahaffeycheryld
 
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...mikehavy0
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Toolssoginsider
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfKira Dess
 
DBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptxDBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptxrajjais1221
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxMustafa Ahmed
 
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样A
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docxrahulmanepalli02
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...ronahami
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
Working Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfWorking Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfSkNahidulIslamShrabo
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashidFaiyazSheikh
 
analog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxanalog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxKarpagam Institute of Teechnology
 
Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptamrabdallah9
 

Recently uploaded (20)

Presentation on Slab, Beam, Column, and Foundation/Footing
Presentation on Slab,  Beam, Column, and Foundation/FootingPresentation on Slab,  Beam, Column, and Foundation/Footing
Presentation on Slab, Beam, Column, and Foundation/Footing
 
Dynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxDynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptx
 
What is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsWhat is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, Functions
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdf
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligence
 
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdf
 
DBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptxDBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptx
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptx
 
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Working Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfWorking Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdf
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
analog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxanalog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptx
 
Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.ppt
 

Accident Prevention on Public Transport Footboard

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 275 Accident Prevention on Public Transport Footboard Aswinth V1, Ashwin S2, Ashfaq Ahmed AR3, Sivashankar B4 1,2,3Diploma Scholars, Mechanical Engineering, Sri Krishna Polytechnic College, Tamil Nadu, INDIA 4JDO, Mechanical Engineering, Sri Krishna Polytechnic College, Tamil Nadu, INDIA ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Our project deals with concept to prevent the accidents on travelling through foot board in public transport especially on Buses, In regular days during the peak hours the maximum people travel through public transports, during that time the capacity of vehicle will exceed more than 100% by standing in foot board. This causes major accidents and ends in life loss due to lack of grip in holding the handlebar of the vehicle, breakdown of entire steps of the vehicle due to over load. Key Words: Footboard, Public transport, Accident prevention. 1. INTRODUCTION Now a day’s the usage of public transports are more than the individual transport due to increase of hike in fuel. Widely used public transport for lower distance of travel is buses which are most commonly accessed by the peoples to reach destinations at lower ticket cost. During the peak hours in normal days from morning 08:00 am to 10:00 am and the evening 05:00 pm to 09:00 pm the passenger ratio will be more than the rated capacity of the bus. Normally the passenger capacity will be like 70 passengers (45 sitting passengers and 25 standing passengers) but during the peak hours the passenger ratio will be minimum 30% more than the rated passenger count because of students and working employees. At the same time the increase in percentage of passenger ratio will be occupying the footboard to stand and travel which is the cause of road accidents. Apart from overcrowded the current youngsters who tries to do stunts are travelling only in footboard which is also major cause of accident. We are here to propose a system which is to prevent such accidents on travelling in footboard. 2. METHODOLOGY We use a basic automation structure with the help of open source controller - arduino and few sensors. The program of Arduino is completely based on relay logic. The sensors are used as the input to the controller. 3. BLOCK DIAGRAM Fig -1: Block diagram 4. FLOW CHART Fig -2: Flow chart This flow chart shows the connection of sensors and the actuators to the controller. 5. WORKING PRINCIPLE In this project we design a system to prevent the accident on travelling in the footboard. We use two types of sensors to identify the presence of person in the footboard Sensor – 1 is a type of optical sensor to sense the presence of the person in footboard Sensor – 2 is type
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 276 of transducer which is to identify the deflection in the position of footboard standing area. These sensors are connected to a control unit which consists of a programmable logic controller open source control to read the inputs from the sensor and a solenoid vale is connected to the output of programmable logic controller. If the sensors 1 and 2 send a positive signal by detecting presence of a person in the footboard then the programmable logic controller will actuate the solenoid vale to supply the air to the double acting cylinder. Once the air is supplied the piston rod extends and moves the accelerator pedal to zero position. So the vehicle speed will be reduced and stopped and the accident is prevented. The electric supply to the sensors and the controller are taken from the battery through voltage regulators. To actuate the double acting cylinder the supply can be taken from the air brake system of the vehicle. 6. SENSORS 6.1 IR Sensor In this model we used an IR sensor as optical sensor and we can use PIR sensor for real time application. It helps to detect the presence of an object / person infront within the specific range. 6.2 Transducer In our model we have used a proximity sensor to identify the deflection occurs in the foot step when a person stands on it . For real time we can use a load cell to identify the presence of the object by its weight. 7. ARDUINO In this project we have used Arduino UNO. Arduino UNO is a low-cost, flexible, and easy-to-use programmable open-source microcontroller board that can be integrated into a variety of electronic projects. This board can be interfaced with other Arduino boards, Arduino shields, Raspberry Pi boards and can control relays, LEDs, servos, and motors as an output. 8. ARDUINO PROGRAM const int BUTTON1 = 2; const int BUTTON2 = 4; const int LED1 = 8; int BUTTONstate1 = 0; int BUTTONstate2 = 0; void setup() { pinMode(BUTTON1, INPUT); pinMode(BUTTON2, INPUT); pinMode(LED1, OUTPUT); } void loop() { BUTTONstate1 = digitalRead(BUTTON1); BUTTONstate2 = digitalRead(BUTTON2); if (BUTTONstate1 == LOW && BUTTONstate2 == LOW) { digitalWrite(LED1, HIGH); } else{ digitalWrite(LED1, LOW); } } 8.1 Description of program Inputs ● Pin 2 is used to connect the input Sensor – 1 ● Pin 4 is used to connect the input Sensor – 2 Output ● Pin 10 is used to connect the relay module We have used the AND logic program to have the output Truth table of AND logic I1 I2 O 0 0 0 0 1 0 1 0 0 1 1 1 Table -1: Truth table
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 277 9. PHOTOGRAPH OF MODEL PROJECT Fig -3: Our project’s working model 10. CONCLUSION This security contraption to spare you wounds since of status in footboard is certainly a promising contraption that guarantees the security of transport travelers and ensures a completely secure and cozy travel. The contraption is planned in this sort of way that the contraption may be without trouble snared up on buses and reasonable. The framework is exceptionally proficient in anticipating the footboard voyaging in buses and the foremost vital include of the framework is that it is totally programmed and the transport team cannot do anything other than permitting the transport to halt when traveler is show on the footboard. The framework in the event that made tamper proof, at that point we are able guarantee that footboard voyaging in buses is anticipated totally. REFERENCES [1.] S.Rohit, Shriram.K.Vasudevan, S.Lokesh, K.Ajeet and Vineet Nair, “An Intelligent and Cost Effective Footboard Accident Prevention System”, Information Technology Journal, 2013;Vol 1, pp. 2265-2268. [2.] Nishad Vivek Kumbhojkar & ChaitanyaAvadhutchintan Kuber, “Ultrasonic Automatic Braking System for Forward Collision Avoidance with Accelerator Pedal Disengagement Mechanism”,(Posted byYuva Engineers on January 22nd), 2014; Vol 1, pp.1-5. [3]. Virendra Kumar Mauryal, Rituraj Jalan, H. P. Agarwal1, S. H. Abdi, Dharmendra Pal, G. Tripathi and S. Jagan Rai, “Eddy current braking embedded system”, International Journal of Applied Engineering and Technology,2011; Vol. 1, pp.104-113. [4.] C.Y. Liu, K J Jiang, Y. Zhang,“Design and use of an eddy current retarder in an automobile”, Technology Journal, August 2011; Vol 12, pp. 611-61. [5.] Sebastian Emmanuel Gay, “Contactless Magnetic Brake for Automotive Applications”, Technical Journal, May 2005; Vol 7, pp. 3-12. [6.] Wenhui Wang and Jiao Li, “A Method for Calculating Heat Energy and Braking Moment of Automobile Electromagnetic Retarder with Skin Effect”, CSISE 2011; pp.289-295. BIOGRAPHIES Mr. Aswinth V, currently pursing final year diploma in Mechanical Engineering, at Sri Krishna Polytechnic College, Coimbatore. aswinth8055@gmail.com Mr. Ashwin S, currently pursing final year diploma in Mechanical Engineering, at Sri Krishna Polytechnic College, Coimbatore. ashwin250404@gmail.com Mr. Ashfaq ahmed AR, currently pursing final year diploma in Mechanical Engineering, at Sri Krishna Polytechnic College, Coimbatore. ashfaqahmedar18@gmail.com Mr. Sivashankar B, currently working as JDO in the Department of Mechanical Engineering at Sri Krishna Polytechnic College, Coimbatore. mcesiva@gmail.com