International Islamic University Chittagong: Submitted To Submitted by
International Islamic University Chittagong: Submitted To Submitted by
Submitted by
Ahasanul Kalam Akib Submitted to
Misbah Ahmad Chowdhury Fahim
Kawsar Ahmed Bhuiyan
Abdullahil Kafi
MD Sarwar Hossain Asst. Professor,
Musfiq Muntasir Dept. of CSE,IIUC
MD Sohel Mahmud
Provide an automatic railway gate at a Level crossing &
replacing the gates operated by the gatekeeper to:
Once the sensors sense the train, the signal is sent to Arduino.
Continue…..
After 2 minutes of indicating light signal & buzzer indication,
Arduino sent a signal to the motor driver to operate the motor and
close the gate.
After passing the level crossing the opposite sensors detect the
departure of the train. So Arduino get again another signal fr0m the
sensors for stopping buzzer & opening the gates.
(After 2 minutes)
Gate
Motor Driver
What is Arduino ?
Arduino is an open-source prototyping platform based on easy-to-use
hardware and software.Arduino boards are able to read inputs - light
on a sensor, a finger on a button, or a Twitter message - and turn it
into an output - activating a motor, turning on an LED, publishing
something online. You can tell your board what to do by sending a
set of instructions to the microcontroller on the board. To do so you
have to use the Arduino programming language (based onWiring),
and the Arduino Software (IDE).
In our project we use IR sensor
IR Sensors work by using a specific light sensor to detect a select light wavelength
in the Infra-Red (IR) spectrum. By using an LED which produces light at the same
wavelength as what the sensor is looking for, you can look at the intensity of the
received light. When an object is close to the sensor, the light from the LED
bounces off the object and into the light sensor. This results in a large jump in the
intensity.
As the IR obstacle sensor can sense all objects come in
front of it, it might send false signal even if there is any
object other than a train.
So in real-life, we recommend to use the frequency of
the railway lines when a train appears as the signal to
control the gate.
As we used a toy train in this project, we could not
measure the frequency of the lines, so we use the IR
obstacle sensors.
Thank You