Digital Code Lock Using AT89C2051
Digital Code Lock Using AT89C2051
Here is a project called ‘Digital Code Lock using AT89C2051′. LCD is used for display and a
keyboard is used to input the keys. This project source code is written in C. Both the C files and
hex files are given for download.
A Brief Description:
This a simple project with efficient hacking prevention from Brute Force etc. The basic user lock
is of 5 Digits and Master Lock is of 10 digits so its not easy for an intruder to break the lock
unless you keep the code simple.
The input is taken from a 4×3 Keypad (please see the schematic for more information) and
Display the user input on a 2×16 LCD. A pin is assigned as output for activating and deactivating
the lock. For demonstration i have connected an LED to that pin.
Circuit Diagram:
Circuit diagram of Digital Code lock using AT89C2051