0% found this document useful (0 votes)
70 views4 pages

Abstract-Password Based Access Control

This document describes a password based access control system using an 8051 microcontroller. The system stores a preset 5-digit password and compares it to user input to either grant or deny access by controlling an output load like a motor or lamp. It consists of an 8051 microcontroller, keypad, LCD display, relay, and other hardware. When the correct password is entered, it will open the door/motor for a set time by turning on the relay, then close it. An incorrect password will deny access and keep the door/motor closed.

Uploaded by

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

Abstract-Password Based Access Control

This document describes a password based access control system using an 8051 microcontroller. The system stores a preset 5-digit password and compares it to user input to either grant or deny access by controlling an output load like a motor or lamp. It consists of an 8051 microcontroller, keypad, LCD display, relay, and other hardware. When the correct password is entered, it will open the door/motor for a set time by turning on the relay, then close it. An incorrect password will deny access and keep the door/motor closed.

Uploaded by

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

DEPARTMENT OF ELECTRICAL AND ELECTRONICS

ENGINEERING
MANIPAL INSTITUTE OF TECHNOLOGY !
(A constituent Institute of MANIPAL ACADEMY OF HIGHER
EDUCATION)
MANIPAL - 576 104, KARNATAKA, INDIA

SYNOPSIS

Password Based Access Control System


using 8051 Microcontroller
Submitted by

Name Roll Registration Semester and Section


No. No.
Harsh Dubey 46 170906362 V-B
Chirag Gaind 49 170906388 V-B
Satyaranjan Mishra 51 170906398 V-B

1. Objective of the Project

Digital access control systems have several benefits. It can keep track of people
entering and exiting the facility, increase safety and reduce chances of thefts and
accidents. Also, it can be controlled via a centralized control system. Keeping this in
mind, this project aims to develop a Password Based Access Control System using
8051 Microcontroller to be used in organizations like Schools, Hospitals, Office
spaces, Industrial areas etc. A security lock is created using an electronic control
assembly, which controls the output load through a password. This output load can be
a motor or a lamp or any other mechanical/electrical load.

2. Proposed Working Model

A preset 5-digit password is stored in the code memory of the system. The system
comprises of a micro controller (8051 series), an RFID Reader module, an LCD
module (16x2) to display messages, a 12 volts relay (to control output), and a power
supply circuitry to give power to microcontroller, LCD module and the relay. The
system collects 5-digit user input, compares the user input with the preset password
inside program and if the user input and stored password match, access will be
granted (by opening the door with the help of relay for a few seconds and closing it
automatically after stipulated time). If there is a mismatch between user input and
stored password, access will be denied (by not opening the closed door – that is by
keeping the relay in OFF position)

3. Hardware Requirements

Sl. No. Components Specification


Microcontroller 8051 Series
Keypad Hex input
LCD Module 16x2 LCD
Relay 12V
Transistor BC548 (For driving Relay)
Diode IN4007
Resistor Network 10kΩ
Crystal Capacitors As required
Resistors, Switches As required
Power Cable and connectors
Push Button
4. Block Diagram
5. Circuit Diagram

6. Expected Output
To demonstrate the working of the project, a motor is used instead of a door and the
lock. The motor is interfaced to the password security system using an SPDT relay.
An LCD module (16x2) is used to display status messages.

There are two possible outputs. One for Successful Access and one for Failed Access.

• Successful Access:

If the password entered by the user matches with the stored password inside
the program memory of 8051, it is considered as a Successful Access. A
message “Access Granted” will be displayed on LCD Module. The relay will
be turned ON (for 30 seconds) and hence the motor will rotate in clockwise
direction indicating the door is opened. The relay will then rotate the motor in
the anti-clockwise direction (closing the door) after the set time (say 30
seconds) to prevent any further access.

• Failed Access:

If the password entered by the user does not match with the stored password
inside the program memory of 8051, it is considered as a Failed Access. A
message “Access Denied” will be displayed on the LCD Module. The relay
will not be turned ON and hence the motor will also not rotate indicating no
motion of the door.

You might also like