Skip to main content

adsense

ARDUINO BLUETOOTH HOME CONTROL(ANDROID AND GOOGLE APP INVENTOR)

IN THE FOLLOWING PROJECT WE ARE GOING TO MAKE A WIRELESS BASED HOME AUTOMATION SYSTEM FROM WHICH WE CAN CONTROLL THE HOME APPLIANCES THROUGH OUR ANDROID DEVICE

Step 1: WATCH THE VIDEO


Step 2: THINGS NEEDED

     
     

To make the arduino home automation you need the following things
1.ARDUINO UNO OR ANY ARDUINO BOARD
2.BLUETOOTH MODULE(HC-06 OR HC-05)
3.ANDROID DEVICE
4.COPPER DOT PCB
5.RESISTOR(1K,2K)
6.LED(2 OR 3)
7.JUMPER WIRES
8.ARDUINO IDE

Step 3: BLUETOOTH MODULE CIRCUIT

BLUETOOTH MODULE CIRCUIT 

Untitled.png

From the following circuit diagram of the bluetooth module we are going to to create a bluetooth breakout for the hc06 or hc05
as you can see in the bluetooth breakout there is a voltage divider at the rx pin of bluetooth breakout
the work of voltage divider here is that the rx pin of the bluetooth module can not recieve 5v it needs only 3.3v at that pin so we will divide the voltage at that pin using the voltage divider by using a 1k ohm and a 2k ohm resistor
the connection are
ARDUINO UNO          BLUETOOTH MODULE
+5V--------------------------->+5V
GND-------------------------->GND
RX----------------------------->TX
TX----------------------------->RX(with voltage divider)

Step 4: ARDUINO CONNECTIONS

ARDUINO CONNECTIONSsch.png

The wiring of the arduino is a quiet simple you could choose any pins on the arduino pins
i am using the pins on the arduino as the given
ARDUINO PINS
13 PIN-------->LED
12 PIN-------->LED
wiring part is done see that simple it is
next step is programming

Step 5: ARDUINO CODE

ARDUINO CODE

IN THIS SECTION WE ARE GOING TO UPLOAD THE FOLLOWING CODE DIRECTLY TO THE ARDUINO USING THE ARDUINO IDE
OPEN THE FOLLOWING FILE COMPILE AND AND THEN UPLOAD USING THE ARDUINO IDE

 Click here to download the program

Step 6: ANDROID APP(FOR TESTING)

ANDROID APP(FOR TESTING)YOU NEED TO DOWNLOAD THE FOLLOWING ANDROID APP FOR THE TESTING THE CODE
"BLUETOOTH TERMINAL"
THIS APP IS AVAILABLE IN THE APP STORE OR THE PLAY STORE
TO CREATE YOUR OWN ANDROID APP FOLLOW THE NEXT STEP CAREFULLY


Step 7: CREATING YOUR ANDROID APP TO CONTROL THE CODE(ANDROID)



IN THIS SECTION WE ARE GOING TO CREATE OUR OWN ANDROID APP
TO CREATE THE ANDROID APP WE NEED A GOOGLE ACCOUNT and thats it!!!
follow the instruction as in the part two of the video series
after watching the following video you have got the basic knowledge about the app creation

Step 8: THANKS FOR WATCHING

THANKS FOR WATCHING THE FOLLOWING INSTRUCTABLES
YOU CAN VISIT MY YOUTUBE CHANNEL FOR MORE STUFFS LIKE THIS

LINK :click here to visit KJ's Electronics

 

 

 

 

 

 

 

Comments

Popular posts from this blog

VU METER (Music Visualizer) #1 With Arduino

This is the part one of the music visualizer series and In the following tutorial we are going to make a music visualizer AKA the volume meter or the uv meter from an arduino mega . The build process is very simple and easy and the program of arduino is also not that hard. Step 1: Watch the Video Step 2: Parts List             The parts needed for this build are 1.ARDUINO MEGA 2.COPPER DOT PCB 3.BREAD BOARD 4.JUMPER WIRES 5.LED (RED ,BLUE ,GREEN) 6.TOOLS(SOLDERING IRON ,SOLDER WIRE) 7.AUDIO SPLITER WITH A JACK 8.HEADER PINS Step 3: Testing on Bread Board( 1.LED's and ARDUINO ) Start by inserting the led on the bread board with the negative leg of the led to a common ground rail of the bread board (led count =20) the positive leg of the led will be there at any empty rail of the bread board as shown in the video and following pictures Then connect the ground of the arduino to the common ground rail of the l...

ARDUINO IR REMOTE (USE YOUR OLD REMOTE TO CONTROLL HOME APPLIANCES)

In this project you can choose any remote or a TV remote which you are using and you will notice that some keys are useless for your tv for that you can use that keys for controlling the home appliences like powering your TV,FAN,LIGHTS etc... you need to follow the simple procedure from the video so that you can record hexa values for that particular key and put into the program of the arduino Step 1: WATCH THE VIDEO   Step 2: THINGS NEEDED           The things needed for the following project are 1.ARDUINO UNO OR CLONE 2.IR RECIVER 3.ANY OLD REMOTE 4.RELAY MODULE 5.JUMPER WIRES 6.ARDUINO IDE 7.SOME LED'S IF YOU WANT TO MAKE A RELAY MODULE BY YOURSELF YOU COULD NEED (OPTIONAL) 1.RELAY 2.BC547 TRANSISTOR 3. 1K OHM RESISTOR 4.COPPER DOT PCB Step 3: RECIVING THE IR CODE FROM REMOTE BUTTON   This is the test to recieve the hexadecimal code of the remote button 1.install the ir remote library form the fo...

VU METER (Part-2) Using LM-3914 & LM-3915

This is the second part of the music visualization series and in the video above i have shown how you can make a simple VU meter by using the ic called LM-3914 or LM-3915. The part 1 is basically about how you can make the simple and cool looking VU meter by using the arduino microcontroller link to that is given as and now we will see the step by step construction of the VU meter STEP 1: Watch the Video   STEP 2: PARTS LIST     To make this cool looking UV meter we need these following things 1.LM-3914 IC 2.Breadboard 3.Copper dot PCB 4.18 pin IC Holder 5.Resistor(1.2k & 4k ohm) 6.Potentiometer (1K ohm) & Knob 7.Audio jack 8.Dc jack 9.LED (6-Green & 2-Blue & 2-Red) 10.some connecting wires   TOOLS REQUIRED 1.soldering iron 2.wire cutter 3.soldering wire etc... STEP 3: SPECIFICATION OF LM-3914 & DATASHEET When looking at the LM-3914 ic datasheet these are some important feat...