Lecture4 1 Home Automation
Lecture4 1 Home Automation
UEC715
Topics covered:
Wi-Fi based home automation system over cloud using Arduino
Link: https://microcontrollerslab.com/iot-based-home-automation-system-wifi/
11/16/2024 IoT based System (UEC715) 3
Block Diagram
16X2 LCD
Male/Female
11/16/2024Wires
Jumper IoT based System (UEC715) 5
Breadboard USB-A to B Cable 4 channel Relay module
Interfacing circuit
One end of 220VAC to all common terminals of relay and other end with other terminal of bulbs.
11/16/2024 IoT based System (UEC715) 7
Working:
Download the S Remote application from Google Play Store.
Open the application, go to Setting>>Advance>>Layout and select
the Button according to your choice.
Then write the port which is “80” in port option. Go to Setting>>Keys and then select
key1 and write the label to display on button and then the data which you want to send to
Arduino. Click the TCP button. Similarly write the label and data in others keys.
If you connect everything correctly then power up the circuit and open serial monitor, it
takes few seconds to initialize wifi module. Press the button on application, the data is send
by application to Arduino through Wifi and then Arduino performs operations according
to11/16/2024
instructions and the status on devices areSystem
IoT based display on LCD.
(UEC715) 8
Code A B C
LINK: https://www.youtube.com/watch?v=MptGo4aIeUs
11/16/2024 IoT based System (UEC715) 11
References