Smart Lock 51

Download as pdf or txt
Download as pdf or txt
You are on page 1of 25

SMART DOOR LOCK

Technical Seminar Report submitted to


Jawaharlal Nehru Technological University
Hyderabad in partial fulfilment for the award of degree
of

Bachelor of Technology
in
Computer Science & Engineering
(Artificial Intelligence & Machine Learning)
By

SIDDAGONI TEJASWI
20X31A6651
Under the Guidance of
Dr . S. LEELA KRISHNA

Assistant Professor

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING


(ARTIFICIAL INTELLIGENCE & MACHINE LEARNING)

SRI INDU INSTITUTE OF ENGINEERING &TECHNOLOGY

(Affiliated to JNTUH, Hyderabad, Approved by AICTE, New Delhi) sheriguda (V),


Ibrahimpatnam (M), R.R.Dist., Telangana- 501510.
2023-2024
SRI INDU INSTITUTE OF ENGINEERING AND TECHNOLOGY
(Affiliated to JNTUH, Kukatpally, Hyderabad)

Sheriguda (V), Ibrahimpatnam (M), R.R.Dist. 501510.

CERTIFICATE

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

(ARTIFICIAL INTELLIGENCE & MACHINE LEARNING)

This is to certify that the dissertation entitled “SMART DOOR LOCK”,

being, submitted by SIDDAGONI TEJASWI, bearing Roll No: 20X31A6651, to

Jawaharlal Nehru Technological University Hyderabad in partial fulfillment of

the requirements for the award of the degree of Bachelor of Technology in

Computer Science & Engineering (Artificial Intelligence & Machine Learning),

is a record of bonafide work carried out by him. The results of investigations

enclosed in this report have been verified and found satisfactory.

INTERNAL GUIDE HEAD OF THE DEPARTMENT


SRI INDU INSTITUTE OF ENGINEERING &TECHNOLOGY
(Affiliated to JNTUH, Hyderabad, Approved by AICTE, New Delhi)
Sheriguda (V), Ibrahimpatnam (M), R.R.Dist., Telangana-501510.

DECLARATION

I, SIDDAGONI TEJASWI bearing Roll No 20X31A6651, hereby certify

that the dissertation entitled “SMART DOOR LOCK”, is submitted to Jawaharlal

Nehru Technological University Hyderabad in partial fulfillment of the

requirements for the award of the degree of Bachelor of Technology in Computer

Science & Engineering (Artificial Intelligence & Machine Learning). This is a

record of bonafide work carried out by me and the results embodied in this

dissertation have not been reproduced or copied from any source. The results

embodied in this dissertation have not been submitted to any other University or

Institute for the award of any other degree.

Date:

SIDDAGONI TEJASWI

20X31A6651

Department of CSE (Artificial Intelligence & Machine Learning)

SIIET
ACKNOWLEDGEMENT

With great pleasure I take this opportunity to express my heartfelt gratitude


to all the persons who helped me in making this technical seminar report a success.

First of all, I express my sincere thanks to Mr. R. VENKAT RAO,


Chairman, Sri Indu Group of Institutions, for his continuous encouragement.

I am highly indebted to Dr. I. SATYANARAYANA, Principal, for giving me the


permission to carry out this technical seminar report.

I would like to thank Mr. M. SAGAR, Assistant professor & Head of the
Department CSE (Artificial Intelligence& Machine Learning), for giving
support throughout the period of my study in SIIET. I am grateful for his valuable
suggestions and guidance during the execution of this technical seminar report.

My sincere thanks to technical seminar guide Dr. S. LEELA KRISHNA,


Assistant Professor for potentially explaining the entire system and clarifying the
queries at every stage of the technical seminar report.

My whole hearted thanks to the staff of CSE (Artificial Intelligence &


Machine Learning) who co-operated us for the completion of the technical seminar
report in time.

I also thank my parents and friends who aided me in completion of the technical
seminar report.

SIDDAGONI TEJASWI
20X31A6651

i
ABSTRACT

Smart door lock could focus on its key features, such as enhanced security
through biometric authentication and remote access via smartphone apps. It may also
mention convenience aspects like automated entry and the integration of advanced
technologies to redefine traditional door locking systems. The abstract highlights the
convenience of remote control via mobile applications, enabling users to monitor and
manage access to their homes. Additionally, it touches upon the potential energy
efficiency and the overall paradigm shift in traditional door lock mechanisms,
contributing to a smarter and more secure living environment. Today’s world is a smart
world we live in and Smart Phones have a major contribution in it. A smart phone is
now a very common device that everyone carries with them all the time. Smart phones
have enabled us to perform various tasks while using a single device. Considering this
phenomenon we can exploit the idea of remote-controlling a door with the help of a
smart phone. Physical keys and a lock are the basic requirements for a door. However
managing these keys has become cumbersome. To overcome this, we present a solution
which is a smart and a secure way of remote-controlling the door using a smart phone.
A smart lock is a new line in home security, and along with the likes of Amazon’s Alexa
and Google Home, it’s the next step towards creating the smart homes of the future. Put
simply, it’s an electronic lock that can be locked or unlocked remotely using your
smartphone or by using your fingerprint. Removing the need for physical keys, which
can be easily lost or forgotten, smart locks secure your home with a biometric system.
The expected outcome of this project is to make a smart door lock using Arduino and
ESP32 module and a camera integrated with ESP32 to wirelessly operate the door lock
and also to integrate fingerprint sensor to unlock the door lock. The door lock will get
power from 12 Volt DC supply. The door lock is wirelessly controlled by Blynk
application. This is smart and costeffective approach to make a smart door lock system.
This progress report contains the block diagram and working principle of the smart door
lock.

ii
CONTENTS
TITLE PAGE NO

Acknowledgement i

Abstract ii

1. INTRODUCTION 1

2.SMART LOCK 2

2.1 Features and Aspects 3

2.2 Advantage 4

2.3 Disadvantage 4

3.EXISTING SYSTEM 6

4. ARCHITETURE 8

5. APPLICATION 12

6. FUTURE SCOPE 14

7. CONCLUSION 16
8. REFERENCES 17
LIST OF FIGURES

S. NO FIGURE NAME PAGE NO

1 Architeture of smart door lock 8


2 Future scope of smart lock 16
1.INTRODUCTION

We cannot think of a day without to confidential things, properties and life


security. It is a major concern of a part is very important. We should provide
of our daily lives. Everybody should proper attention to these things to avoid
have a sense of safety. The security unnecessary damage to them. There are
pattern of this project is an access so many systems already existed in the
control system to lock or unlock a door. society to provide security, among those
Conventional locks are not as safe as the microcontroller based door lock
they used to be, anyone can access them system is one of the best method to
by breaking these locks. We need to provide security. In this system one
build a system that will provide 24/7 unique password confidentially. The
benefits and help to make security. The person who knows the password can
password-based door locking system unlock the door. It is like ATM card
allows only approved persons to access pins. If the code entered by the user is
restricted areas. The system is fully incorrect then buzzer facility will be
controlled by Arduino UNO. provid at the locker it will sound and
Passwords can be entered through a inform the owner that some
keypad. The door gets unlocked when unauthorized person is trying to access
the password is matched that is stored the lock. As technology develops, the
in the Arduino chip. demands for new products and services
The sketched password-based bolt to make our life more efficient also
structure will provide clients with more grow.
security and less effort in locking
unlocking mechanisms.

Security Users unfamiliar with

technology may find it challenging to

adapt to the features and settings of

smart locks, leading to a learning

curve.

1
2.SMART DOOR LOCK

A smart door lock is a modern continuous functionality. Overall,


security solution that offers keyless smart door locks represent a
entry and advanced features beyond technologically advanced and secure
traditional locks. Utilizing technologies alternative to traditional locking
like biometrics, PIN codes, or RFID, mechanisms, offering enhanced control
smart door locks eliminate the need for and peace of mind for users.
physical keys. One of the key
advantages is remote access, allowing 2.1. FEATURES AND
users to control and monitor their door's ASPECTS
status through a mobile app, enhancing 1.Keyless Entry:
convenience and security. These locks Smart door locks offer keyless entry
often integrate with smart home options, eliminating the need for
systems, enabling synchronization with physical keys. Users can typically
other devices and platforms. Security unlock the door using methods such as
features such as encryption protocols PIN codes, biometric scans (fingerprint
and biometric authentication enhance or facial recognition), RFID cards, or
protection, and customizable access virtual keys stored on smartphones.
options allow users to grant temporary
2.Remote Access:
permissions to guests or service
Many smart locks provide the
providers. The user-friendly interfaces,
convenience of remote access. Users
which can include touchscreens or
can lock or unlock their doors using a
keypads, contribute to ease of use.
mobile app on their smartphones, even
Smart door locks may also support
when they are not physically present at
voice control through virtual assistants,
home.
offer geofencing capabilities, maintain
3.Security Features:
audit trails, and provide notifications
Smart door locks often include
for various events. Powered by
advanced security features. This may
batteries, these locks often include
involve encryption protocols to secure
features like low-battery indicators and
communication, biometric
backup power options, ensuring
authentication for added protection, and

2
tamper alerts to notify users of any 8.Audit Trail:
suspicious activity. Many smart locks maintain an audit
4.Customizable Access: trail or log of access history. This
Users have the ability to grant feature allows users to review who
temporary access to others. This is entered the premises and at what times.
useful for scenarios such as allowing 9. Battery Operation:
guests to enter for a specific period or Smart locks are typically powered
providing access to service providers. by batteries, and some models include
5.Integration with Smart Home low-battery indicators. In case of power

Systems: outages, some locks have backup power


options.
Smart door locks can integrate with
broader smart home ecosystems. This 10.User-Friendly Interfaces:
integration allows users to synchronize Smart door locks come with
their locks with other smart devices, user-friendly interfaces, which may
such as security cameras, lights, and include touchscreens, physical
thermostats. keypads, or a combination of both for
entering PIN codes or authentication.
6.Voice Control:
Some smart door locks support 11.Notifications:
voice control through virtual assistants Users receive notifications on their
like Amazon Alexa or mobile devices for various events, such
Google Assistant. as successful or unsuccessful access
Users can lock or unlock doors using attempts, low battery levels, or door
voice commands. status changes.

7.Geofencing: 2.2Advantages:
Certain smart locks leverage 1.Convenience:
geofencing technology to automatically Smart door locks provide keyless
trigger actions based on the user's entry options, making it convenient for
location. For example, the door may users to unlock doors using methods
unlock when the user approaches their such as PIN codes, biometrics, or
home. smartphone apps.

3
2.Remote Access: 6.Audit Trails:
Users can control and monitor their Smart locks often maintain a log or
door locks remotely through mobile audit trail of access history, enabling
apps, allowing them to lock or unlock users to review who entered and at what
doors from anywhere, providing times, adding an extra layer of security.
flexibility and security. 2.3. Disadvantages:
3.Customizable Access: 1.Reliance on Power and
Smart locks offer features like
Connectivity:
temporary access codes, making it easy
Smart locks require power, often
to grant access to guests, service
from batteries, and may be temporarily
providers, or other temporary visitors
unusable during power outages.
without the need for physical keys.
Connectivity issues can also impact
4. Integration with Smart Home functionality.
Systems: 2.Initial Cost:
Many smart door locks integrate Smart door locks are generally
seamlessly with broader smart home more expensive upfront compared to
ecosystems, allowing users to traditional locks, and installation may
synchronize their locks with other smart require professional assistance, adding
devices for a comprehensive home to the initial cost.
automation experience.
3.Compatibility Issues:
5.Enhanced Security Features: Some smart locks may have
Biometric authentication, compatibility issues with certain door
encryption protocols, and advanced types or existing hardware, potentially
access controls contribute to increased requiring additional modifications
security compared to traditional locks. during installation.

4. Security Concerns:
While smart locks offer advanced
security features, they are not immune

4
to cybersecurity threats. Vulnerabilities features and settings of smart locks,
in software or communication protocols leading to a learning curve.
could potentially be exploited. 6.Risk of Malfunction:
5.Learning Curve: As electronic devices, smart locks
Users unfamiliar with technology are susceptible to malfunctions or
may find it challenging to adapt to the technical issues, which could result in
temporary lockouts or other problems.

5
3.EXISTING SYSTEM

As of my last knowledge update in


equipped with Z-Wave or Zigbee
January 2022, there were several
technology for integration with broader
existing smart door lock systems on the
smart home systems.
market, each with its unique features
and capabilities. Some prominent 4.Kwikset Kevo Smart Lock:
examples included:
Kwikset's Kevo smart locks utilize
1. August Smart Lock: Bluetooth technology for secure keyless
entry. They often include features like
August offers a range of smart
touch-to-open functionality and eKeys
locks that provide keyless entry, remote
for easy and secure sharing of access.
access, and integration with popular
smart home platforms. Their locks often 5. Samsung SmartThings Door
support features like auto-lock and Locks:
unlock based on proximity.
Samsung's SmartThings platform
2.Schlage Encode Smart Wi-Fi includes smart door lock options that
Deadbolt: integrate seamlessly with the broader
SmartThings ecosystem. These locks
Schlage's smart door lock systems
typically support remote access and
typically integrate with Wi-Fi, allowing
monitoring.
users to control and monitor their locks
remotely. They often support voice 6. Nest x Yale Lock:
control and integration with Amazon
Developed in collaboration
Alexa and Google Assistant.
between Nest and Yale, this smart lock
3.Yale Assure Lock: integrates with the Nest ecosystem,
offering features like remote control,
Yale's smart locks offer keyless
access history tracking, and
entry, touchscreen interfaces,
compatibility with Google Assistant.
and compatibility with smart
home ecosystems. Some models come

6
7.Lockly Secure Pro Smart
Lock:
Lockly's smart locks focus on
advanced security features, such as a
patented keypad with randomized
numbers for secure PIN entry. They
often support fingerprint recognition
and mobile app control.

8.Ultraloq UL3 BT Smart Lock:

Ultraloq smart locks often combine


multiple access methods, including
fingerprint recognition, Bluetooth
connectivity, and numeric keypads.
They offer versatility in access control.

7
3.ARCHITECTURE

Fig 1: Architeture of smart door lock

Fingerprint module: recognition adds a robust layer of


The fingerprint module in a smart security, as fingerprints are highly
door lock represents a cuttingedge individual and difficult to replicate. The
biometric technology that enhances module typically utilizes advanced
security and convenience. Comprising a algorithms to ensure accurate and swift
small, specialized sensor, this module identification, allowing for rapid and
captures and analyzes unique fingerprint reliable access. This biometric feature
patterns for user identification. When not only eliminates the need for
integrated into a smart door lock system, traditional keys or PIN codes but also
users can enroll their fingerprints enhances the overall user experience,
securely. During operation, upon making smart door locks equipped with
placing a registered fingerprint on the fingerprint modules a sophisticated and
sensor, the module compares the secure choice for modern access control
captured pattern with stored templates to systems.
grant or deny access. Fingerprint

8
LCD: When integrated into a smart door lock
The LCD (Liquid Crystal system, the Arduino Uno serves as the
Display) in a smart door lock serves as brain, controlling various aspects of the
an intuitive and user-friendly interface, lock's functionality. Connected to
providing valuable information and sensors such as fingerprint modules or
enhancing the overall interaction keypads, the Arduino Uno processes
experience. Typically integrated into the user inputs and triggers the locking
lock's design, the LCD displays essential mechanism accordingly. Additionally, it
details such as access status, battery facilitates communication with other
levels, and user prompts. Users can components, such as LCD displays for
navigate through menus and settings, user interfaces or communication
entering PIN codes or viewing access modules for remote access. With the
logs directly on the display. The flexibility of Arduino programming,
LCD is a key component for developers can implement sophisticated
programming and configuring the smart algorithms for tasks like biometric
lock, allowing users to personalize recognition and access control. The
settings and manage access permissions Arduino Uno's open-source nature
easily. In some models, the display may enables customization and adaptation to
also showcase additional information, specific requirements, making it an ideal
such as date and time, adding practical choice for DIY smart door lock projects.
functionality. The clear and concise Overall, the Arduino Uno plays a crucial
information presented on the LCD role in the development of intelligent
contributes to the accessibility and and customizable door lock systems,
usability of the smart door lock, making combining accessibility with the power
it a central element in the seamless to innovate in the realm of smart home
integration of technology and security at security.
the point of entry. POWER SUPPLY:
ARDUINO UNO: The 5V power supply is a
The Arduino Uno serves as a fundamental component of a smart door
pivotal component in the development lock, providing the necessary energy to
of a smart door lock, providing a ensure the continuous and reliable
versatile and accessible platform for operation of the electronic components.
creating innovative security solutions. Typically, smart door locks are designed

9
to operate on a low-voltage system, with the microcontroller signals the relay to
5V serving as a standard power activate, allowing the lowvoltage
requirement. This voltage is commonly circuitry to control the highervoltage
supplied by a dedicated power adapter components of the lock. This seamless
or, in some cases, batteries. The 5V coordination ensures the secure and
power supply is crucial for energizing efficient operation of the door lock,
microcontrollers, communication enabling features like keyless entry or
modules, sensors, and any other remote access. The relay plays a pivotal
electronic components within the smart role in converting electronic signals into
door lock system. It ensures the mechanical actions, ensuring the
responsiveness of the lock, enabling synchronized and reliable performance
features such as keyless entry, remote of a smart door lock system.
access, and biometric authentication. SOLOENIOD LOCK:
The choice of a 5V power supply aligns The solenoid lock is a fundamental
with the need for efficiency and safety in component in the architecture of a smart
smart door lock designs, providing the door lock, responsible for converting
necessary electrical energy to support electrical signals into mechanical
the seamless integration of technology actions to control access. Acting as an
and security in modern access control electromechanical device, the solenoid
systems. consists of a coil that, when energized,
RELAY: generates a magnetic field, causing a
The relay in a smart door lock plunger or lever to move. In a smart door
system acts as a crucial intermediary, lock system, the solenoid is strategically
facilitating communication between the integrated with the locking mechanism,
electronic components and the physical enabling secure and responsive locking
locking mechanism. Essentially, a relay and unlocking. When a user successfully
is an electromagnetic switch that authenticates, such as entering a correct
enables the microcontroller or processor PIN code or utilizing a smartphone app,
to control high-power devices, such as the microcontroller sends a signal to the
the motorized locking mechanism in a solenoid, which, in turn, engages or
door lock. When a user initiates an disengages the locking mechanism.
action, such as unlocking the door This instantaneous conversion of
through a PIN code or smartphone app, electrical energy into mechanical force

10
ensures quick and precise control over
the door's physical security. The
solenoid lock, therefore, plays a pivotal
role in the seamless and efficient
operation of a smart door lock,
contributing to the overall reliability and
responsiveness of the access control
system.

11
4.APPLICATION

Smart door locks have various guests, eliminating the need for physical
applications, offering convenience, keys and enabling easy check-in/check-
security, and enhanced control over out procedures.
access. Some common applications 5. Smart Homes Integration:
include: Smart door locks can be part of a
1. Residential Security: larger smart home ecosystem. They can
Smart door locks provide integrate with home automation
homeowners with convenient and secure systems, allowing users to control locks
access control. Users can lock and alongside other devices such as lights,
unlock doors remotely, monitor access, thermostats, and security cameras.
and receive notifications of any. 6.Office Buildings and
Suspicious activity.
Corporate Spaces:
2.Comercial and business:
In corporate environments, smart
Businesses can use smart door locks to
door locks enhance security by offering
control access to offices, meeting
keyless entry options, access logs, and
rooms, or secure areas. Access
the ability to remotely manage access
permissions can be managed easily, and
for employees and contractors.
the system can log entry and exit times.
7.Remote Access and
3.Rental Properties:
Landlords can use smart door locks Monitoring:
for rental properties to simplify key Users can remotely monitor and

management. Access codes or digital control their smart door locks through

keys can be issued to tenants for the mobile apps. This allows for real-time

duration of their stay. access management and the ability to


grant or deny access from anywhere
4.Airbnb and Short-Term
with an internet connection.
Rentals:
8. Elderly Care:
Hosts of short-term rentals can benefit
Smart door locks can be used in homes
from smart door locks by providing
with elderly family members.
temporary access codes to

12
Caregivers or family members can locks allows for temporary access for
remotely check if doors are locked and Delivery personnel.
provide access when needed without the 15.Smart Cities:
need for physical keys. As part of smart city initiatives,
9.Vacation Rentals: electronic access control systems,
Property owners can remotely including smart door locks, contribute to
manage access for guests, providing overall security and efficiency.
temporary codes or electronic keys, 16. Events and Venues:
streamlining check-ins and checkouts. Smart locks can be used to control
10. Commercial Spaces: access to event spaces or venues,
Smart locks enhance security in ensuring that only authorized
offices and businesses. Access can be individuals can enter. Access control
controlled for employees and monitored can be tailored for different users.
for security purposes. 17. Healthcare Facilities:
11.Schools and Educational In healthcare settings, smart locks

Institutions: provide controlled access to specific

Smart locks can be used to secure areas, ensuring the security of medical

classrooms, offices, and other areas supplies, equipment, and sensitive

within educational institutions. information.

12. Home Offices: 18. Government Buildings:


With the rise of remote work, smart Smart locks offer enhanced security

locks are used to secure home offices, in government facilities by allowing

and users can grant access to service administrators to manage and monitor

providers or colleagues as needed. access more efficiently.

13. Storage Units: 19. Shared Workspaces:


Smart locks can be applied to secure Co-working spaces can use smart

storage units, providing an electronic locks to manage access for members,

means of access control. enabling secure and convenient entry.

14. Logistics and Delivery:


In scenarios where deliveries need to
be made to homes or businesses, smart

13
20. Smart Cars and Garages:
Integrated with smart home systems,
some smart locks can be used to secure
garages or control access to connected
vehicles.

14
5.FUTURE SCOPE

The future scope of smart door locks


4.Voice Recognition: Voice
is likely to involve advancements in
recognition technology could become
technology and increased integration
more prevalent in smart door locks,
with other smart home devices. Here are
allowing users to unlock doors using
some potential trends and
voice commands, adding an extra layer
developments:
of convenience.
1. Biometric Enhancements:
5.Integration with Smart Cities:
Continued improvement in biometric
As cities become smarter, there could
technologies, such as fingerprint
be increased integration between smart
recognition, facial recognition, and even
door locks and broader urban
more advanced methods, could enhance
infrastructure, such as public
the accuracy and security of smart door
transportation systems and emergency
locks. 2.Artificial Intelligence services.
(AI) Integration:
6.Blockchain Security:
Integration with AI could lead to The use of block chain technology
more intelligent and context-aware door may enhance the security and integrity
lock systems. These systems might learn of access logs and user data, providing a
user behavior patterns and adapt decentralized and tamper-resistant
security measures accordingly. solution.
3.5G Connectivity: 7.Enhanced Connectivity
The implementation of 5G
Standards:
technology could enable faster and more
Standardization in communication
reliable communication between smart
protocols may lead to better
door locks and mobile devices,
interoperability between various smart
facilitating quicker response times and
home devices, allowing users to create
improved remote access.
comprehensive and seamlessly
integrated security systems.

15
8.Predictive Analytics: information directly in the us er's field of
Advanced analytics could be view.
employed to predict and prevent
security breaches. For example, the
system might detect unusual patterns of
access or potential security threats.

9.Solar and Energy-Efficient


Solutions:
Integration of energy-efficient
components and even solar-powered
options could make smart door locks
more sustainable and reduce reliance on Fig 2:Future scope of smart lock
traditional power sources.

10. Increased Customization:


Future smart door locks may offer
even more customization options,
allowing users to tailor access
permissions, notification preferences,
and security settings to their specific
needs.

11. Cybersecurity Measures:


With the increasing connectivity of
devices, there will likely be a heightened
focus on cybersecurity to protect smart
door locks from hacking attempts and
ensure the privacy and safety of users.

12.Augmented Reality (AR)


Integration:
AR could play a role in enhancing the
user interface and experience of smart
door locks, providing visual cues or

16
6.CONCLUSION

In conclusion, smart door locks ecosystems. This includes


represent a transformative evolution in interoperability with devices like
access control, blending convenience, cameras, lights, and voice assistants,
security, and technological innovation. creating a seamless and interconnected
The continuous advancements in this living environment. Ongoing
field promise a future where door locks technological developments, such as AI,
are not just physical barriers but integral 5G connectivity, and blockchain,
components of intelligent, connected contribute to the evolution of smart door
living. Key takeaways include. Smart locks. These advancements enhance
door locks offer users the convenience features like predictive analytics, faster
of keyless entry, remote access communication, and improved security
management, and seamless integration protocols. The potential integration of
with other smart home devices. This energy-efficient components and
simplifies daily routines and enhances sustainable power sources, such as solar
overall accessibility.The integration of panels, reflects a growing awareness of
biometric authentication, encryption, environmental considerations in smart
and advanced access control door lock design.The incorporation of
mechanisms strengthens the security of intuitive interfaces, such as voice
smart door locks. Continuous recognition and augmented reality,
improvements in these areas contribute contributes to a user-friendly
to a safer living environment. Users can experience. These interfaces enhance
tailor access permissions, receive real- accessibility and interaction with smart
time notifications, and monitor door door lock systems.As smart door locks
activity through mobile apps. This level become more connected, addressing
of customization empowers individuals cybersecurity challenges becomes
to manage their security preferences paramount. Future developments will
according to specific needs. The future likely focus on robust measures to
of smart door locks lies in their safeguard against potential threats and
integration with broader smart home breaches.

17
7. REFERENCE

1.Jayant Dabhade, Amirush Javare, 5. Pavel 2015. “Smart Lock


Tushar Gayal, Ankur Shelar, Ankita System”,
Gupta 2017. “Smart Door Lock https://www.theseus.fi/handle/10024/9
System: Improving Home Security 8023
using Bluetooth Technology”, 6.Lubhansh Kumar Bhute, Gagandeep
International Journal of Computer Singh, Avinash Singh, Vikram
Applications (0975 – 8887) Vol. 160 Kansary, Preetam Rao Kale,
(8), pp.19-22. Shailendra Singh 2017. “Automatic
2. Grant Ho, Derek Leung, Pratyush Door Locking System Using
Mishra, Ashkan Hosseini, Dawn Bluetooth Module”, International
Song, David Wagner 2016. “Smart Journal for Research in Applied Science
Locks: Lessons for Securing & Engineering Technology (IJRASET),
Commodity Internet of Things Vol. 5 (V), pp.1128-1131.
Devices”, in ASIA CCS’16: 7.Martin K, Teodoor, your personal
Proceedings of the 11th ACM on Asia doorman – Kickstarter, accessed 26
Conference on Computer and June 2019,
Communications Security, pp. 461-472. https://www.kickstarter.com/projects/
3. Abdallah Kassem and Sami El Murr, 1947538842/teod oor-smart-lock
Georges Jamous, Elie Saad and 8. Spectrum Brands, Inc. n.d.,
Marybelle Geagea 2016. “A Smart Kwikset - Kevo, 2019
Lock System using Wi-Fi Security”, in <https://www.kwikset.com/kevo/smart
2016 3rd International Conference on -lock/security>
Advances in Computational Tools 9. August Home, designed in San
for Engineering Applications Francisco, California, 2019, August
(ACTEA), pp.222-225. Wi-Fi Smart Lock
4. Anu and Bhatia, D. 2014. “A smart <https://august.com/products/augustwif
door access system using finger print i-smart-lock>
biometric system”, Int. J. Medical
Engineering and Informatics, Vol. 6,
No. 3, pp.274–280.

18

You might also like