Smart Lock System Project Report
Smart Lock System Project Report
Objective:
To design and implement an electronic lock system using a microcontroller that
authenticates users through password input via a keypad and controls access by actuating a
servo motor to lock or unlock the mechanism. The system provides real-time feedback
through an LCD display.
Description:
The Smart Lock System is a secure and user-friendly embedded solution for access control.
It integrates a 4x4 matrix keypad for password input, a 16x2 LCD to display system
messages, and a servo motor to control the locking mechanism. The system is based on an
Arduino Uno board programmed to verify passwords, display appropriate messages, and
control the servo position based on input validation.
Upon powering the system, the LCD displays "Enter Password." When the user inputs the
correct password, the LCD shows "Access Granted" and the servo motor rotates to unlock
the door. If the input is incorrect, the LCD displays "Access Denied," and the door remains
locked. The password can be hardcoded or optionally updated for security enhancement.
Hardware in Wokwi:
1. Arduino Uno
Software Required:
1. Wokwi Online Simulator
3. Libraries:
Setup Steps:
1. Connect the Input Device (Keypad):
Wire the 4x4 matrix keypad to Arduino digital pins. Configure the keypad matrix in the
code to recognize each key press using the Keypad library.