Video 1: Working of The Project Practically
Video 1: Working of The Project Practically
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