INTRODUCTION
This password based door lock system allows access to only authorized persons.
It can be mounted to any of the existing doors.
Less complicated & Embedded software are used in this project.
System is based on Arduino Uno along with a keypad an LCD and a micro Servo
MOTIVATION
Today’s main concern is SECURITY.
Conventional locks are not much safe.
Rate of crime and intruders is increasing day by day.
Access should be restricted to limited people.
OBJECTIVES
To ensure better safety at residential places.
To give access of highly secured places in an organization with only authorities.
To provide users more secure yet cost efficient way of door locking.
REQUIREMENTS
Hardware
Arduino Uno
LCD display
Keypad
Micro Servo Motor
Resistors
Connecting Wires
Battery
SOFTWARE:
Arduino Software (IDE)
WORKING
Arduino compares the original set password and the passkey which we enter.
The operation code is dumped into the Ardunion board using the dumping cable.
LCD Display “ENTER PASSWORD’’.
We enter passkey using keypad and passkey is display on LCD.
For correct passkey, LCD display ‘’Door is Open’’ and for wrong “Access Denied’’ so door remain locked.
ADVANTAGES
Simple programmable code lock circuit.
Major components are only LCD, Keypad, Arduino, Micro Servo.
User can se his password for ensure protection instantly.
Power required to operate this circuit is very less.
APPLICATIONS
Used in doors of houses.
Used for vehicles.
Used for jewellery or money boxes.
Used in secured offices and wherever security is needed.
CONCLUSION
This digital code lock is very marketable because it is easy to use.
Comparatively inexpensive due to low power consumption and highly reliable.
This is most prevalent form of digital lock as it uses numerical code for authentication.
The code lock is therefore particularly useful in door locks and equipments locks.
FUTURE SCOPE
This project can be future extended by adding GSM module, so that owner will receive the message
To his mobile, whenever the lock is being authenticated.
This helps the locking system to be more secure.
Also, we can keep a count for wrong entries of passkey, such that the lock will be permanently locked
If the count reaches and it can’t be opened until the owner resets it.