SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD25285 | Volume – 3 | Issue – 5 | July - August 2019 Page 386
Design and Construction of Movable Bridge using Arduino
Nwe Nwe Oo1, May Thwe Oo2, Hla Yamin1
1Lecturer, 2Professor
1,2Department of Electronic Engineering, Technological University (Magway), Myanmar
How to cite this paper: Nwe Nwe Oo |
May Thweoo | Hla Yamin "Design and
Construction of Movable Bridge using
Arduino" Published
in International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019, pp.386-389,
https://doi.org/10.31142/ijtsrd25285
Copyright © 2019 by author(s) and
International Journalof Trendin Scientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
This paper is designed to build movable bridge for passable both land and
marine transportation and upgrade transportation system for people. In this
paper, Arduino Uno, ultrasonic sensor, servo motor, 2channel relay and gear
motor are used as mainly devices. Ultrasonic sensor is running by emitting
waves until the ship is coming. As soon as the ship is passing,thesensorissent
data to arduino. And then, arduino microcontroller control the traffic light on
the land by changing green led to red led. In this condition, the servo motor
start to run and gate on the land is closed. After gate is closed, the gear motor
start to run and lift the bridge to cross the ship. When the ship is passed, the
bridge down to normal state and red led change to green led. When the led is
green, the servo motor start to run and gate is open. At this time, the cars can
pass safety.
KEYWORDS: Ultrasonic Sensor, Servo Motor, Gear Motor, Arduino
I. Introduction
Movable bridges have been an integral part of the U.S transportation system,
their development being in concert with that of the development of the
railroads and the development of our highway system. While sometimes
referred to as draw bridges, movable bridges have proved to be an economical
solution to the problem of how to carry a rail line or highway across an active
waterway.
In most instances, marine craft have priority, and the
movable span must open to marine traffic upon demand.
This precedence is reflected in the terms closed and open,
used to describe the position of the movable spans. A
“closed” movable bridge has closed the waterway to marine
traffic, while an “open” bridge has open the waterway to
marine traffic. Highway bridges are typically designed to
remain in the closed position and only to be open when
required by marine traffic. However, movable railroad
bridges can be designed to remain in either the open or
closed position, depending on how frequently they are used
by train traffic. The difference is important as differentwind
and seismic load design conditions are used to design for a
brigde that is usually open and one that is usually closed.
The first specification for the design of movable bridges was
published by the American Railway EngineeringAssociation
(AREA). This specification was used to design both movable
highway and railroad bridges, when the American
Association of State Highway Officialspublisheditsstandard
specifications for movable Highway Bridges. Both
specifications are very similar, but have remained separate.
Today, movable railroad bridges are designed inaccordance
with the AREA Manual, and movable highway bridges are
designed in accordance with the American Association of
State Highway and Transportation Officials (AASHTO)
Standard Specifications forMovableHighwayBridges.These
specifications primarily cover the mechanical and electrical
aspects of a movable bridge; the structural design of the
bridge is covered in other parts of the AREA Manual for
railroad bridges or the AASHTO Standard Specifications for
Highway Bridges.
II. System Block Diagram
Fig.1 shows the block diagram of Movable Bridge. Power
supply is provided to arduino and 2channel relay. Sensor is
used to sense the objects (eg ship). When the sensor sense
the ship is passing, the green LED switch on-off delay 5s and
change to yellow led then, the yellow LED is set 5s delay
later, change yellow led to red led. When led is red, the servo
motor start to run and gate is closed. Hydraulic is lift up the
bridge with 3 minutes delay after gate is closed. Hydraulic is
fall down with 1 minutes delay after lift up 3 minutes. The
bridge is down to normal state, change red LED to the green
LED. The green LED is turn on and the boom gate open.
Fig.1: Block Diagram of Movable Bridge
IJTSRD25285
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25285 | Volume – 3 | Issue – 5 | July - August 2019 Page 387
III. System components
1. Ultrasonic Sensor
The sonic waves emitted by the transducer are reflected by
an object and received back in the transducer. After having
emitted the sound waves, the ultrasonicsensor willswitch to
receive mode. The time elapsed between emitting and
receiving is proportional to the distance of the object from
the sensor. Ultrasonic sensor are devices that use electrical–
mechanical energy transformation tomeasuredistancefrom
the sensor to the target object. The HC-SR04 ultrasonic
sensor uses sonar to determine distance to an object like
bats or dolphins do. It provides 2cm to400cmof non-contact
measurement functionality with a ranging accuracy that can
reach up to 3mm. Each HC-SR04 module includes an
ultrasonic transmitter, a receiver and acontrolcircuit.There
are only four pins that you need to worry about on the HC-
SR04: VCC (power), Trig (Trigger), Echo(Receiver) andGND
(Ground).
2. Gear Motor
A gear motor is a specific type of electrical motor that is
designed to produce high torque while maintaining a low
horsepower, or low speed, motor output. A gear motor is a
specific type of electrical motor that is designed to produce
high torque while maintaining a low horsepower, or low
speed, motor output. Gear motors can be found in many
different applications, and are probably used in many
devices in your home
3. Servo Motor
A servomotor is a rotary actuator or liner actuator that
allows for precise control of angular or liner position,
velocity and acceleration. It consists of a suitable motor
coupled to a sensor for position feedback. It also requires a
relatively sophisticated controller, often adedicatedmodule
designed specifically for use with servomotors. Servomotors
are not a specific class of motor although the term
servomotor is often used to refer to a motor suitable for use
in a closed-loop control system that used position feedback
to control its motion and final position feedback to control
its motion and final position. The input to its control is a
signal (either analogue or digital) representing the position
commanded for the output shaft.
4. 2Channel Module Relay
A relay is defined as an electrically operated switch; their
main use is controlling circuits by a low-power signal or
when several circuits must be controlled by one signal. The
first relay was used in long distance telegraph circuits as
amplifiers, basically they repeated the signal they received
from one circuit, and transmitted it into a different one, they
were also used in early computers to perform logical
operations.
5. Arduino UNO
Arduino is an open source computer hardwareand software
company, project, and user community that designs and
manufactures single-board microcontrollers and
microcontroller kits for building digital devices and
interactive objects that can sense and control objects in the
physical and digital world. Arduino Uno is a microcontroller
board.
It has 14 digital input/output pins (of which 6 can beused as
PWN outputs), 6 analog inputs, a 16MHz quartz crystal, a
USB connection, a power jack, an ICP header and a reset
button. It contains everything needed to support the
microcontroller; simply connect it to a computer with a USB
cable or power it with a AC to DC adapter or battery to get
started.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25285 | Volume – 3 | Issue – 5 | July - August 2019 Page 388
IV. Circuit Design of Movable Bridge
Fig.2: Overall Circuit Diagram of Movable Bridge
AC 220V change to AC 12V by using step down transformer.
Then, use two diode and 1000uF 16V capacitor to produce
12V pure DC output. And then, 12VDC connectwithLN7808
voltage regulator and 1000uF 16V capacitor to get 8V pure
DC output. DC 12V use for 2channel relay to run geared
motor and DC 24V use for controller. Ultrasonic sensor has
four pins. There are Vcc, trigger, echox ground. The sensor
connect with arduino, vcc connect with 5v dc supply. If the
ship is passing, the sensor is informingtoarduino.Arduinois
running program according to step by step procedure.
The green LED connect with pin5. The yellow led connect
with pin no6. The red LED connect with pin no7. The green
LED switch on-off delay 5s and change to yellow LED then,
the yellow LED is set 3s delay later, change yellowLEDtored
LED. When LED is red, the servo motor run. Servo motor
connect with pin no 10. At normal state, servo motor is
opening gate by 90 degree position when a ship is coming,
the gate start closing 90 degree to 0 degree due to the
program.2 channel relay connect with pin no 3 and pin no4.
In normal state, center is connect with normally close.When
the pin no 3 is high, center connect to normally open and
start rotate gear motor. Gear motor is to run hydraulicforlift
up of the brddge when the ship is coming. Gear motor is
running reverse direction to lift the bridge. After the ship is
passing, pin no 4 is low and gear motor is running forward
direction to down the bridge at normal state.
V. Overall System Flowchart
Firstly, sensor is sensing ship by emitting wave signal.When
the sensor sense the ship, the green LED switch on and
switch off delay 5s and green LED change to yellow led.
Then, the yellow LED change to red LED delay with 0.5s.
When led is red, the servo motor run and gateisclosed.After
gate is closed, hydraulic is lifting up the bridge delay with
16s. Hydraulic is down the bridge delay with 6.5s.When the
bridge is down to normal state, red LED change to green
LED. Then, the green led is turn on and the gate is open. At
this time, the cars can pass the bridge.
Start
Port
Initialization
Read signal
Fromsensor
If sensor value= 1?
ChangegreenLEDtoyellowLED
(Delay5s)
ChangeyellowLEDtoredLED
(Delay0.5s)
RedLEDandServoMotorrun
(Gate close)
HydraulicUp
(Delay16s)
Hydraulicdown
(Delay6.5s)
ChangeredLEDtogreenLED
(Delay1s)
End
NO
YES
GreenLEDandServomotorrun
(Gate open)
Fig.3: System Flow Chart
VI. Results
Fig.4: Result for the Condition of Green LED and Gate Open
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25285 | Volume – 3 | Issue – 5 | July - August 2019 Page 389
Fig.5: Testing Result for the Condition of Yellow LED
Fig.6: Result for the Condition of Red LED and Gate Close
VII. Discussion
This paper is discussed about Movable bridge that can be
used in marine and land which is too many transportation
and used in where difficult to dig canal for shipping way. It
can also use in narrow river and low level ground in the
town. In this paper, arduino is used to control the overall
system process design The bridge system usearduino,servo
motor, Gear motor, LED, ultrasonic sensor, 2channel relay,
resistor and other accessories. C++ programminglanguageis
used for Arduino that control other components.Gearmotor
is use to lift up and down the bridge. Servomotor is used for
boom gate. Ultrasonic sensor is sensing for obstaclesandthe
sensor is informing to arduino. LEDs are used fortrafficlight
for boom gate. 2channel relay use forward and reverse
rotation for gear motor.
VIII. Further Extension
Nowadays, Land and marine transportations are used
mainly. So, movable bridges are need to pass both car and
ship transportation. Furthermore,themovablebridge canbe
advanced by using other microcontroller and sensor such as
PIC microcontroller, IR sensor, Laser Light sensor and soon.
If this system will be used IR sensor, e.g. when the ship is
coming, the sensor can sense level of ship and report to
microcontroller how to process.
IX. References
[1] Lloyd, 12 October 2011, “Transporter BridgeLeftBoats
in Its Wake”.
[2] Encyclopadia Britannica, 8 October 2012, “Covered
Bridge”.
[3] WoodWortman, 2006, “The Portland Bridge Book”, 3rd
Edition.
[4] Lu, Malvern, Jenkins, October 1982, “Balancing of
Trunnion Type Bascule Bridges”..
[5] Truscott, Alan; Truscott, 2002, “The New York Times
Bridge Book”.
[6] Frank E, SadowskiJr, 24 July 2013, “The Fairport Lift
Bridge”.
[7] Kutz, Myer, 2011, “Handbook of Transportation
Engineering”.
[8] Francis, Henry, 1994, “The Official Encyclopedia of
Bridge”.

More Related Content

What's hot

CCN -UNIT 1 PDF Notes for 7th EC
CCN -UNIT 1 PDF Notes for 7th ECCCN -UNIT 1 PDF Notes for 7th EC
CCN -UNIT 1 PDF Notes for 7th ECSURESHA V
 
NONLINEAR CONTROL SYSTEM (Phase plane & Phase Trajectory Method)
NONLINEAR CONTROL SYSTEM(Phase plane & Phase Trajectory Method)NONLINEAR CONTROL SYSTEM(Phase plane & Phase Trajectory Method)
NONLINEAR CONTROL SYSTEM (Phase plane & Phase Trajectory Method)Niraj Solanki
 
Basics of Sensors & Transducers
Basics of Sensors & TransducersBasics of Sensors & Transducers
Basics of Sensors & TransducersBurdwan University
 
A report on ultrasonic distance measurement
A report on ultrasonic distance measurementA report on ultrasonic distance measurement
A report on ultrasonic distance measurementitfakash
 
SENSORS A DISCUSSION
SENSORS A DISCUSSIONSENSORS A DISCUSSION
SENSORS A DISCUSSIONPraveen Kumar
 
Sensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSweta Kumari Barnwal
 
Antennas and Wave Propagation
Antennas and Wave PropagationAntennas and Wave Propagation
Antennas and Wave PropagationVenkataRatnam14
 
Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...PRASENJITMORE2
 
Optical satellite communications
Optical satellite communicationsOptical satellite communications
Optical satellite communicationsIslam Kotb Ismail
 
light follower robot
light follower robotlight follower robot
light follower robotanuragyadav94
 
Automatic Plant Irrigator -Mini Project ECE(without micro controller)
Automatic Plant Irrigator -Mini Project ECE(without micro controller) Automatic Plant Irrigator -Mini Project ECE(without micro controller)
Automatic Plant Irrigator -Mini Project ECE(without micro controller) Sushant Shankar
 

What's hot (20)

humidity sensor
humidity sensorhumidity sensor
humidity sensor
 
Displacement measurement
Displacement measurementDisplacement measurement
Displacement measurement
 
CCN -UNIT 1 PDF Notes for 7th EC
CCN -UNIT 1 PDF Notes for 7th ECCCN -UNIT 1 PDF Notes for 7th EC
CCN -UNIT 1 PDF Notes for 7th EC
 
NONLINEAR CONTROL SYSTEM (Phase plane & Phase Trajectory Method)
NONLINEAR CONTROL SYSTEM(Phase plane & Phase Trajectory Method)NONLINEAR CONTROL SYSTEM(Phase plane & Phase Trajectory Method)
NONLINEAR CONTROL SYSTEM (Phase plane & Phase Trajectory Method)
 
Basics of Sensors & Transducers
Basics of Sensors & TransducersBasics of Sensors & Transducers
Basics of Sensors & Transducers
 
MILITARY ROBOT BASED ON IOT
MILITARY ROBOT BASED ON IOTMILITARY ROBOT BASED ON IOT
MILITARY ROBOT BASED ON IOT
 
Horn antenna
Horn antennaHorn antenna
Horn antenna
 
A report on ultrasonic distance measurement
A report on ultrasonic distance measurementA report on ultrasonic distance measurement
A report on ultrasonic distance measurement
 
SENSORS A DISCUSSION
SENSORS A DISCUSSIONSENSORS A DISCUSSION
SENSORS A DISCUSSION
 
Sensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdf
 
Antennas and Wave Propagation
Antennas and Wave PropagationAntennas and Wave Propagation
Antennas and Wave Propagation
 
Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...Automatic room light controller with bi directional visitor counter using Ard...
Automatic room light controller with bi directional visitor counter using Ard...
 
Body Area Network
Body Area NetworkBody Area Network
Body Area Network
 
Wearable biosensors
Wearable biosensorsWearable biosensors
Wearable biosensors
 
Optical satellite communications
Optical satellite communicationsOptical satellite communications
Optical satellite communications
 
Digital transducer
Digital transducerDigital transducer
Digital transducer
 
light follower robot
light follower robotlight follower robot
light follower robot
 
Flow sensors
Flow sensorsFlow sensors
Flow sensors
 
Automatic Plant Irrigator -Mini Project ECE(without micro controller)
Automatic Plant Irrigator -Mini Project ECE(without micro controller) Automatic Plant Irrigator -Mini Project ECE(without micro controller)
Automatic Plant Irrigator -Mini Project ECE(without micro controller)
 
Robotic hand
Robotic handRobotic hand
Robotic hand
 

Similar to Design and Construction of Movable Bridge using Arduino

IRJET - Driverless Metro Train to Shuttle between Two Stations
IRJET -  	  Driverless Metro Train to Shuttle between Two StationsIRJET -  	  Driverless Metro Train to Shuttle between Two Stations
IRJET - Driverless Metro Train to Shuttle between Two StationsIRJET Journal
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduinoijtsrd
 
Arduino Based Project.pptx
Arduino Based Project.pptxArduino Based Project.pptx
Arduino Based Project.pptxAbhishek Sharma
 
Automation of Railway Gate and Road traffic using Internet of Things (IoT)
Automation of Railway Gate and Road traffic using Internet of Things (IoT)Automation of Railway Gate and Road traffic using Internet of Things (IoT)
Automation of Railway Gate and Road traffic using Internet of Things (IoT)IRJET Journal
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET Journal
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET Journal
 
speed control of three phase induction motor using IOT
speed control of three phase induction motor using IOTspeed control of three phase induction motor using IOT
speed control of three phase induction motor using IOTswaroop009
 
IRJET- Three Phase Fault Analysis in Three Phase Distribution Line
IRJET- Three Phase Fault Analysis in Three Phase Distribution LineIRJET- Three Phase Fault Analysis in Three Phase Distribution Line
IRJET- Three Phase Fault Analysis in Three Phase Distribution LineIRJET Journal
 
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOROBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSORLeTsKnOw1
 
Arduino based-underground-cable-fault-detector
Arduino based-underground-cable-fault-detectorArduino based-underground-cable-fault-detector
Arduino based-underground-cable-fault-detectorKANAIYABHATT
 
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONEAUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONEIRJET Journal
 
Tunnel robot ppt
Tunnel robot pptTunnel robot ppt
Tunnel robot pptshakshi58
 
IOT Vehicle Fuel Theft Detection System Using Arduino.pptx
IOT Vehicle Fuel Theft Detection System Using Arduino.pptxIOT Vehicle Fuel Theft Detection System Using Arduino.pptx
IOT Vehicle Fuel Theft Detection System Using Arduino.pptxDeepakK547422
 
IRJET- Wireless Charging Station for Electric Vehicle
IRJET- Wireless Charging Station for Electric VehicleIRJET- Wireless Charging Station for Electric Vehicle
IRJET- Wireless Charging Station for Electric VehicleIRJET Journal
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET Journal
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMBiprajitSarkar
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET Journal
 

Similar to Design and Construction of Movable Bridge using Arduino (20)

IRJET - Driverless Metro Train to Shuttle between Two Stations
IRJET -  	  Driverless Metro Train to Shuttle between Two StationsIRJET -  	  Driverless Metro Train to Shuttle between Two Stations
IRJET - Driverless Metro Train to Shuttle between Two Stations
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduino
 
Arduino Based Project.pptx
Arduino Based Project.pptxArduino Based Project.pptx
Arduino Based Project.pptx
 
Automation of Railway Gate and Road traffic using Internet of Things (IoT)
Automation of Railway Gate and Road traffic using Internet of Things (IoT)Automation of Railway Gate and Road traffic using Internet of Things (IoT)
Automation of Railway Gate and Road traffic using Internet of Things (IoT)
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
 
Ctara report
Ctara reportCtara report
Ctara report
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
speed control of three phase induction motor using IOT
speed control of three phase induction motor using IOTspeed control of three phase induction motor using IOT
speed control of three phase induction motor using IOT
 
IRJET- Three Phase Fault Analysis in Three Phase Distribution Line
IRJET- Three Phase Fault Analysis in Three Phase Distribution LineIRJET- Three Phase Fault Analysis in Three Phase Distribution Line
IRJET- Three Phase Fault Analysis in Three Phase Distribution Line
 
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOROBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
 
Arduino based-underground-cable-fault-detector
Arduino based-underground-cable-fault-detectorArduino based-underground-cable-fault-detector
Arduino based-underground-cable-fault-detector
 
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONEAUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
 
Tunnel robot ppt
Tunnel robot pptTunnel robot ppt
Tunnel robot ppt
 
IOT Vehicle Fuel Theft Detection System Using Arduino.pptx
IOT Vehicle Fuel Theft Detection System Using Arduino.pptxIOT Vehicle Fuel Theft Detection System Using Arduino.pptx
IOT Vehicle Fuel Theft Detection System Using Arduino.pptx
 
IRJET- Wireless Charging Station for Electric Vehicle
IRJET- Wireless Charging Station for Electric VehicleIRJET- Wireless Charging Station for Electric Vehicle
IRJET- Wireless Charging Station for Electric Vehicle
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNO
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth Fault
 
Obstacle avoiding robot.doc
Obstacle avoiding robot.docObstacle avoiding robot.doc
Obstacle avoiding robot.doc
 
INTELIGENT RAILWAY SYSTEM
INTELIGENT RAILWAY SYSTEMINTELIGENT RAILWAY SYSTEM
INTELIGENT RAILWAY SYSTEM
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 

Recently uploaded (20)

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 

Design and Construction of Movable Bridge using Arduino

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD25285 | Volume – 3 | Issue – 5 | July - August 2019 Page 386 Design and Construction of Movable Bridge using Arduino Nwe Nwe Oo1, May Thwe Oo2, Hla Yamin1 1Lecturer, 2Professor 1,2Department of Electronic Engineering, Technological University (Magway), Myanmar How to cite this paper: Nwe Nwe Oo | May Thweoo | Hla Yamin "Design and Construction of Movable Bridge using Arduino" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019, pp.386-389, https://doi.org/10.31142/ijtsrd25285 Copyright © 2019 by author(s) and International Journalof Trendin Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT This paper is designed to build movable bridge for passable both land and marine transportation and upgrade transportation system for people. In this paper, Arduino Uno, ultrasonic sensor, servo motor, 2channel relay and gear motor are used as mainly devices. Ultrasonic sensor is running by emitting waves until the ship is coming. As soon as the ship is passing,thesensorissent data to arduino. And then, arduino microcontroller control the traffic light on the land by changing green led to red led. In this condition, the servo motor start to run and gate on the land is closed. After gate is closed, the gear motor start to run and lift the bridge to cross the ship. When the ship is passed, the bridge down to normal state and red led change to green led. When the led is green, the servo motor start to run and gate is open. At this time, the cars can pass safety. KEYWORDS: Ultrasonic Sensor, Servo Motor, Gear Motor, Arduino I. Introduction Movable bridges have been an integral part of the U.S transportation system, their development being in concert with that of the development of the railroads and the development of our highway system. While sometimes referred to as draw bridges, movable bridges have proved to be an economical solution to the problem of how to carry a rail line or highway across an active waterway. In most instances, marine craft have priority, and the movable span must open to marine traffic upon demand. This precedence is reflected in the terms closed and open, used to describe the position of the movable spans. A “closed” movable bridge has closed the waterway to marine traffic, while an “open” bridge has open the waterway to marine traffic. Highway bridges are typically designed to remain in the closed position and only to be open when required by marine traffic. However, movable railroad bridges can be designed to remain in either the open or closed position, depending on how frequently they are used by train traffic. The difference is important as differentwind and seismic load design conditions are used to design for a brigde that is usually open and one that is usually closed. The first specification for the design of movable bridges was published by the American Railway EngineeringAssociation (AREA). This specification was used to design both movable highway and railroad bridges, when the American Association of State Highway Officialspublisheditsstandard specifications for movable Highway Bridges. Both specifications are very similar, but have remained separate. Today, movable railroad bridges are designed inaccordance with the AREA Manual, and movable highway bridges are designed in accordance with the American Association of State Highway and Transportation Officials (AASHTO) Standard Specifications forMovableHighwayBridges.These specifications primarily cover the mechanical and electrical aspects of a movable bridge; the structural design of the bridge is covered in other parts of the AREA Manual for railroad bridges or the AASHTO Standard Specifications for Highway Bridges. II. System Block Diagram Fig.1 shows the block diagram of Movable Bridge. Power supply is provided to arduino and 2channel relay. Sensor is used to sense the objects (eg ship). When the sensor sense the ship is passing, the green LED switch on-off delay 5s and change to yellow led then, the yellow LED is set 5s delay later, change yellow led to red led. When led is red, the servo motor start to run and gate is closed. Hydraulic is lift up the bridge with 3 minutes delay after gate is closed. Hydraulic is fall down with 1 minutes delay after lift up 3 minutes. The bridge is down to normal state, change red LED to the green LED. The green LED is turn on and the boom gate open. Fig.1: Block Diagram of Movable Bridge IJTSRD25285
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25285 | Volume – 3 | Issue – 5 | July - August 2019 Page 387 III. System components 1. Ultrasonic Sensor The sonic waves emitted by the transducer are reflected by an object and received back in the transducer. After having emitted the sound waves, the ultrasonicsensor willswitch to receive mode. The time elapsed between emitting and receiving is proportional to the distance of the object from the sensor. Ultrasonic sensor are devices that use electrical– mechanical energy transformation tomeasuredistancefrom the sensor to the target object. The HC-SR04 ultrasonic sensor uses sonar to determine distance to an object like bats or dolphins do. It provides 2cm to400cmof non-contact measurement functionality with a ranging accuracy that can reach up to 3mm. Each HC-SR04 module includes an ultrasonic transmitter, a receiver and acontrolcircuit.There are only four pins that you need to worry about on the HC- SR04: VCC (power), Trig (Trigger), Echo(Receiver) andGND (Ground). 2. Gear Motor A gear motor is a specific type of electrical motor that is designed to produce high torque while maintaining a low horsepower, or low speed, motor output. A gear motor is a specific type of electrical motor that is designed to produce high torque while maintaining a low horsepower, or low speed, motor output. Gear motors can be found in many different applications, and are probably used in many devices in your home 3. Servo Motor A servomotor is a rotary actuator or liner actuator that allows for precise control of angular or liner position, velocity and acceleration. It consists of a suitable motor coupled to a sensor for position feedback. It also requires a relatively sophisticated controller, often adedicatedmodule designed specifically for use with servomotors. Servomotors are not a specific class of motor although the term servomotor is often used to refer to a motor suitable for use in a closed-loop control system that used position feedback to control its motion and final position feedback to control its motion and final position. The input to its control is a signal (either analogue or digital) representing the position commanded for the output shaft. 4. 2Channel Module Relay A relay is defined as an electrically operated switch; their main use is controlling circuits by a low-power signal or when several circuits must be controlled by one signal. The first relay was used in long distance telegraph circuits as amplifiers, basically they repeated the signal they received from one circuit, and transmitted it into a different one, they were also used in early computers to perform logical operations. 5. Arduino UNO Arduino is an open source computer hardwareand software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices and interactive objects that can sense and control objects in the physical and digital world. Arduino Uno is a microcontroller board. It has 14 digital input/output pins (of which 6 can beused as PWN outputs), 6 analog inputs, a 16MHz quartz crystal, a USB connection, a power jack, an ICP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC to DC adapter or battery to get started.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25285 | Volume – 3 | Issue – 5 | July - August 2019 Page 388 IV. Circuit Design of Movable Bridge Fig.2: Overall Circuit Diagram of Movable Bridge AC 220V change to AC 12V by using step down transformer. Then, use two diode and 1000uF 16V capacitor to produce 12V pure DC output. And then, 12VDC connectwithLN7808 voltage regulator and 1000uF 16V capacitor to get 8V pure DC output. DC 12V use for 2channel relay to run geared motor and DC 24V use for controller. Ultrasonic sensor has four pins. There are Vcc, trigger, echox ground. The sensor connect with arduino, vcc connect with 5v dc supply. If the ship is passing, the sensor is informingtoarduino.Arduinois running program according to step by step procedure. The green LED connect with pin5. The yellow led connect with pin no6. The red LED connect with pin no7. The green LED switch on-off delay 5s and change to yellow LED then, the yellow LED is set 3s delay later, change yellowLEDtored LED. When LED is red, the servo motor run. Servo motor connect with pin no 10. At normal state, servo motor is opening gate by 90 degree position when a ship is coming, the gate start closing 90 degree to 0 degree due to the program.2 channel relay connect with pin no 3 and pin no4. In normal state, center is connect with normally close.When the pin no 3 is high, center connect to normally open and start rotate gear motor. Gear motor is to run hydraulicforlift up of the brddge when the ship is coming. Gear motor is running reverse direction to lift the bridge. After the ship is passing, pin no 4 is low and gear motor is running forward direction to down the bridge at normal state. V. Overall System Flowchart Firstly, sensor is sensing ship by emitting wave signal.When the sensor sense the ship, the green LED switch on and switch off delay 5s and green LED change to yellow led. Then, the yellow LED change to red LED delay with 0.5s. When led is red, the servo motor run and gateisclosed.After gate is closed, hydraulic is lifting up the bridge delay with 16s. Hydraulic is down the bridge delay with 6.5s.When the bridge is down to normal state, red LED change to green LED. Then, the green led is turn on and the gate is open. At this time, the cars can pass the bridge. Start Port Initialization Read signal Fromsensor If sensor value= 1? ChangegreenLEDtoyellowLED (Delay5s) ChangeyellowLEDtoredLED (Delay0.5s) RedLEDandServoMotorrun (Gate close) HydraulicUp (Delay16s) Hydraulicdown (Delay6.5s) ChangeredLEDtogreenLED (Delay1s) End NO YES GreenLEDandServomotorrun (Gate open) Fig.3: System Flow Chart VI. Results Fig.4: Result for the Condition of Green LED and Gate Open
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25285 | Volume – 3 | Issue – 5 | July - August 2019 Page 389 Fig.5: Testing Result for the Condition of Yellow LED Fig.6: Result for the Condition of Red LED and Gate Close VII. Discussion This paper is discussed about Movable bridge that can be used in marine and land which is too many transportation and used in where difficult to dig canal for shipping way. It can also use in narrow river and low level ground in the town. In this paper, arduino is used to control the overall system process design The bridge system usearduino,servo motor, Gear motor, LED, ultrasonic sensor, 2channel relay, resistor and other accessories. C++ programminglanguageis used for Arduino that control other components.Gearmotor is use to lift up and down the bridge. Servomotor is used for boom gate. Ultrasonic sensor is sensing for obstaclesandthe sensor is informing to arduino. LEDs are used fortrafficlight for boom gate. 2channel relay use forward and reverse rotation for gear motor. VIII. Further Extension Nowadays, Land and marine transportations are used mainly. So, movable bridges are need to pass both car and ship transportation. Furthermore,themovablebridge canbe advanced by using other microcontroller and sensor such as PIC microcontroller, IR sensor, Laser Light sensor and soon. If this system will be used IR sensor, e.g. when the ship is coming, the sensor can sense level of ship and report to microcontroller how to process. IX. References [1] Lloyd, 12 October 2011, “Transporter BridgeLeftBoats in Its Wake”. [2] Encyclopadia Britannica, 8 October 2012, “Covered Bridge”. [3] WoodWortman, 2006, “The Portland Bridge Book”, 3rd Edition. [4] Lu, Malvern, Jenkins, October 1982, “Balancing of Trunnion Type Bascule Bridges”.. [5] Truscott, Alan; Truscott, 2002, “The New York Times Bridge Book”. [6] Frank E, SadowskiJr, 24 July 2013, “The Fairport Lift Bridge”. [7] Kutz, Myer, 2011, “Handbook of Transportation Engineering”. [8] Francis, Henry, 1994, “The Official Encyclopedia of Bridge”.