Home Automation: Wireless Technologies Evolution: by Akash Kundu
Home Automation: Wireless Technologies Evolution: by Akash Kundu
Technologies Evolution
Discover the journey of home automation from IR remote controls to
advanced wireless systems.
by Akash Kundu
1
Project Overview: From IR Remote to Wireless
Integration
Last Semester
Built IR remote controlled home automation system using Arduino, relays, and IR sensors.
This Semester
Developed solution integrating WiFi and Bluetooth modules with triac drivers and mobile
software.
2
Third Semester’s Work:
Remote Controlled Home
Automation
Fig 2 - Hardware
3
Fig 1 - Circuit diagram of remote controlled home automation Fig 3 - LCD Display
Contents
1.Introduction
2.Methodology
3.Hardware Description
4.Software Implementation
5.Results
6.Future scopes
7.Conclusion
8.References
4
Introduction
5
Methodology
Description of block diagram of wi-fi controlled
home automation
7
Hardware Description
Circuit Elements and Their Functions for wifi controlled home
automation
Step 1: Start
Step 2: Define Constants and Variables Define LED1 to LED4 for
pins 2, 3, 4, and 5 Initialize state variables c1, c2, c3, c4 to 1 (LEDs
off)
Step 3: Setup Function Set LED1 to LED4 as OUTPUT Set initial
state of all LEDs to LOW (OFF) Begin Serial communication at
9600 baud
Step 4: Loop Function Check if serial data is available If data is
received: Read the character input as command If command is
'1': If c1 == 1, turn ON LED1, set c1 = 0 Else, turn OFF LED1, set c1
= 1 If command is '2': If c2 == 1, turn ON LED2, set c2 = 0 Else,
turn OFF LED2, set c2 = 1 If command is '3': If c3 == 1, turn ON
LED3, set c3 = 0 Else, turn OFF LED3, set c3 = 1 If command is '4':
If c4 == 1, turn ON LED4, set c4 = 0 Else, turn OFF LED4, set c4 = 1
Print the received command for debugging
Step 5: Repeat Step 4 Indefinitely
Step 6: End
11
Fig 9 - Flowchart of the program
Results
The proposed system of using Wi-Fi as well as Bluetooth
to control household appliances was successfully
developed. The application is connected to the same IP
as the ESP 32 Dev Kit V1 so that it can be controlled using
any device that connected to a network. No unwanted
traffic can enter as the application is protected with the
password on our phone and our Wi-Fi. The developed
system helps us in achieving our goal of room automation
since it is successful in controlling the appliances using
BLYNK application on your smart phone or through
Bluetooth switch.
Fig 10 - Overall circuit diagram of automation by Wi-Fi with Mobile
and Loads
12
Fig 11 - Only the Circuitry Fig 12 - Loads Fig 13 - Mobile app design
Fig 14 - Glowing of one bulb using automation Fig 15 - Glowing of two bulbs using automation
through Wi-Fi through Wi-Fi
14
Future Scopes
Home automation using a GSM (Global System for Mobile Communication) module offers
a versatile and cost-effective solution for controlling and monitoring home appliances
remotely. By integrating a GSM module into a home automation system, users can send
commands via SMS from their mobile phones to control lighting, security systems, and
other electrical devices. This technology provides a reliable way to manage home
functions without the need for internet connectivity, making it particularly useful in areas
with limited or unstable internet access. Additionally, GSM-based systems can send
alerts and notifications to users, ensuring real-time updates on the status of various
home components. As we look to the future, incorporating GSM modules in home
automation projects can enhance security, improve energy efficiency, and provide
greater convenience, all while offering a scalable foundation that can be adapted to
emerging technologies and evolving user needs.
15
Conclusion
In conclusion, the integration of WiFi and Bluetooth modules in home automation projects presents
a seamless and efficient way to enhance household connectivity and control. By combining these
technologies, users can enjoy the convenience of remote access and real-time monitoring of their
home environments via smartphones or other smart devices. The WiFi module enables wide-
ranging internet-based control, granting users the ability to manage their home systems from
virtually anywhere with an internet connection. Meanwhile, the Bluetooth module offers a reliable
and secure local network, ideal for controlling devices within close proximity without the need for
internet access. Together, these modules create a robust platform for smart home solutions,
improving energy efficiency, security, and overall home management. As technology continues to
advance, the potential for further innovation in this area promises to make home automation more
accessible and customizable, catering to the diverse needs and preferences of modern
homeowners.
16
Advantages
1.Seamless Device Integration: Allows remote control of lights, thermostats, security systems,
and appliances via smartphones or voice commands, enhancing convenience and energy
efficiency.
2.Flexible Connectivity Options: Bluetooth is ideal for short-range, quick connections without
internet; Wi-Fi offers long-range control from anywhere with internet.
3.Enhanced Security: Provides real-time alerts for unusual activities, enabling prompt responses
and peace of mind.
Disadvantages
1.Security Risks: Wi-Fi and Bluetooth can be hacked, risking personal data and device
control.
2.Connectivity Problems: Signals may face obstructions and interference, causing delays or
disconnections.
3.Compatibility Issues: Different brands may not work well together, leading to a fragmented
system. 17
References
1.L. F. L. (2016) "Design of Home Automation System Using Wi-Fi for Remote Appliance
Control." IEEE Access Journal.
2. H. M. L. (2020) "Development of Home Automation Using Bluetooth Technology and IoT."
International Journal of Advanced Research in Electrical, Electronics and Instrumentation
Engineering.
3. R. S. M. & N. T. (2019) "Home Automation System Using Internet of Things (IoT) for Smart
Homes with Bluetooth and Wi-Fi Communication." International Journal of Engineering and
Technology (IJET).
4. P. A. J. S. & S. P. R. (2016) "Design of Home Automation System Using IoT, Bluetooth, and
Wi-Fi for Smart Control of Appliances." International Journal of Computer Science and
Information Technology Research.
5. D. R. U. "A Smart Home Automation System Using Bluetooth and Wi-Fi for Device
Control." International Journal of Computer Science and Mobile Computing (IJCSMC).
18
THANK YOU
ANY QUESTIONS?
19