Railway Level Crossing Gate Operation Remotely by Android.

Slides:



Advertisements
Similar presentations
ELECTRONIC STICK FOR BLIND PEOPLE
Advertisements

Indian Institute of Technology Hyderabad ROBOTICS LINE FOLLOWER HARI KISHAN TANDEY – ES12B1008 DILIP KONDAPARTHI – ES12B1010 SAI KARTIK – CE12B1015.
AUTO TRAIN SUBMITTED BY. ABSTRACT In this project microcontroller used as CPU. Whenever the station arrives the train stops automatically.Then the train.
AUTOMATIC ROOM LIGHT CONTROLLER WITH BIDIRECTIONAL VISITOR COUNTER
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
OBSTACLE AVOIDANCE ROBOT
AUTOMATIC RAILWAY GATE CONTROLLING AND TRACK SWITCHING
SUBMITTED BY LENIN C INTRODUCTION Railways - cheapest mode of transportation. Aims to avoid accidents. Using simple electronic components- automate.
Submitted by:.  Project overview  Block diagram  Power supply  Microcontroller  MAX232 & DB9 Connector  Relay  Relay driver  Software requirements.
CONTENTS Objective Software &Hardware requirements Block diagram Mems technology Implementation Applications &Advantages Future scope Conclusion References.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
S0LAR AUTOMATIC RAILWAY TRACK CRACK DETECTING VEHICLE
Cell Phone Controlled Robotic Vehicle. Cell Phone Controlled Robotic Vehicle Introduction  The project is designed to develop.
Automatic Railway Gate Control System
Fire Fighting Robotic Vehicle. Introduction:  It is designed to develop a fire fighting robot using RF technology for remote.
Controlling Home Appliances Using Voice. Controlling Home Appliances Using Voice Introductio n  Home automation has an important.
IR OBSTACLE DETECTION TO
WATER LEVEL INDICATOR AND AUTOMATIC MOTOR SWITCHING SYSTEM
Wireless Rash Driving Detection. Introduction Wireless Rash Driving Detection  To detect rash driving on highways and to alert.
COIN BASED CELL PHONE CHARGER by sarin krishna k.r
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
Mobile phone keypad sensed password entry for door opening.
WAR FIELD SPYING ROBOT WITH NIGHT VISION WIRELESS CAMERA BY ANDROID APPLICATIONS Submitted by:
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
SENSORS.
Parking Availability Indication System
ARDUINO BASED UNDERGROUND CABLE FAULT DETECTION
Voice Controlled Robot by Cell Phone with Android App
Under the Guidance of Submitted by
TRACK SENSING ROBOTIC VEHICLE MOVEMENT
A PRESENTATION ON EMBEDDED SYSTEM
RF Controlled Robotic Vehicle with Laser Beam Arrangement
PICK N PLACE ROBOTIC ARM AND MOVEMENT CONTROLLED BY ANDROID WIRELESSLY
Density Based Traffic Signal with Remote Override in Emergency
Electronic Eye Controlled Security System
FIRE FIGHTING ROBOT REMOTELY OPERATED BY ANDROID APPLICATIONS
Obstacle avoiding robot { pixel }
Project Title DYNAMICALLY CHANGING SIGNAL LIGHT TIME ALLOTMENT IN STREET JUNCTIONS BASED ON TRAFFIC DENSITY Under the Guidance of Submitted by.
PIC CONTROLLED DYNAMIC TIME BASED CITY TRAFFIC SIGNAL
UP AND DOWN CONTROLLED SPEED OF DC MOTOR IN EMBEDDED SYSTEM
FOUR QUADRANT OPERATION OF DC MOTOR REMOTELY CONTROLLED BY ANDROID APPLICATIONS SUBMITTED BY.
SUBMITTED BY EDGEFX TEAM
RAILWAY LEVEL CROSSING GATE OPERATION REMOTELY BY ANDROID
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Home automation using Arduino & ‘PIR sensor’
FOUR QUADRANT DC MOTOR SPEED CONTROL WITHOUT MICROCONTROLLER
PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS
MARX GENERATOR BASED HIGH VOLTAGE USING MOSFETs
RAILWAY LEVEL CROSSING GATE OPERATION REMOTELY BY ANDROID
DTMF BASED REMOTE INDUSTRIAL LOAD AND/OR AGRICULTURAL PUMP CONTROL
Arduino BASED RFID Device Access
AUTO TRAIN SUBMITTED BY.
Project Title EVM IN 8051 Under the Guidance of Submitted by.
SCADA for Remote Industrial Plant
PC Mouse operated Electrical Load Control Using VB Application
ARDUINO FOUR QUADRANT DC MOTOR CONTROL
DENSITY BASED TRAFFIC LIGHT TIMING CONTROL
Project Title ARDUINO BASED WIRELESS ELECTRICAL APPARATUS CONTROL SYSTEM USING IR COMMUNICATION Under the Guidance of Submitted by.
ARDUINO LINE FOLLOWER ROBOT
IR OBSTACLE DETECTION TO
Automatic Railway Gate Control System
Remote Override of Traffic Signal in Emergency
ARDUINO DC MOTR SPEED CTL
Project Title EVM IN PIC Under the Guidance of Submitted by.
PWM BASED SPEED CONTROL FOR DC MOTOR
RAILWAY TRACK SNAP NOTIFICATION
FOUR QUADRANT DC MOTOR CONTROL WITHOUT MICROCONTROLLER
PICK N PLACE ROBOTIC ARM AND MOVEMENT CONTROLLED BY ANDROID WIRELESSLY
Under the Guidance of Submitted by
Presentation transcript:

Railway Level Crossing Gate Operation Remotely by Android

Railway Level Crossing Gate Operation Remotely by Android Introduction  The project is designed to achieve control over the railway level crossing gate through Android Application by the station master. Opening and closing of railway level crossing gate involves manpower, which could be often erroneous leading to accidents. The proposed system rules out the need of any human involvement at the railway level crossing. This system involves opening and closing of the level crossing gate with help of an Android Application Device.

Block Diagram Railway Level Crossing Gate Operation Remotely by Android

Hardware Requirements  8051 series Microcontroller  Bluetooth device  Crystal  Resistors  Capacitors  Diodes  Transformer  Voltage Regulator  LED  DC Motor  Motor Driver IC Railway Level Crossing Gate Operation Remotely by Android

Software Requirements  Keil compiler  Languages: Embedded C or Assembly Railway Level Crossing Gate Operation Remotely by Android

Micro Controller Railway Level Crossing Gate Operation Remotely by Android  It is a smaller computer  Has on-chip RAM, ROM, I/O ports... RAM ROM I/O Port Timer Serial COM Port Microcontroller CPU A single chip

Internal structure of a micro controller- at89s52/51 Railway Level Crossing Gate Operation Remotely by Android

Arduino  Microcontroller based on ATmega328  5V Operating Voltage  Input Voltage 7 -12V  14 Digital I/O Pins  32 kB Flash Memory  1 kB EEPROM  16 MHz Clock Speed Railway Level Crossing Gate Operation Remotely by Android

IR Sensor  Emits infrared signal and detect the reflection.  Output goes low when signal is received.  This serves as the input to the Arduino. Railway Level Crossing Gate Operation Remotely by Android

DC Motor  Has stations sets of magnets in the stator.  Works on attraction and repulsion of magnets.  Direction of magnetic field can be changed by changing direction of current.  Speed of motor can be changed by changing voltage applied to the armature. Railway Level Crossing Gate Operation Remotely by Android

L293D motor Driver  L293D IC generally comes as a standard 16- pin DIP (dual-in line package).  This motor driver IC can simultaneously control two small motors in either direction; forward and reverse with just 4 microcontroller pins (if you do not use enable pins). Railway Level Crossing Gate Operation Remotely by Android

555 IC  This IC is a monolithic timing circuit that is a highly stable controller capable of producing accurate time delays or oscillations.  This integrated circuit contains nearly 25 transistor, a diode or two, and more than 10 resistors. Railway Level Crossing Gate Operation Remotely by Android

Android  Android is an open-source operating system which means that any manufacturer can use it in their phones free of charge.  It was built to be truly open. For example, an application can call upon any of the phone’s core functionality.  Such as making calls, sending text messages, or using the camera. Railway Level Crossing Gate Operation Remotely by Android

Android Application Operated Bluetooth  The Android platform includes support for the Bluetooth network stack, which allows a device to wirelessly exchange data with other Bluetooth devices.  The application framework provides access to the Bluetooth functionality through the Android Bluetooth APIs. Railway Level Crossing Gate Operation Remotely by Android

Working Principle Railway Level Crossing Gate Operation Remotely by Android  By employing the automatic railway gate control at the level crossing.  The arrival of train is detected by the sensor placed on either side of the gate at about 5km from the level crossing.  All signals are made RED initially to indicate that gate is open and vehicles are passing through the gate.  Detection of a train approaching the gate can be sensed by means of sensors R1 and R2 placed on either side of the gate.

Working Principle Railway Level Crossing Gate Operation Remotely by Android  Once the train arrival is sensed, the sensed signal is sent to the microcontroller.  It checks for possible presence of vehicle between the gates, again using sensors.  At the moment the train arrival is sensed on either side of the gate.  Road users are warned about the train approach by Buzzer.

Working Principle Railway Level Crossing Gate Operation Remotely by Android  Once the train arrival is sensed, the sensed signal is sent to the microcontroller.  It checks for possible presence of vehicle between the gates, again using sensors.  At the moment the train arrival is sensed on either side of the gate.  Road users are warned about the train approach by Buzzer.

Working Principle Railway Level Crossing Gate Operation Remotely by Android  Buzzer indication and light signals on either side are provided to the road users indicating the closure of gates.  Once, no vehicle is sensed in between the gate the motor is activated and the gates are closed.  For the worst case if any obstacle is sensed, it is indicated to the train driver by signals (RED) placed at about 4km.  So as to bring it to halt well before the level crossing.

Working Principle Railway Level Crossing Gate Operation Remotely by Android  A Bluetooth device is interfaced with the system.  When the station master sent command to close from the Android application device to the Bluetooth device  Which while fed to the microcontroller, sends an output signal which activates a mechanism to switch on the motor to close the gate.

Working Principle Railway Level Crossing Gate Operation Remotely by Android  When no obstacle is sensed GREEN light is indicated.  The train is to free to move.  Train departure sensing is done by sensors R2 respectively considering the directions of train approach.

Level Crossing Railway Level Crossing Gate Operation Remotely by Android  Place where a railway and a road, or two railway lines, cross at the same level  Called Grade Crossing in North America  Early level crossings had a flagman in a nearby booth who would, on the approach of a train, wave a red flag or lantern to stop all traffic and clear the tracks  Manual or electrical closable gates that barricaded the roadway were later introduced, intended to be a complete barrier against intrusion of any road traffic onto the railway.

Protection at Intersections Railway Level Crossing Gate Operation Remotely by Android  All rail or road intersections are provided with either passive or active protection. Passive :  Application of passive traffic control devices (signage) which provides an unchanging warning to the road user whether or not a train is approaching the crossing. Active :  Application of warning devices to warn road users of the approach of a train when the train is a minimum time from entering the road-rail intersection.

IR Circuits Railway Level Crossing Gate Operation Remotely by Android This circuit has two stages: IR Transmitter:  The transmitter unit consists of an infrared LED and its associated circuitry.  The IR LED emitting infrared light is put on in the transmitting unit.  Infrared LED is driven through transistor.

IR Circuits Railway Level Crossing Gate Operation Remotely by Android IR Receiver:  The receiver unit consists of a sensor and its associated circuitry.  In receiver section, the first part is a sensor.  It detects IR pulses transmitted by IR-LED.IR pulses transmitted

IR Circuits Railway Level Crossing Gate Operation Remotely by Android  Whenever a train crosses the sensor.  the output of IR sensor momentarily transits through a low state.  As a result the mono stable is triggered.  A short pulse is applied to the port pin of the microcontroller.  On receiving a pulse from the sensor circuit.  The controller activates the circuitry required for closing and opening of the gates and for track switching.

Advantages Railway Level Crossing Gate Operation Remotely by Android  Prevention of accidents inside the gate.  Reliable machine, which operates the railway gate even without gatekeeper which makes it useful for operation at unmanned crossings.  Battery which is charged by means of a solar cell can be used in remote areas where the power supply can’t be expected.

Disadvantages Railway Level Crossing Gate Operation Remotely by Android  To establish the entire network it is quite a costly task.  Since these are the issues of the government cost doesn’t matter a lot.

Conclusion Railway Level Crossing Gate Operation Remotely by Android  Railway Level Crossing Gate Operation Remotely by Android Project was designed and Implemented. This project can be enhanced using android application device for remote operation. When the robot faces a fire then it extinguishes fire with the help of pump motor connected to a water tank mounted on its body. Railway Level Crossing Gate Operation Remotely by Android Project