Home automation reduces the physical efforts and integrates the control for any number of appliances in to a single control unit. Hence, a simple home automation system is a remote control of different electrical appliances i.e. turning them on or off with the help of a remote. There are many ways to implement this remote control system. With the extensive use of smart phones and tablets, Bluetooth may be the best option to implement the home automation. And one is implemented here in Bluetooth based Home Automation using Arduino.  The other methods of remote controlled home automation system are ZigBee, Wi-Fi, Radio Frequency (RF Module), GSM etc. In this project, a simple but efficient home automation system using RF Module (Transmitter – Receiver pair) is designed. The system is designed with Arduino (ATmega 328) as the main processing unit.

Circuit Diagram

The circuit diagram is divided in to the transmitter section and receiver section for easy understanding. The transmitter section of the project is shown on the following image.

The receiver section of the project is shown in the following image.

Required Component

The list of components mentioned here are specifically for controlling two different loads. The list of components may vary if the no. of loads is more. Transmitter Section

Arduino UNO 434 MHz RF Transmitter Push Buttons X 4 1 KΩ Resistor X 4 Prototyping Board 9V Battery Connecting wires

Receiver Section

Arduino UNO 434 MHz RF Receiver 2N2222 NPN Transistor X 2 1 KΩ Resistor X 2 1N4007 PN Junction Diode X 2 12V Relay X 2 Prototyping Board Power Supply (Adapter) Connecting wires

Component Description

Arduino UNO: Two Arduino UNO’s is used in the project, one in the transmitter section which reads the inputs from switches and transmit the message and the other is used in receiver section to decode the message and control the loads. 434 MHz RF Module: The 434 MHz Radio Frequency Transmitter – Receiver Module is the best and cheapest way to implement a wireless communication for a reasonably longer ranges.

Relay Board: A relay board consists of all the components that are required for a relay to be operated by a microcontroller. A four channel relay board is used although only two relays are used in the practical implementation.

Circuit Design

The design of the circuit is explained with respect to transmitter section and receiver section individually. Transmitter Circuit Design: The first component we need to connect to the Arduino UNO is the RF Transmitter module. The data in pin of the RF Transmitter module is connected to the 8th digital I/O pin of Arduino. The other pins of the transmitter module i.e. VCC and GND are connected to 5V and ground pins of the Arduino respectively. An optional antenna wire can be connected to the antenna pin of the transmitter module. The next step is to connect the push buttons. First, we need to pull down the digital I/O pins 3 through 6 with the help of four 1KΩ resistors. Then connect four switches to these four pins with the other ends of the switches connected to 5V supply. Receiver Circuit Design: The RF Receiver receives the data through RF links and must transmit this data to the Arduino. Hence, the data out pin of the receiver module must be connected to digital I/O pin 11 of the Arduino. The VCC and GND pins of the receiver module are connected to 3.3V and ground pins of the Arduino. An antenna can be connected to the antenna terminal of the module. If you are using a relay board, as we are in this project, simply connect the digital I/O pins 4 and 5 of the Arduino to the input pins of the relay. If you are not using the relay board, the connections must be made as per the circuit diagram. Note: We need to be extremely careful when connecting AC Mains supply to the relay board.

Project Working Process

Home Automation System is a useful and helpful way to manage electrical appliances without any physical contact with the switch. This is possible by utilizing the wireless communication technologies. In this project, an RF based home automation system is implemented using Arduino. The working of the project is explained here. At the transmitter section, the Arduino continuously monitors the status of the switches (or buttons). Whenever a switch is pressed, a logic HIGH is detected at that particular I/O pin. As a result, the Arduino transmits a suitable message corresponding to the switch pressed. For example, if LOAD1_ON switch, which is connected to pin 6, is pressed, Arduino detects a logic HIGH at pin 6. Hence, Arduino sends a message as “@ABC$” via the RF transmitter. At the receiver end, the RF receiver receives this message and transmits the same to Arduino for decoding. When the Arduino at the receiver end decodes the message and understands that the transmitter characters are “@ABC$”, it then writes a HIGH signal on the digital I/O pin 4. As a result, the relay connected to load 1 is activated and the load is turned on. Similar actions are performed when other switches are pushed. If there is any error in the data transmission i.e. the desired data is not transmitted, the Arduino at the receiver section lights up the error LED which is connected to the 13th pin. A data transmission successful LED and an error buzzer can also be implemented to indicate those actions more efficiently.

Applications

Although Bluetooth based home automations are easy to implement as almost everyone has a smart phone, the advantage of the RF based home automation system is the range of communication. RF based system is useful if we have a large house where Bluetooth might go out of range. The system can be expanded to a smart home system with security by integrating several sensors like temperature, humidity, light and security devices like burglar sensors, CCTV’s etc.

Project Images

Code 

For Transmitter Part

For Receiver Part

is this transmitter section coding or receiver section coding? Please reply me as earliest possible Please provide transmitter section codes as soon as possible. Regards Akshay Bahira Comment * Name * Email * Website

Δ

Arduino Home Automation Using RF - 90Arduino Home Automation Using RF - 89Arduino Home Automation Using RF - 96Arduino Home Automation Using RF - 91Arduino Home Automation Using RF - 59Arduino Home Automation Using RF - 18Arduino Home Automation Using RF - 74Arduino Home Automation Using RF - 17Arduino Home Automation Using RF - 49Arduino Home Automation Using RF - 27Arduino Home Automation Using RF - 31Arduino Home Automation Using RF - 17Arduino Home Automation Using RF - 9Arduino Home Automation Using RF - 23Arduino Home Automation Using RF - 4Arduino Home Automation Using RF - 35Arduino Home Automation Using RF - 10