DIY Android Home Automation With Free Smartphone Application

DIY Android Home Automation With Free Smartphone Application

DIY Android Home Automation
DIY SmartHome Application

Ever wanted to make your home automated? Wanted to control the lights, fan, and other appliances from your smartphone? Or wanted a tutorial about connected devices and getting started with them? Our DIY Android Home Automation project will show you how to make your home automated using an Android smartphone. This requires no experience with Android programming at all, and a free application is included for you to develop. Using this Android application you will be able to control your lights, air conditioning, and door locks all from your smartphone. This system Bluetooth to connect with your device and control the various appliances in your home. Have fun with this DIY hacking tutorial!

Required Materials

Hardware :
  1. Arduino / Arduino Clone or make your own custom Arduino board with this tutorial.
  2. A 5v TTL -UART Bluetooth module like: JY-MCU BT_BOARD (Cheaper) or Bluesmirf Gold/Silver.
  3. Five 5V SPDT relays like: 5V relay.
  4. Prototype board or breadboard.
  5. Connecting wires.
Software :
  1. Arduino IDE
  2. Eclipse for Android programming (optional, not required). For instructions on installing and setting up the environment: How to install android and eclipseAnd tutorials to learn Android programming even though you don’t require it for this project.

How Does it Work?

The DIY Android Home Automation project comes with a free application called “DIY SmartHome”. This application controls the various appliances connected to your Arduino and relays. When the toggle buttons on the application are pressed, corresponding Bluetooth signals are sent from your Android phone to the Bluetooth module you have hooked up to your Arduino. The Arduino finds out which signal was sent and compares it to the predefined signals assigned for each appliance. When it identifies that signal, the Arduino activates the relay hooked up to its digital pin by passing 5V through it. Thus the relay is switched ON and the corresponding appliance connected to the relay is turned ON as well. To switch it OFF, Arduino passes a 0V or logic low to its digital pin.

DIY Android Home Automation

Setting Up the Connections for the DIY Android Home Automation Project


DIY Android Home Automation Wiring Diagram

The connection diagram for Arduino is as shown. For setting up this system, wiring connections have to be made between the Arduino and Bluetooth module and also with the relays. Here, the Bluetooth Module’s Tx is connected to Arduino Rx (digital pin 0) and the module’s Rx to Arduino Tx (digital pin 1). 5V and GND of the module are connected to the Arduino’s 5V and GND.

DIY Home Automation
Relay pin out

The relay your using is SPDT, it has 5 pins on the underside. As shown above, here pins 1 and 3are the coil pins. 1 is connected to the Arduino digital pin and 3 is connected to Arduino GND. 2 is the common contact in the relay to which you have to connect the power for your appliance (AC 230V), and 4 is the pin to which you have to connect your appliance wire.

Connecting Your Appliance to the Relay


DIY Android Home Automation
5V SPDT Relays

In a normal SPDT relay, whose pin out is shown in the above step, pins 2 and 4 act identical to the two terminals of a switch. When a digital HIGH voltage is applied from the Arduino to the relay, the switch turns ON, when the voltage is withdrawn, it turns OFF. You can attach this system you made to a normal switchboard by extending the wires from behind the switches in the board to your relay. As seen in the connection diagram in the above step, you have to connect a power AC line to the common terminal of all the relays. Then, you have to extend the wires from behind the switchboard of the corresponding lights/lamps you wish to control. Each of these wires is connected to the “NO”(Normally Open) terminal of the relays (pin no 4 in step no 1’s relay pin out diagram). NOTE: If you wish to control door locks, you may use door lock solenoids, which can be purchased and connected to your system and turned ON/OFF using the same way. The picture below shows how you can attach the system to your switchboard (keep in mind, this is just to show you the arrangement, it is not the original system being described here):



Creating a Custom PCB for the DIY Android Home Automation Project


DIY Android Home Automation Schematic

If you wish to create your own custom PCB, please use the above schematic. You just have to insert an Arduino bootload ATmega 168/328 chip in the socket to get it working. All the supporting circuitry for the Arduino is included.

Loading the Arduino Software


DIY Android Home Automation
Arduino DIY Android Home Automation Code
If you are new to Arduino, download the Arduino IDE (Integrated Development Environment) from Arduino. The tutorials for beginners can be seen in this Arduino tutorial. The Arduino code for the following project is here: DIY_SmartHome. The code is really simple, here it checks the incoming Bluetooth signal via the Bluetooth module and then compares (ASCII values) using an “if” statement with previously defined values. If it matches the value, the relay is activated using the “digitalWrite(pin,HIGH)” command, which passes 5V to the Arduino digital pin. PLEASE NOTE: SINCE THE BLUETOOTH MODULE IS CONNECTED TO THE RX AND TX PINS OF THE ARDUINO, THE MODULE SHOULD BE REMOVED WHILE UPLOADING THE CODE FROM PC TO THE ARDUINO. THE MODULE SHOULD BE CONNECTED ONCE THE UPLOAD IS COMPLETE. Upload the code to your Arduino board, then follow step 5.

Downloading the Android Application and Setting Up Bluetooth


DIY Android Home Automation
Discovering new bluetooth devices

To download the android application to your phone, copy this .apk file to your phone from the PC and then click on it from the phone to install it: DIY SmartHome. For those who wish to modify the application, I am attaching the project file here: DIY SmartHome project. Be sure to check  “Allow installation of non-Market apps” in the Security tab under settings. Once you have installed the application, before opening it you need to pair and connect with your Bluetooth module. For this, you need to power the Arduino and Bluetooth module and then turn ON the Bluetooth of your phone and make it visible to other devices. After that, search for new devices in Bluetooth, select your Bluetooth module from the list, enter the pairing code when prompted, it is usually ’1234′  or ’0000′.
Note the name of your device, in this case, it is “HC-06″. After pairing with the system, go to the “DIY SmartHome” application and enter the name of your Bluetooth module you noted earlier (case-sensitive) and click “OK”. After that, the phone will get connected to your system, and by clicking the respective buttons, the appliances turn ON/OFF. Have fun with your new DIY Android Home Automation system!
DIY SmartHome ApplicationDIY Android Home Automation
Android Source Code
Arduino Code

 

Comments

  1. Lots of people views plus pertinent progress conveys to should be set this specific. Some more men and women, Pawl Pap-rota plus Kalle Man or women, are generally additionally creating this kind of web site. Easy hospital software

    ReplyDelete

Post a Comment

Popular posts from this blog

Life care Hospital Management System Project in Asp.Net

IIS content multiple website to single website SSL installation and configure