You are on page 1of 3

DOOR LOCK AUTOMATION SYSTEM USING

ANDROID
“SYNOPSIS”

 INTRODUCTION

We are living in 21st century where automation of any form i.e. home or
industrial plays an important role in human life. When it comes to industrial
automation, the concept is applied to large machines or robots which help in
increasing the efficiency in terms of production, energy and time. Home
automation on the other hand involves automating the household
environment.
In the present scenario of the world, security is the major concern for all,
and the security problem is being faced by every person. Home / Office
security is top priority of all concerned. Security is a prime concern in our
day-today life. Everyone wants to be as much secure as possible. Home /
Office security is the most significant one for every home/office owner either
in an individual house or an apartment.
The Android Operating System finds wide use in smart phones and tablets
and is thus suitable for home automation. This project presents a Door
Automation system that uses the Bluetooth in an Android device to control
the operation of an Automated Security Door system.

 OBJECTIVES

 To design password GUI in an Android phone.


 Develop mobile application that can be installed in any android operated
phone.
 To design a hardware Bluetooth locking system.
 To interface the Android phone to the hardware locking system by writing
an Embedded C program.
 EXISTING SYSTEM

The mechanical locks are the most common mechanisms for access
control on doors and security containers. They are found in the vast majority
of residences, commercial businesses, educational institutions, and
government facilities, and often serve as the primary protection against
intrusion and theft.
The traditional door locking system comprises of a physical lock and a
key, even though this system is efficient it is not flawless. The problem with
existing system is that the physical key is easy to manipulate also for multiple
doors one needs to carry multiple keys. This increases the hassle of carrying
multiple keys as well as the possibility of the keys being misplaced. Physical
key also limits the number of people who can access the particular lock.
It also causes security issues in case of burglaries. If there is no proper
security, the intruders can use their intelligence to open the door and they
can do any crime especially stealing activities.

 PROPOSED SYSTEM

This system aims to provide improved security systems to domestic and


organizational industry. This project has a system that is configured to allow
authorized person with a password. A password changing provision is also
provided along with it. The password entering feature is provided through
remote access. The remote access is provided with the use of an android
application that is to be run on any android operated device. The app
provides an interactive GUI for this system.
The system is operated using an 8051 microcontroller. An EEPROM is
used to store user password. The password entered through the android
device is received through Bluetooth receiver and then passed on to 8051
microcontroller which then processes it and then check its validity by
comparing against user stored password. This system uses a door that would
be unlocked on entering the right password.
 ADVANTAGES OF PROPOSED SYSTEM

 Eliminates the hassle of carrying multiple keys.


 Provides higher security compared to traditional lock and key.
 As Bluetooth is used for data transfer, the range can be varied as required.
 The application for accessing the lock can be installed on any android
device.
 Password can be changed multiple times for better security.

 HARDWARE SPECIFICATIONS
 8051 series Microcontroller
 Bluetooth device
 EEPROM
 Motor
 Motor Driver IC
 Diodes
 Voltage Regulator
 Crystal
 Transformer
 LCD
 LED

 SOFTWARE SPECIFICATIONS
 Keil µVision IDE
 MC Programming Language: Embedded C
 Android App

You might also like