0% found this document useful (0 votes)
30 views

Digital Code Lock

This document summarizes a digital code lock project guided by Professor M. Korde. The project uses an AT89C2051 microcontroller with an LCD for display and a keyboard for inputting a four-digit password programmed by the instructor. It prevents hacking attempts like brute force guessing of the password. Students Neha Sadavarte, Prerna Sarda, and Radhika Gupta worked on the project, which takes a password as input from a keypad and displays it on the LCD. An output pin connected to an LED is used to activate or deactivate the lock based on the correct password being entered.

Uploaded by

Sanjay Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Digital Code Lock

This document summarizes a digital code lock project guided by Professor M. Korde. The project uses an AT89C2051 microcontroller with an LCD for display and a keyboard for inputting a four-digit password programmed by the instructor. It prevents hacking attempts like brute force guessing of the password. Students Neha Sadavarte, Prerna Sarda, and Radhika Gupta worked on the project, which takes a password as input from a keypad and displays it on the LCD. An output pin connected to an LED is used to activate or deactivate the lock based on the correct password being entered.

Uploaded by

Sanjay Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

SHRI RAMDEO BABA

KAMLA NEHRU ENGG.


COLLEGE

DEPARTMENT : ELECTRONICS
ENGG.
TITLE : DIGITAL CODE LOCK
PROJECT GUIDED BY:
Prof.M. Korde
PROJECTEES:-
Neha Sadavarte-25
Prerna Sarda-30
Radhika Gupta-32

INTRODUCTION

Here is a project called ‘Digital Code Lock WITH RF SENSOR


using AT89C2051′. LCD is used for display and a keyboard is used to
input the keys. This project source code is written in ASSEMBLY
language.

This a simple project with efficient hacking prevention from


Brute Force etc. The basically the password is of FOUR digits and
specified by the programmer at the time of programming, so its not
easy for an intruder to break the lock unless you keep the code simple.

The input is taken from a Keypad (please see the schematic for
more information) and Display the user input on a 16X2 LCD. A pin is
assigned as output for activating and deactivating the lock. For
demonstration an LED is connected to that pin.

The user has to be enter his password. If the password is worng


the reset key is provided to reset the system,then re-enter their four
digit password.IF

CIRCUIT DIAGRAM
PIN DIAGRAM
WORKING

You might also like