05 Laboratory Exercise 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

IT2020

Laboratory Exercise
Interfacing Relays, Keypad, and LCD
Objectives:

At the end of the exercise, the students should be able to:

▪ Create integrated security in Arduino IDE.


▪ Determine the usage of LCD monitors, relays, and keypads via Arduino.

Materials: Precaution:
▪ Breadboard
▪ Dupont wires (male-to-male)
▪ Power supply (preferably 3.3v to 5v)
▪ 1 pc. 4 x 4 Matrix Keypad
▪ 1 pc. 10kΩ potentiometer
▪ 1 pc. LCD Screen Module (1602A)
▪ 1 pc. Relay for Arduino
▪ Arduino UNO or any variant clone
▪ Digital multimeter (for testing purposes of wires, LEDs, and resistors)
▪ Computer with Arduino IDE (Latest)

Procedure: Activity #1 – Password Lock with LCD Monitor

1. Based on the previous activity, create a system in which a user uses the keypad to enter an 8-digit long
password in order to activate the relay.
2. Compile and upload. Reset the Arduino device and key in the password via keypad.
3. Show/submit your output to your instructor.

GRADING RUBRIC (40 points)

Criteria/Scoring Indicator Score


Hardware Part Organized and clean implementation of components and wires. 20
Correct usage of code and syntaxes.
Programming Part 20
No syntax or logic errors found.
Total 40

05 Laboratory Exercise 1 *Property of STI


Page 1 of 1

You might also like