Report Aishu123
Report Aishu123
The project that we will be working on is an RFID door lock that will be
available to the general public at an affordable price. The goal of this project is
to create a more convenient way to unlock your door than the traditional key. In
the key’s place is an RFID tag that will unlock the door by proximity. However,
the improvements of this RFID door lock must outweigh the complications of
implementation. The list of customer needs (in the Requirements and
Specifications section) was constructed with that fundamental goal in mind. The
design consists of two components. The first component is the actual door lock
that must be installed in the doorframe. This will be controlled by a magnetic
lock and will need to be powered. The second component is a relatively small
module that you can install anywhere near the door. This module is responsible
for the RFID sensing. Chapter 2 goes over the requirements and specifications
determined for the RFID door lock. The requirements are inspired by surveys of
various groups as well as personal interest. The specifications are designed in
order to meet these requirements. These are created before
OBJECTIVES
COMPONENTS REQUIRED
ARDUINO UNO
RFID CARD
RFID READER
SOLENOID LOCK
5V RELAY
12V ADAPTOR
JUMPER WIRES
pular and versatile microcontroller board used for building a wide range of
electronics projects. It's part of the Arduino family of microcontroller boards,
and it has gained a large following due to its ease of use and open-source nature.
RFID READER:
RFID CARD :
An RFID (Radio Frequency Identification) card is a type of smart card that uses
radio waves to communicate with a reader device for identification or data
transfer. It contains an embedded RFID chip and an antenna that allows it to
interact with RFID readers, typically without needing direct physical contact or
a line of sight.
SOLENOID LOCK :
5V RELAY :
A 5V relay is an electrically operated switch that allows you to control high
voltage or high current devices with a low voltage (in this case, 5V). It uses an
electromagnet to open or close contacts, enabling the relay to control a circuit
that is separate from the control circuit.
A 16x2 LCD with I2C Interface is a liquid crystal display (LCD) that can
display text in 2 rows and 16 columns, often used in electronic projects to show
information such as sensor data, status messages, or other outputs from a
microcontroller. The I2C interface (Inter-Integrated Circuit) simplifies the
connection and control of the LCD by reducing the number of required pins for
communication.
ADVANTAGES:-
Improving Convenience :
The RFID door lock system adopts a simple card-touch-open design, making it
convenient and fast to operate Enhancing Security
Enhancing Security :
DISADVATAGES:-
1.Security Vulnerabilities
Cloning Risks : RFID cards or tags can be cloned using relativel inexpensive
devices, compromising security.
Relay Attacks : Criminals can extend the range of an RFID signal to trick the
system into granting access.
2. Power Dependency
Residential Buildings :
Offices :
Many businesses use RFID locks for securing their premises. Employees can
use RFID cards to access restricted areas, offices, or servers.
Hotels :
Guests can use RFID key cards to unlock hotel room doors. This also
enhances guest experience as it reduces the risk of losing physical keys.
Educational Institutions :
Enhanced Security :
Access Control: The system will restrict access to authorized users only,
ensuring that only valid RFID tags can unlock the door.
User-Friendly Experience :
Quick Unlocking: Users can unlock the door quickly by simply scanning
their RFID tags, providing convenience over traditional keys.
Scalability :
Multiple User Management: The system can be easily scaled to
accommodate multiple RFID tags, allowing for the addition of new users
without significant redesign.
Cost-Effectiveness :
Reduces the costs associated with lost keys or f
uent rekeying of traditional locks. Long-term cost savings due to its
durability and minimal maintenance requirements.
WORKING :-
Enrollment :
The first step is enrolling the RFID tags into the system. Each authorized person
is given an RFID tag, and their tag ID is stored in the database. Along with the
tag, access rights (like time restrictions or area restrictions) can be set.
Access Request :
When an individual approaches the door, they hold their RFID tag near the
RFID reader.
Data Transfer :
The reader sends the unique ID from the RFID tag to the control unit, which
checks the ID against the database.
Verification :
If the ID is recognized as valid and the person is authorized to access the area,
the control unit sends a signal to the lock to release it.
Lock Release :
The door is unlocked, and the individual can enter. If the ID is not recognized or
the person is not authorized, the lock remains engaged.
PROGRAMME CODE
CONCLUSION
The conclusion for an RFID-based door lock system can summarize the key
outcomes, benefits, and potential improvements of the project. Here's how a
conclusion might be structured:
The RFID-based door lock system effectively demonstrates the use of modern
RFID technology to enhance security and convenience. It leverages an RFID
reader and microcontroller to grant access only to authorized users carrying pre-
registered RFID tags.
The RFID-based door lock system is a practical, efficient, and scalable solution
for access control, offering significant improvements over traditional locking
systems. With further advancements, this technology can become an integral
part of modern smart homes and security systems.