Energy-Saving System & Smart Railway Platform - 1
Energy-Saving System & Smart Railway Platform - 1
Bachelor of Technology
In
Electrical Engineering
SEMESTER 8th
By
Naresh Mandal 301302422304 CB5661
Sudha Rani Bhariya 301302423541 CC5742
Gulshan Kr. Mourya 301302421001 CA7939
Sachit Kant 301302422306 CB5562
Session: 2022-2025
DECLARATION
We, the undersigned, solemnly declare that this report on the project work
entitled “Energy-Saving System & Smart Railway Platform”, is based on our
own work carried out during the course of our study under the guidance of
Signatures
Naresh Mandal
301302422304
CB5661
Sachit Kant
301302422306
CB5562
CERTIFICATE
This is to certify that this report on the project submitted is an outcome of the
project work entitled “Energy-Saving System & Smart Railway Platform”
carried out by the students in the DECLARATION, is carried out under my
guidance and supervision for the award of Degree in Bachelor of Technology in
Electrical Engineering of Chhattisgarh Swami Vivekanand Technical
University, Bhilai(C.G.), India.
iii) Fulfills the requirement of the Ordinance relating to the B.Tech. degree
of the University, and
iv) Is up to the desired standard for the purpose for which it is submitted.
Signature
Ms.Suchita Roy
Assistant Professor
Signature
Dr. Albert John Varghese
Head,
Department of Electrical Engineering ,
Rungta College of Engineering & Technology,
Kohka - Kurud Road, Bhilai(C.G.), India
CERTIFICATE BY THE EXAMINERS
This is to certify that this project work entitled “Energy-Saving System &
Smart Railway Platform”submitted by…
is duly examined by the undersigned as a part of the examination for the award
of Bachelor of Technology degree in Electrical Engineering of Chhattisgarh
Swami Vivekanand Technical University, Bhilai.
Date: Date:
ACKNOWLEDGEMENTS
It is a matter of profound privilege and pleasure to extend our sense of respect and deepest
gratitude to our project guide Ms.Suchita Roy , Assistant Professor Department of Electrical
Engineering under whose precise guidance and gracious encouragement we had the
privilege to work.
we avail this opportunity to thank respected Dr. Albert John Varghese , Head of the
Department of Electrical Engineering for facilitating such a pleasant environment in the
department and also for providing everlasting encouragement and support throughout.
we acknowledge with the deep sense of responsibility and gratitude the help rendered by
respected Dr. Manish Manoria, Director General, Rungta Educational Foundation, Bhilai, Dr.
Y. M. Gupta, Director(Academics), and Dr. Chinmay Chandrakar, Dean(Academics), of
Rungta College of Engineering and Technology, Bhilai for infusing endless enthusiasm &
instilling a spirit of dynamism.
we would also like to thank all faculty members of our department, and the supporting staff
for always being helpful over the years.
Last but not the least, we would like to express our deepest gratitude to our parents and the
management of Rungta College of Engineering and Technology, Bhilai, respected Shri
Santosh Ji Rungta, Chairman, respected Dr. Sourabh Rungta, Vice Chairman, and respected
Shri Sonal Rungta, Secretary, of Rungta Educational Foundation, Bhilai for their continuous
moral support and encouragement.
Naresh Mandal/301302422304/CB5661
Sudha Rani Bhariya/301302423541/CC5742
Gulshan Kr. Mourya/301302421001/CA7939
Sachit Kant/301302422306/CB5562
Abstract
The increasing demand for energy efficiency and sustainability has led to the
development of innovative solutions for various sectors, including
transportation. This thesis explores the design and implementation of an energy-
saving system for railway stations, aimed at reducing energy consumption and
operational costs while enhancing passenger comfort and safety.
Chapter
1 Introduction
1.1 background
1.2 Objectives
1.3 Scope,
3 Methodology
4.2 Components
5.1 Concept
6 Conclusion
7 Bibliography
Chapter 1: Introduction
1.1 Background
Energy consumption in train stations is a significant operational cost.
Traditional lighting systems remain fully illuminated regardless of train
presence, leading to unnecessary energy expenditure. Implementing an
intelligent energy-saving system can address this issue by adjusting
lighting based on real-time conditions.
1.2 Objectives
To design a system that reduces energy consumption in train stations.
To utilize IR sensors and an LDR module for dynamic lighting control.
To evaluate the effectiveness of the proposed system in reducing energy
costs.
#Enhanced Accessibility:-
Facilitates easy movement for elderly, disabled, and passengers with heavy
luggage.
This not only enhances passenger comfort but also significantly reduces energy
consumption. The use of IoT frameworks in railway operations ensures
interoperability, data integrity, and cybersecurity, which are critical for the
reliable functioning of smart lighting systems
#IR Sensor: -
Infrared (IR) sensors are widely used in railway systems for various
applications, including train detection, passenger counting, and safety
monitoring. These sensors operate by emitting infrared light and detecting the
reflection from objects, making them ideal for non-contact sensing in dynamic
environments.
Advantages of IR Sensors
No Need for Ambient Light:- Unlike optical sensors that require visible
light to function properly, IR sensors do not depend on the ambient light
conditions. They work effectively in both bright sunlight and complete
darkness, making them ideal for use in a wide range of environments.
Light Sensitivity: LDRs change their resistance based on the amount of light
they receive. In darkness, their resistance is
high, and in bright light, their resistance is
low.
Train Detection: LDRs can detect the presence of a train by sensing the
change in light levels when a train passes over them.
1. System Design
Components:
2. Sensor Placement
• IR Sensors: Positioned at the entry and exit points of the station to detect
train arrival and departure.
• LDR Sensors: Placed in various locations to monitor ambient light levels
and adjust lighting accordingly.
3. System Operation
#Train Detection:
#Lighting Control:
Dimming:- Upon receiving the departure signal, the microcontroller dims the
lights to a lower level.
4. Data Processing
The microcontroller processes data from both IR and LDR sensors to make real-
time decisions about lighting and equipment control.
5. Implementation Steps
Step 1: Install IR sensors at the entry and exit points of the station.
Step 3: Connect the sensors to the microcontroller and configure the relay
modules.
Step 4: Program the microcontroller with the necessary algorithms to process
sensor data and control the lighting.
Step 5: Test the system to ensure it responds correctly to train arrivals and
departures, and adjusts lighting based on ambient light levels.
Sensors: Use various sensors (e.g., IR sensors, LDR sensors) to gather data
about the environment. For example, IR sensors can detect the presence of
trains, while LDR sensors monitor ambient light levels.
Microcontroller: The Arduino board processes the sensor data and makes
decisions based on predefined algorithms. It can control outputs such as lights
and HVAC systems.
Actuators: Devices like relays and LED lights are controlled by the Arduino
to adjust energy usage. For instance, lights can be dimmed or brightened based
on the presence of trains and ambient light conditions.
System Operation:
Train Departure: When the train leaves, the Arduino dims the lights to save
energy.
ambient light levels. If the ambient light is sufficient, the Arduino further
Circuit connection:-
Connect the first IR sensor's VCC to the 5V pin on the Arduino and GND to the
GND pin.
Connect the first IR sensor's output pin to digital pin 2 on the Arduino.
Connect the second IR sensor's VCC to the 5V pin on the Arduino and GND to
the GND pin.
Connect the second IR sensor's output pin to digital pin 3 on the Arduino.
Connect the LED lights to digital pin 9 on the Arduino through a current-
limiting resistor.
Connect the relay module to digital pin 8 on the Arduino to control other
equipment.
Arduino Code:-
Void setup ()
Serial.begin(9600);
void loop() {
{ // Train entering
}
8.Battery:-
Key Features:
Portability: Battery-
powered systems can be
deployed in locations without
a stable power supply.
Energy Efficiency:
Optimized to consume
minimal power, extending
battery life.
How It Works:
Power Source: The system is powered by batteries, which can be recharged
using solar panels or other renewable energy sources.
Sensors: Various sensors (e.g., IR sensors, LDR sensors) gather data about the
environment.
Components:
IR Sensors: Detect train arrival and departure.
#System Operation:-
Train Departure: When the train leaves, the Arduino dims the lights to save
energy.
Key Features:
Safety Mechanisms: Includes safety features such as alarms and lights to alert
passengers when the bridge is in operation.
Components:
System Operation:-
#Train Detection: IR sensors detect an incoming train and send a signal to
the microcontroller.
Passenger Crossing: Passengers can safely cross the bridge to the opposite
platform.
Train Departure: Once the train departs, the IR sensors detect this and signal
the microcontroller to retract the bridge.
Safety Alerts: Alarms and lights are activated during bridge deployment and
retraction to ensure passenger safety.
#Benefits:-
2.Components:-
3. DC Motors
4. Relay Modules
6. LED Lights
7. Safety Alarms
8. Jumper Wires
9. Breadboard
3.Voltage Regulator:-
A voltage regulator is a crucial component in the smart railway platform
automatic bridge system. It ensures that the electronic components receive a
stable and consistent voltage, which is essential for reliable operation.
#Components:
7805 Voltage Regulator: Provides a stable 5V output for the Arduino and
sensors.
4.4System Concept:-
1. Train Arrival:
o When a train arrives at the station, sensors detect the train's
presence.
o This triggers the system to increase the brightness of station lights
and power up other equipment like digital displays, ticket
machines, escalators, and other necessary devices.
o
2. Train Departure:
o Once the train departs, sensors detect the train's departure and
initiate the dimming of lights and the reduction of energy
consumption across the station.
Non-essential equipment could be turned off, and only critical lighting
and systems (such as emergency lights) would remain operational.
Technical Considerations:
Sensors: You would need train presence detection sensors, which could be
placed at the station's entrances or on tracks. These sensors could detect the
train's proximity or position.
Smart Lighting and Energy Systems: The lights could be LED-based, which
can be dimmed efficiently. Additionally, other equipment like air conditioning,
escalators, and displays could be controlled by a central smart grid or energy
management system.
Benefits:
Energy Efficiency: By only using full lighting when the train is at the
station, you reduce unnecessary energy consumption.
Possible Challenges:
Sensor Accuracy: The sensors need to be reliable to ensure that the lights
are adjusted appropriately when a train is present or leaving.
Detail how sensors will collect real-time data on train arrival/departure and
energy usage, and how this data will trigger changes in the station's energy
usage.
Describe the smart lighting system design, including types of lights used, their
dimming capabilities, and how the lighting will adjust based on train presence.
Energy Management and Optimization Algorithms:
Explain how energy will be optimized based on the train schedule, time of day,
and station occupancy. Include the algorithms used for controlling lighting,
HVAC, and other systems.
Describe how the lighting control system will work in conjunction with other
systems, such as escalators and ticket machines, to ensure overall energy
efficiency.
Describe how data was collected, including energy usage before and after the
system’s implementation. Use tables, charts, or graphs to illustrate changes in
energy consumption.
Calculate the cost savings and estimate the return on investment (ROI) for
implementing the system.
Environmental Sensors:
• Footstep energy systems can also raise public awareness about renewable
energy. Passengers may feel more engaged in energy-saving initiatives
when they realize that their actions (such as walking) can help power the
station.
5.11.Future Prospects:
Advancements in Materials:
For instance, the Shift2Rail initiative has demonstrated smart power supply
systems that enhance energy management by integrating renewable sources like
wind and solar power
Smart Lighting Systems: These systems use sensors and controls to adapt
lighting based on platform requirements, significantly lowering energy usage
and enhancing passenger safety
These innovations not only reduce operational costs and environmental impact
but also enhance safety and customer satisfaction.
Here are some key references on energy-saving systems and smart railway
platforms: