You are on page 1of 4

AN SMARTPHONE-BASED DOOR LOCKING

ABSTRACT
With the development of modern technology and Android Smartphone, Smart Living is
gradually changing people’s life. Bluetooth technology, which aims to exchange data wirelessly
in a short distance using short-wavelength radio transmissions, is providing a necessary
technology to create convenience, intelligence and controllability. Smart Home is the term
commonly used to define a residence that uses a home controller to integrate the residence's
various home automation systems. The most popular home controllers are those that are
connected to a Windows based PC. This project presents a smart home controller that uses the
Bluetooth in an Android device to control the operation of an automated security door system.
The software was designed using an Android app that generates a password that is recognized by
the Bluetooth to control the opening and closing of the door located at some distance from the
user. The Bluetooth module that is installed on the door receives the commands from the android
phone, and passes these commands to the microcontroller that controls the opening and closing
of the door

EXISTING SYSTEM :

In existing system, Controlling the door of home through GSM. The problem faced by this
method is to send the controlling signals by SMS it make this system more complex. Next this
method implemented in web browser, it is not always possible to open a browser accessing doors
each and everytime. Use of web browser or to send a signal takes more time and cost consuming.
Thus we are in need of more efficient way to overcome this problem faced by the existing
technologies
DIS ADVANTAGE OF EXISTING SYSTEM :
 Very Complexity Method

 Not able to reduce power consumption

 Poor signal quality

 Low Accuracy

PROPOSED SYSTEM :

The proposed system aims at remote password based door opener system through an android
application. The system tends to make a secure door opening mechanism such that the door only
unlocks when a security personnel opens it by entering the right password through an android
application. The authorized personnel needs to be present within Bluetooth range of the door but
need not open the door manually. He just needs to enter the right password through his android
application in order to unlock the door. This is a useful concept in places where the security
needs to open gates quite usually or need to operate a door from a vehicle without needing to get
down from it. The command sending functionality is achieved through an android application.
The application provides an interactive user friendly GUI for this purpose. The android
application can be operated from any device running on android OS and uses Bluetooth as a
medium for sending commands. As soon as commands are sent through the android device a
Bluetooth receiver is used to receive those commands. These commands are then sent to the
8051 microcontroller. The microcontroller processes these commands and then tallies the
password to check its correctness. If the right password is encountered it sends command to open
the door.

ADVANTAGE OF PROPOSED SYSTEM :

 Low cost

 Less System Complexity


 Low power Consumption.

APPLICATIONS OF PROPOSED SYSTEM

 Home automation
 Security purpose

BLOCK DIAGRAM

LCD

POWER RELAY
SUPPLY

AT89S52
MOTOR
Micro controller
BLUETOOTH
HARDWARE REQUIREMENTS
 MICRO CONTROLLER(AT89S52)

 BLUETOOTH

 ANDROID MOBILE

 RELAY

 MOTOR

SOFTWARE REQUIREMENTS :
 EMBEDDED C

 KEIL COMPILER

 BLUE TERM

You might also like