Aim
The aim of the project is to Simulate a railway crossing gate that operates automatically.
Problem statement
The system should prioritize safety by ensuring timely closure of the gate before the train arrives and reopening once the train has passed. Consider factors such as reliability, real-time monitoring, and integration with signaling systems to optimize train and road traffic coordination while minimizing the risk of accidents at railway crossings
Material used
Input: 2 IR Proximity Sensor
Brain: TinkerSpace Brain Board
Output: Servo Motor
Battery: 5V Lithium-ion rechargeable battery
Component description
2 IR Proximity Sensor
The function of the IR Proximity Sensor is to detect the object
Servo Motor
Servo motor is used to open and close the gate when the train is detected by the sensor.
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor 2 IR Proximity Sensor and control the Servo Motor
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case 1: When the train is detected, IR Proximity sensor 1 turns ON, IR Proximity sensor 2 turns ON, both IR Proximity sensor turns ON and sends the signal to the brain board. The brain board oscilates servo motor to 0Degree.
Case 2: When no train is detected, both IR Proximity sensor turns OFF and sends the signal to the brain board. The brain board oscilates servo motor to 90Degree.
Circuit Design (DesignSpace)
Step 1: Connect 2 IR PROXIMITY SENSOR to input 1 and input 2
Step 2: Connect SERVO MOTOR to output1
Step 3: Connect supply and test project.