You are on page 1of 13

MID TERM PROJECT ON-

Arduino Base Door lock Security System by using Keypad, fingerprint and
Smart Card

SUBMITTED TO-
Dr. Nidhi Singh
Dr Shradha singh
TEAM MEMBER

1 ABHINAV PATHAK (19/BEE/001)


2 ABHISHEK SRIVASTAVA (19/BEE/002)
3 SURYA PRAKASH GUPTA (19/BEE/055)
CONTENT
DIFFERENT WAYS TO UNLOCK THE DOOR

OBJECTIVE

INTRODUCTION

MATERIAL REQUIRED AND USES


CIRCUIT DIAGRAM UNLOCK THE DOOR USING SMART CARD


FLOW CHART

CONSTRUCTION

FUTURE SCOPE

DIFFERENT WAYS TO UNLOCK THE
DOOR

Unlock using smart card

Unlock using pin code

Unlock using finger print
OBJECTIVE
A smart lock is an electronic and mechanical locking device
that opens wirelessly with an authorized users’ authentication.

In a smart home, smart locks allow a homeowner to enter their


home or provide others access without requiring a traditional
key. Instead, the user access the lock using biometric
authentication or pin code or smart card. Smart locks are an
extension of home automation into home security.
INTRODUCTION
In the previous age, a normal Lock and key were used to lock
the door and gates. But in this modern age, some houses,
hotels, offices, and other places are using Electronic door locks
systems, these are basically keyless door locks i.e don’t need a
key to unlock the door. Several types of access control systems
are used in electronic door locks to access the door. The most
used access control systems are PIN/Password (Personal
Identification Number), fingerprint, and RFID based Electronic
door locks systems.
MATERIAL REQUIRED AND USES

Arduino UNO

RFID MF-RC522 Module

RFID Cards/Tags

Relay Module

Solenoid Door Lock

A Green and A Red LED

12V DC power supply

Jumper wires.
CIRCUIT DIAGRAM
UNLOCK THE DOOR USING SMART CARD
FLOW CHART
CONSTRUCTION
The RFID Door Lock System is constructed using 4 major components these are Arduino,
RFID Redder Module, RFID Card or Key Fob Tag, IR Sensor, Servo Motor, and LCD Display.
Here I’ll use Arduino Nano as the main microcontroller that controls the whole system. You can
use any other type of Arduino board like Arduino Uno or Mega. The RFID Redder Module is
used to read the Card or Key Tag value and send the value to the Arduino. Then the Arduino
matches this value with the pre-defined value in the code. If this value is matched then the
microcontroller sends a command to the servo motor to unlock the door. The servo motor is
used to control the lock mechanism. The IR sensor is used to check whether the door is open or
closed. LCD display shows the RFID value reading status (Card correct or wrong) and the door
status (open/close). LEDs and buzzer are used as door status (open/close) indicators.
WORKING
When an RFID Card/tag comes in the range of the RFID Reader Module (transceiver), it is
scanning the Card/tag and reads the value. Then Arduino Nano board reads this value from
the RFID Reader and matches this value with the pre-defined value in the code. Already
we have saved the value of the Card/tag in the code.

If the Card/tag value is matched, then the Arduino produces PWM output from Pin 6 to
activate the servo motor. Now the servo motor will pull back the barrel handle of the
sliding lock to unlock the door. For a few seconds, the LCD display screen shows the
message “Welcome, Door is Open”, and the Green LED starts blinking
CONCLUSION

In this study, we used passive RFID to construct a digital security


system that includes a door lock mechanism. When the user places the
tag in contact with the scanner, the door locking system activates in real
time. One of the most pressing issues of business owners in the modern
period is the safety and security of customers, staff, and the overall firm.
All business owners deal with lost keys, thievery, and forgotten pins on
a daily basis. RFID locker locks are a fantastic answer to these issues.
THE END

You might also like