RF Project
RF Project
Maharashtra.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract – Home Automation is not a new concept. The main lives easier. These systems exist of course, but these are
objective of this project is to develop a Home Automation many non-interoperable, expensive and often wired systems.
system with RF controlled Remote. As Technology is advancing Wiring complicate implementation of the home automation
so houses are also getting smarter. Modern Houses are in building which are already built especially in Historical
gradually shifting from conventional switches to centralized ones.
control system, involving RF control switches. This technology
is very easy and mandatory specially for the physically The goal of this project is to develop a secure Home
handicapped people, it is very simple to use. Remote Controlled Automation system that will allow consumer to remotely
Home Automation system provides a simpler solution with RF operate electric home appliances e.g. turning ON/OFF lights
technology in which RF remote is interfaced to the in the users home.
microcontroller on transmitter side which sends ON/OFF
commands to the receiver where loads are connected. By The consumer interacts with the home automation
operating the specified remote switch on the transmitter, the system through computer. This will provide a consumer to
loads can be turned ON/OFF remotely through wireless access and interact with the electronic appliances in the
technology. The microcontroller used here is 8051 family. The home.
loads are interfaced to the microcontroller using Transistors
Examples of practical uses for such home
and Relays.
automation system are smart house, smart range wireless
Key Words: Microcontroller, Relays, Radio Frequency network.
Transmitter and Receiver
2. METHADOLOGY
1. INTRODUCTION
The main component of the RF based Home Automation is
Home Automation is the housing extension of building the RF Module. An RF Module is a small electronic circuit
automation system. This system is actually automation the which is used to transmit or receive data wirelessly. RF
residential activity. The trendies of Home Automation has Modules are often used in consumer applications where you
increased tremendously in recent years for the reason of need to remotely control some machines or appliances
higher usability and simplicity by using remote control (Key without making any physical contact with them. RF modules
fob), smart phones and tablet connectivity, Wi-Fi, GSM, do not require line-of-sight operation. Hence, they are often
Bluetooth, Zig-bee, etc. This inability to access and control used instead of infrared remote controls.
the appliances from remote location is one of the major Depending upon the type of application, the RF module is
reason for energy loss. There is a grave need to conserve chosen.
energy in each way possible. A web or an android application
For example, in case of short range wireless control
is used by the consumer to give instruction to these systems.
applications, we can use ASK modulated RF Module of
The home Automation systems provide mutual frequency 315 MHz or 433 MHz RF module generally
interoperability among various electronic, electrical and comprises of an RF Transmitter and an RF Receiver. RF
power appliances as well as interactive interface for people Transmitter is used to transmit the data while the RF
to control their operation. These features are very useful to Receiver is used to receive the data. Here is the Pin
optimize and to economic energy consumption whereby Configuration of the RF Transmitter and Receiver Modules.
saved energy during some few years could make more
money than Home Automation systems implementation cost
easier, especially for elderly persons and persons with
disabilities.
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3943
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
Start
RF Communication between the Transmitter and Receiver
modules works on the principle of Serial Communication. In
order to transmit or receive the data serially through RF Initialize/
module, we need to interface two ICs named HT-12E and HT- Ready for input
12D.
Is word N
sent?
YES
O/P signal is
Fig. Block Diagram of Transmitter transmitted
Stop
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3944
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
Start
Initialization
Any word NO
received
YES
Binary equivalent of This encoder IC has 2^12 series encoders integrated in it.
hexadecimal word is This IC is mainly used in RF communication. This IC converts
produced 12-bit parallel data to serial data. Out of the 12 bits, 8 bits
are the address bits and 4 bits are data bits.
2.6. HT-12E IC
REFERENCES
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3946