0% found this document useful (0 votes)
98 views7 pages

Video 1: Working of The Project Practically

This document describes a password-based door lock security system using an Arduino and keypad. The system takes a password from the keypad, compares it to the stored password, and if it matches will sound a buzzer and rotate a servo motor to open the door. It also displays the status on an LCD screen. The Arduino controls the entire process and components include a keypad, LCD display, potentiometer, servo motor, buzzer, and connecting wires. It works by asking the user to enter a password at startup, compares it, and either grants access or denies access and returns to standby mode.

Uploaded by

Saurav Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views7 pages

Video 1: Working of The Project Practically

This document describes a password-based door lock security system using an Arduino and keypad. The system takes a password from the keypad, compares it to the stored password, and if it matches will sound a buzzer and rotate a servo motor to open the door. It also displays the status on an LCD screen. The Arduino controls the entire process and components include a keypad, LCD display, potentiometer, servo motor, buzzer, and connecting wires. It works by asking the user to enter a password at startup, compares it, and either grants access or denies access and returns to standby mode.

Uploaded by

Saurav Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Password Based Door

Lock Security System


Using Arduino & Keypad

Video 1: Working of the project practically


Objective:
 Implementation of Door locking system is done in the project.
 A digital code lock can secure your home or locker easily. It will open your
door only when the right password is entered.
 Arduino controls the complete processes mentioned below:
Taking a password from the keypad module,
Comparing passwords
Driving buzzer
Rotating servo motor
Sending status to the LCD display.
Fig-1: Arduino UNO

 The keypad is used for taking the password. The buzzer is used for indications.
 Servo motor is used for opening the gate while rotating and LCD is used for
displaying status.
Components
Required:
Fig1:Keypa
 Arduino Board d Fig2:LCD Display
 Keypad
 LCD Display
 Potentiometer
 Servo Motor
 Buzzer
 Connecting Wires Fig4:Servo Motor
 Breadboard
Fig3:Potentiometer

Fig5: Buzzer
Working of Project:
 Arduino is initialized in stand by mode where it asks the user to enter the password
to unlock the door(default password in Arduino as “1234”.)

 When users enter the “*” key it will allow the user to enter the password. Now, it
checks the password stored in this Arduino EEPROM. If it is correct, it will show
‘Access is granted, welcome‘, and then the door is opened. But, if the password is
incorrect then it will go back to the standby mode by displaying “Incorrect Code
Get Away“.
 Similarly, in Arduino Password Security Lock System, if the user press “#” it will
ask for the code. Now, if the entered code is incorrect then it will get back to
standby mode. and if it is correct it will ask the user to enter the new password
and confirm the password by retyping it. Here, the Arduino will compare the code,
if it is incorrect then again it will get back to standby mode. But, if it is correct
then it will change your current password.
Diagrammatic Representation of working

Fig1: Initial stage of lock

Fig2:Setting up the lock

Fig3: Door is locked


Circuit Diagram:
 The circuit or the schematic of Password Based Door Locking System is given
below
Figure 1- A Detailed View of Internal Connections.

You might also like