Bluetooth Door Lock - Arduino Project Hub

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

SIGN IN

Bluetooth Door Lock


© GPL3+

How to make Bluetooth Door Lock by


Using Arduino

bluetooth control door lock door lock

hc-05

how to lock an unlock door with

bluetooth

7,787 VIEWS 4 COMMENTS 21 RESPECTS

COMPONENTS AND SUPPLIES "

Arduino UNO × 1 !

Relay (generic) × 4

Jumper wires
(generic) × 1 !

Car door lock


actuator × 1

BD139 Transistor × 2

2.2k Resistor × 2

NECESSARY TOOLS AND MACHINES


"

Soldering iron (generic)

Hot glue gun (generic)

APPS AND ONLINE SERVICES "

Arduino Bluetooth Controller

ABOUT THIS PROJECT "

How to make Bluetooth D…

In this Project, we will make door lock by


using Arduino UNO R3 and Bluetooth
module HC-05. we also install Arduino
Bluetooth controller app in the the mobile.

CODE "

Untitled file Arduino


# $

2
1 void setup() {
3 Serial.begin(9600);
4 pinMode(8, OUTPUT);
5 pinMode(9, OUTPUT);
6 }
7
8 void loop() {
9
10 if(Serial.available()>0)
11 {
12 char data= Serial.read();
13 switch(data)
14 {
15 case 'a': digitalWrite(8
16 delay(3000);
17 digitalWrite(8, LOW);break
18 case 'b': digitalWrite(9

SCHEMATICS "

Door Lock

DOWNLOAD

COMMENTS "

Please log in or sign up to comment.

jetpr
a year ago

hi
how i can see the code for the cell phone
connection to Bluetooth

Muhammad_Munir
a year ago

Click on setting icon and set the


value

badiss
a year ago

salut
1 thank

venky1959
a month ago

Thanks Gentleman for your guidance. I am


exactly doing the same project of
Autodoor locking for my Car Boot
space...For my project, it is same actuator
but simple two wire one...
I will try and get back to you if faced any
difficulty ...Good Luck ..

AUTHO
AU THO R

Muhammad_Munir
36 PROJECTS 13 FOLLOWERS

FOLLOW

P U BL ISHED ON

May 22, 2020

% RESPECT PROJECT

& WRITE A COMMENT

' Share

M E M B ERS W HO RESPECT THI S PR OJ EC T

and 17 others

S IM ILAR PROJ E CTS Y OU MI GH T L I K E

Voice Command Door Lock


by Muhammad_Munir

4,400 VIEWS 1 COMMENT 4 RESPECTS

Bluetooth Door Lock (Arduino)


Project tutorial by Dante Roumega

43,734 VIEWS 17 COMMENTS 56 RESPECTS

Smart Lock Door with Voice


Activation Using Arduino Uno
Project showcase by bangkitwahyu

5,930 VIEWS 2 COMMENTS 24 RESPECTS

Arduino and Android Based


Password Protected Door Lock
Project tutorial by Md. Khairul Alam

26,928 VIEWS 9 COMMENTS 64 RESPECTS

Arduino Keyless Door Lock


System with Keypad and LCD
Project tutorial by DIY Hacking

80,857 VIEWS 23 COMMENTS 103 RESPECTS

Keypad Door Lock with


Changeable Code
Project tutorial by SurtrTech

41,519 VIEWS 13 COMMENTS 54 RESPECTS

Powered by

You might also like