You are on page 1of 11

ADVANCED DOOR LOCKING

SYSTEM
SUBMITTED BY:
R.SRAVANI-19BEC0702
GUDIMETLA JAI SANDEEP-19BEC0310
OBJECTIVE OF THE PROJECT
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. In our project we presented a part of smart home technology which using Bluetooth
and GSM module in a mobile device, so it will easier and more efficient to use. It also based on Android and
Arduino platform both of which are free open-source software. In this paper, a system called door locks
automation system using Bluetooth-based Android Smartphone is proposed and prototyped. First the hardware
design and software development are described, then the design of a Bluetooth-based Smartphone application
for lock/unlock the door are presented. The hardware design for door-lock system is the combination of
android smart phone as the task master, Bluetooth module as command agent, Arduino microcontroller as
controller center / data processing center, and solenoid as door lock output. All of the tests indicate that all
goes according to the initial design of this research.
INTRODUCTION:

• Various control systems have been designed over the years to prevent access to unauthorized user.
The main aim for providing locks for our home, school, office, and building is for security of our
lives and property. It is therefore important to have convenient way of achieving this goal.
Automatic door system has become a standard feature on many different types of buildings and
homes. And they are becoming popular every day to develop effective electronic devices which
provide security. Home security has been a major issue because of the increase in crime rate and
everybody wants to take proper action to prevent unauthorized user. The micro controller based
digital lock presented here is an access control system that allows only authorized persons to access
a restricted area, this system is the best suitable for corporate offices, automated machine (ATM s)
and home security
THE ADVANTAGES AND APPLICATION SCENARIOS
OF BLUETOOTH SMART LOCK
• Safe and easy to use,which is the most important factor for most users to choose the smart lock.So in choicing of
smart lock program,more customers emphasis on safety and practicality.The current bluetoothbased smart lock is the

more mainstream choice in the market.

• In the era of mobile Internet,the unlocking of APP mobile phones has reached a very high level of
intelligence in smart locks.The bluetooth smart lock solution is also easy to open the mobile phone APP all
the operations,the emergence of bluetooth lock,all the distance problems,traditional locks can not solve the
problem are solved easily.
CODE:

•.
CODE:
•.
CODING
• First, we need to include the library and declare variables, as shown in code
snippet Fig.. Include a servo library and then create a string array to generate
a password. Next, create a few more string variables to store the password,
OTP, and LED pin numbers as given in code snippet.
.

• Now, in the second code snippet, we need to set up serial and baud rate for
Bluetooth as shown in Fig.. Set up a pin for servo using servo.attach (PWM
pin number) function. Then define pin mode as output for LEDs.
• In the third part of the code, create a loop, and check the incoming data from Bluetooth.
Next, create ‘if statement’ to check the device ID. If it matches, create OTP ( ) function for
generation of OTP as shown in Fig. . In the last part of the code, as shown in Fig. 5, create a
.
check ( ) function to check whether OTP is correct or not. If it is correct, turn the servo to an
open position to unlock the locking system.
PROJECT OUTCOME:
CONCLUSION:

• This project is productive in providing enough security as long as the


password is not shared. In future this “Password based Door Lock System”
can be provided maximum security by the above enhancements in order to
completely satisfy user’s needs. Hence, a common man can afford to buy
such locking system in minimal cost to keep his valuables safely without any
worries.

You might also like