50% found this document useful (2 votes)
70 views3 pages

RFID Smart Door Lock Using Arduino

This document describes an RFID smart door lock system using an Arduino microcontroller. The system uses an RFID reader and tags to authenticate users by matching tag data to registered user data, and then either opens the door via a servo motor if authenticated, or triggers a buzzer for unauthorized access. The main goal is to design a contactless door locking system that only allows registered users to open the door using their RFID cards.

Uploaded by

Srujan Padala
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
50% found this document useful (2 votes)
70 views3 pages

RFID Smart Door Lock Using Arduino

This document describes an RFID smart door lock system using an Arduino microcontroller. The system uses an RFID reader and tags to authenticate users by matching tag data to registered user data, and then either opens the door via a servo motor if authenticated, or triggers a buzzer for unauthorized access. The main goal is to design a contactless door locking system that only allows registered users to open the door using their RFID cards.

Uploaded by

Srujan Padala
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 3

RFID Smart Door Lock Using Arduino

With the rising interest for security, framework with high reliance and fast reaction frameworks
are real need for industries and the ventures. Radio-Frequency Identification is the most
significant region of future and is increasing huge consideration from a logical world and
enterprises. In this work, RFID based door access control utilizing Arduino is created. We used
RFID ID tag and RFID reader, which is used to match the data on tag with the data in the
database program which leads to movement of door by confirming whether the data is correct
and/or incorrect. Opening of the door uses servo motor that gets its feed from Arduino board.

The main aim of the project is to design a RFID based door unlocking/locking system using
arduino, only those people who register will be able to enter using their card.

The main controlling device of the project is Arduino UNO microcontroller. RFID reader and
TAGS, Relay along with solenoid lock and Buzzer interfaced to the arduino UNO.

To open and close door user need to scan the RFID tag on RFID reader, then the command will
go to the microcontroller, The microcontroller will check that if the card is registered or not. If it
is registered, it will access the door through solenoid lock to let the person in .If it is not
registered it will activate the buzzer and the door will not open.Here relay works as a switch to
LOCK/UNLOCK the door. To achieve this task arduino loaded program written in embedded C
language.

Main objective of this project:

• To lock/unlock the door using RFID technology.


• This system gives a buzzer if an unauthorized person tries to access the door.
• Relay based switching mechanism.

www.hvstechnologies.in Ph: +91 9603140482


Ameerpet: nd
#A-7, 2 floor, Eureka court, Above KS bakers, Ameerpet, Hyderabad – 73.
• Using Arduino to achieve this task.

The main building blocks of the project are:

• Arduino microcontroller.
• Adapter power supply.
• RFID reader.
• Relay.
• Solenoid lock.
• Buzzer.

Software’s used:

1. Arduino IDE for compiling and dumping code into controller


2. Express SCH for Circuit design.

Regulated power supply:

Block diagram:

www.hvstechnologies.in Ph: +91 9603140482


Ameerpet: nd
#A-7, 2 floor, Eureka court, Above KS bakers, Ameerpet, Hyderabad – 73.
www.hvstechnologies.in Ph: +91 9603140482
Ameerpet: nd
#A-7, 2 floor, Eureka court, Above KS bakers, Ameerpet, Hyderabad – 73.

You might also like