Presentation SkyADHYA
Presentation SkyADHYA
MAJOR PROJECT ON
Railway level crossings have long been a critical point of concern in transportation safety. With
increasing traffic density and train frequency, the risk of accidents at manned and unmanned
railway crossings has significantly risen. Manual operation of gates is prone to human errors,
delays, and inefficiencies, which can lead to fatal accidents, traffic congestion, and loss of
property.
An Automatic Railway Gate System addresses these issues by introducing automation into the
operation of level crossing gates. This system relies on various sensors—such as infrared (IR),
ultrasonic, or RFID sensors—to detect the presence and movement of trains approaching or
leaving a crossing.
06/07/2025 2
Main purpose
• The core idea is to eliminate human involvement in the gate operation process,
thereby increasing safety, accuracy, and reliability. When a train is detected at a
specific distance from the crossing, the system automatically activates a warning
signal (such as flashing lights and alarms), lowers the gates to prevent vehicles and
pedestrians from crossing, and reopens them only after the train has safely passed.
• Advanced versions of the system may include GSM modules for real-time alerts, IoT-
based monitoring for remote control and diagnostics, and solar power integration
for energy efficiency.
06/07/2025 3
AIM
06/07/2025 4
PREFACE
• This project on the Automatic Railway
Gate System has been undertaken to
enhance safety and efficiency at railway
level crossings. With the rise in
accidents due to manual errors and
delayed gate operations, this system
aims to automate gate control using
sensors and microcontrollers. It is a step
toward modernizing railway
infrastructure through simple yet
effective technology, ensuring safer
transportation for both trains and road
users.
06/07/2025 5
• Microcontroller (e.g., Arduino
UNO / ATmega328) – Acts as the
brain of the system.
Mini
precise and controlled
application of hot glue. It's
widely used in arts and
Glue
crafts, DIY projects, light
repairs, and decorations.
Ideal for bonding lightweight
Gun:
materials such as paper,
fabric, foam, plastic, and
wood, it heats up quickly and
is easy to handle, making it
perfect for detailed or small-
scale work.
06/07/2025 8
Jumper Wires:
06/07/2025 9
Types Of • Male-to-Male (M-M): Both ends have pins; used for breadboard to breadboard
06/07/2025 10
Arduino Uno:
06/07/2025 12
Train Toy
Model:
06/07/2025 13
Servomotor:
• A servo motor is a precise rotary or linear actuator widely used in applications requiring accurate control of angular or
linear position, velocity, and acceleration. In an Automatic Railway Gate Control System, servo motors are employed
to operate the gate barrier, ensuring timely opening and closing based on train detection.
• DC Servo Motors: These motors use direct current and are commonly found in applications requiring moderate precision.
• AC Servo Motors: Operating on alternating current, these motors are suitable for high-precision applications, offering
better efficiency and performance .
• Continuous Rotation Servo Motors: Unlike standard servo motors that have a limited rotation angle (typically 180°),
continuous rotation servos can rotate indefinitely in either direction, making them ideal for driving wheels or conveyors.
06/07/2025 14
Program
For Arduino
operating
the system
06/07/2025 15
Progra
• #include <Servo.h>
m •
•
•
•
Servo myservo1;
Servo myservo2;
void setup() {
pinMode(IRsensor1, INPUT);
inserte
• pinMode(IRsensor2, INPUT);
• pinMode(BUZZER, OUTPUT);
• pinMode(Rled, OUTPUT);
• pinMode(Gled, OUTPUT);
•
• myservo1.attach(5); // Servo motor 1 pin connected to D5
d in
• myservo2.attach(6); // Servo motor 2 pin connected to D6
• }
• void loop() {
• int Sensordata1 = digitalRead(IRsensor1); // read digital data from IR sensor1
• int Sensordata2 = digitalRead(IRsensor2); // read digital data from IR sensor2
arduino
•
• myservo1.write(0); // sets the servo at 0 degree position
• myservo2.write(0); // sets the servo at 0 degree position
06/07/2025 16
Working of the system:
• The Automatic Railway Gate System operates based on sensor input and microcontroller logic to open and close the
railway crossing gate automatically as a train approaches or departs. The working can be broken down into the
following steps:
• Train Detection:
• Two sensors (usually IR or ultrasonic) are placed at a certain distance before and after the railway crossing.
• When a train passes the first sensor (entry sensor), it sends a signal to the microcontroller, indicating that a train is
approaching.
• Gate Closing:
• Upon detecting the incoming train, the microcontroller triggers an alarm (buzzer or light) to warn nearby vehicles
and pedestrians.
• After a short delay for warning, the microcontroller activates a motor that automatically lowers the gate, blocking the
road for safety.
06/07/2025 17
(A special part of working system)
Train Passing Monitoring:
• As the train crosses the gate, it eventually passes the second sensor (exit sensor), which indicates
the train has left the crossing area.
• Gate Opening:
• Once the train has completely passed, the microcontroller deactivates the alarm and activates the
motor to lift the gate.
• The road is reopened for traffic, and the system resets, ready for the next train.
• This cycle ensures the gate only operates when needed, minimizing traffic disruption while
maximizing safety. In advanced systems, additional modules like GSM for alerts or IoT for remote
monitoring can also be integrated.
06/07/2025 18
Precautions:
06/07/2025 19
Conclusion:
• Automatic railway gate control systems play a vital role in enhancing safety at railway crossings. By
minimizing human intervention, they reduce the risk of accidents and delays. The integration of
accurate sensors, robust communication, and reliable power sources ensures consistent
performance. Features like obstacle detection and real-time alerts further improve operational safety.
Regular maintenance and public awareness are essential for long-term effectiveness. Manual
overrides and emergency protocols act as crucial safety backups. Thorough testing under various
conditions guarantees system reliability. Overall, these systems represent a significant advancement
in transportation safety technology.
06/07/2025 20
THANK YOU • HOD (PRAVEEN GUPTA SIR)
TO ALL THE • PROJECT MANAGING HEAD (ASHISH
TEACHERS SIR)
WHO • LAB(JP SIR)
GUIDED US • LAB ASSISSTANT (RADHE SIR)
WHILE
PREPAIRING
THE GREAT
PROJECT
06/07/2025 21