You are on page 1of 4

Republic of the Philippines

CAVITE STATE UNIVERSITY 


Don Severino de las Alas Campus 
Indang, Cavite 

COLLEGE OF ENGINEERING AND INFORMATION TECHNOLOGY


Department of Agricultural and Food Engineering

ABEN 23- Computer Application in AB Engineering


2nd Semester A.Y. 2022-2023
Assignment No. 1

Name: Rafael I. Tayo Section: BSABE 4-2


Student Number: 201916765 Date: March 17, 2023

Input electronic devices

Electronic devices Function DI DO AI AO

LEDs are electronic devices that emit light when a


current is passed through them. LEDs are commonly
LED
used with Arduino to indicate the status of a circuit or
(Light Emitting Diode)
to create visual effects. LEDs can be connected
directly to Arduino digital pins and can be
programmed to blink or fade in and out at different
rates.
Servo motors are small motors that can rotate to a
precise position. They are commonly used with
Arduino to control the movement of mechanical
devices, such as robot arms or RC cars. Servo
Servo Motor
motors can be connected to Arduino PWM (Pulse
Width Modulation) pins and can be programmed to
move to specific angles or rotate continuously.
LCD LCD displays are used to display text and graphics.
(Liquid Crystal Display): They are commonly used with Arduino to create user
interfaces or to display sensor data. LCD displays
can be connected to Arduino using either the SPI or
I2C interface, and they can be programmed to
display different messages and graphics.
Ultrasonic sensors use sound waves to measure
distance. They are commonly used with Arduino to
create obstacle detection systems or to measure the
level of liquid in a tank. Ultrasonic sensors can be
Ultrasonic Sensor
connected to Arduino using digital pins, and they can
be programmed to measure distance and trigger an
action based on the distance measured.

Bluetooth modules are used to enable wireless


communication between Arduino and other devices,
such as smartphones or tablets. They are commonly
used with Arduino to create remote control systems
Bluetooth Module
or to send sensor data to a mobile app. Bluetooth
module can be connected to Arduino using serial
communication, and they can be programmed to
send and receive data wirelessly.
Output electronic devices

Electronic devices Function DI DO AI AO

DC motors are commonly used with Arduino to


create robotic or automation systems. They can
be used to control the movement of wheels,
DC Motor arms, or other mechanical devices. DC motors
can be connected to Arduino using a motor
driver shield or module, and they can be
programmed to rotate at different speeds and
directions.
Buzzers are used to generate sound signals.
They are commonly used with Arduino to create
Buzzer
alarm or notification systems. Buzzers can be
connected to Arduino using digital pins, and
they can be programmed to generate different
tones and frequencies.
Relays are used to control high voltage or high
current circuits. They are commonly used with
Relay
Arduino to control appliances, lights, or other
electrical devices. Relays can be connected to
Arduino using digital pins, and they can be
programmed to turn on or off a circuit by
switching a high voltage or current
Stepper motors are used to control precise
movements in robotics and automation systems.
Stepper Motor
They can be used to control the movement of
robots, CNC machines, or 3D printers. Stepper
motors can be connected to Arduino using a
stepper motor driver, and they can be
programmed to rotate a precise number of steps
in a particular direction.

RGB LEDs are used to create color lighting


effects. They are commonly used with Arduino
to create mood lighting or to display information
RGB LED using color codes. RGB LEDs can be connected
to Arduino using digital pins, and they can be
programmed to display different colors by
adjusting the intensity of each primary color
(Red, Green, and Blue)

You might also like