Arrow Control Circuit With Logic Gates and Sensors
Arrow Control Circuit With Logic Gates and Sensors
Rivera Medina Paola Sofía1, Ortiz Franco Humberto Antonio2, Muñoz Pérez Gerardo Alejandro3 &
Martínez Torres Diego Ivan4
Universidad Politecnica de Yucatan
Mérida, Yucatán, México
Abstract— This report details the design and implementation of II. DEVELOPMENT
an automated parking barrier control system utilizing various
digital and electronic components. The system employs infrared The system requires various components,
sensors to detect vehicle presence, logic gates to process signals, including an H-bridge motor driver, a geared motor,
and an H-bridge motor driver to control the barrier's movement. wires, logic gates (AND, NOT, and OR), two limit
The project aims to create an efficient and reliable parking
barrier that raises when a vehicle approaches and lowers once it switches, two infrared sensors, a breadboard, and a
has passed. Simulation and testing on Tinkercad confirmed the 5V power supply.
functionality and effectiveness of the design. This project also
aims to demonstrate the capabilities of logic gates in creating a
complex circuit that could be simplified using an Arduino and
programming.
I. INTRODUCTION
The automated parking barrier system is a
practical application of digital systems in
controlling access to parking facilities. Key
components include limit switches, infrared sensors,
Fig. 1. Materials
an H-bridge, and logic gates. Limit switches are
used to detect the physical position of the barrier, The design begins with the infrared sensors
ensuring it stops at the correct points. Infrared detecting an approaching vehicle, sending a signal
sensors detect the presence of vehicles, providing through the logic gates. The AND gate ensures that
input signals for the control logic. both sensors must detect the vehicle for the barrier
to operate, while the NOT gate inverts the signal
The H-bridge is a crucial component for motor where necessary, and the OR gate allows multiple
control, allowing the motor to rotate in both conditions to activate the barrier. These processed
directions to raise and lower the barrier. Logic gates signals control the H-bridge, which in turn drives
(AND, NOT, and OR) are used to process the the motor to raise the barrier. Once the vehicle
signals from the sensors and control the H-bridge, passes and is detected by the exit sensor, the
ensuring the barrier operates correctly based on the process is repeated to lower the barrier.
vehicle's presence.
Simulation on Tinkercad verified the circuit's
The objective of this project is to demonstrate functionality, although some components were
how logic gates can be used to create a complex substituted due to availability. The simulation
control system, highlighting that such a system confirmed the system's operation, validating the
could be significantly simplified by employing an design.
Arduino and programming.
Fig. 2. Tinkercad simulation.