How to Make IoT Based Home Automation With NodeMCU Sensors Control Relay

Summary of How to Make IoT Based Home Automation With NodeMCU Sensors Control Relay


This IoT-based Home Automation project uses a NodeMCU to control a relay module via the Blynk app or manual switches, with real-time feedback displayed on an OLED. It operates in two modes: Manual Mode, where appliances are controlled from a smartphone or switches, and Auto Mode, where a DHT11 temperature/humidity sensor and an LDR sensor automatically control appliances based on environmental conditions. The system can monitor temperature and humidity live on both the OLED display and the Blynk app, providing seamless remote and automated control over home appliances.

Parts used in the Home Automation with Blynk and NodeMCU project:

  • NodeMCU
  • DHT11 Sensor
  • LDR (Light Dependent Resistor)
  • 10k Resistors (5 pieces)
  • 1k Resistors (5 pieces)
  • 220-ohm Resistors (2 pieces)
  • Optocoupler PC817 (2 pieces)
  • BC547 NPN Transistors (2 pieces)
  • Diode 1N4007 (2 pieces)
  • Diode 1N4001 (1 piece)
  • LED (1.5V) (3 pieces)
  • Capacitors 100uF (2 pieces)
  • SPDT 12V Relays (2 pieces)
  • 7805 Voltage Regulator (1 piece)
  • Push Switch/Button (4 pieces)
  • Connectors and jumpers
  • OLED I2C Display (0.96" or 1.3")

In this IoT based project, I have made Home Automation with Blynk and NodeMCU control relay module with real-time feedback. In the Manual Mode, this relay module can be controlled from Mobile or smartphone and, Manual switch. In Auto Mode, this smart relay also can sense the room temperature and sunlight to turn on and off the fan and light bulb.

This smart home project has the following features:1. Home appliances controlled from Mobile using Blynk App 2. Home appliances controlled by temperature & Humidity sensor automatically (In Auto Mode) 3. Home appliances controlled by Dark Sensor automatically (In Auto Mode) 4. Monitor LIVE room temperature & Humidity reading on OLED and Smartphone 5. Home appliances controlled with manual switches 6. Control Home appliances through the Internet

Supplies:

Required Components for this Smart House project

1. NodeMCU

2. DH11 Sensor

3. LDR

4. 10k Resistors 5 no

5. 1k Resistors 5 no (R1 to R4)

6. 220-ohm Resistors 2 no (R5 & R6)

7. Optocoupler PC817 2 no

8. BC547 NPN Transistors 2 no

9. Diode 1N4007 2 no

10. Diode 1N4001 1no

11. LED (1.5v) 3 no

12. Capacitors 100uF 2 no

13. SPDT 12V Relays 2 no

14. 7805 voltage regulator 1 no

15. Push Switch/ button 4 no

16. Connectors & jumpers

17. OLED I2C Display (0.96″ or 1.3″)

Step 1: Circuit Diagram

This is the complete circuit diagram for this IoT based home automation project.

I have used NodeMCU to control the relay module. I have connected the DHT11 temperature & humidity sensor and LDR to control the relay automatically according to the room temperature and ambient light. There four pushbuttons connected with NodeMCU i.e, S1, S2, CMODE, RST. S1 & S2 to control the relay module manually CMODE to change the Mode (Manual Mode, Auto Mode) RST to reset the NodeMCU I have supplied 12V to the relay module and used a 7805 voltage regulator to supply 5v to NodeMCU.

Step 2: Make the Circuit on Breadboard for Testing

Before designing the PCB, first I have made the circuit on the breadboard for testing. During testing, I have uploaded the code to the NodeMCU then tried to control the relays with the pushbuttons, Blynk App, temperature sensor, and LDR.

Download the attached Code for this NodeMCU project.

I have mentioned all the link of the required libraries in the code.

Step 3: Install the Blynk App

Install the Blynk App from Google play store or App store then add all the required widgets to control the relay module and monitor the temperature and humidity. I have explained all the details in the tutorial video.

I have used the 3 button widgets to control the relay module and change the mode. And 2 gauge widgets to monitor the temperature and humidity.

Step 4: Different Mode of the Smart Relay Module

We can control the smart relay in 2 modes:

1. Manual Mode

2. Auto Mode

We can easily change the mode with the CMODE button fitted on the PCB or from the Blynk App.

Step 5: Manual Mode

In the Manual mode, we can control the relay module from the S1 & S2 push-buttons or from the Blynk App.

We can always monitor the real-time feedback status of the switches from the Blynk App. And we can also monitor the temperature and humidity reading on the OLED display and the Blynk App as you can see in the pictures. With the Blynk App, we can control the relay module from anywhere if we have the internet on our smartphone.

Step 6: Auto Mode

In Auto mode, the relay module controlled by the DHT11 sensor and LDR.

We can set a predefined minimum and maximum temperature and light values. In Auto mode when the room temperature crosses the predefined maximum temperature the relay-1 turns on and when the room temperature becomes lesser than the predefined minimum temperature the relay-1 turns off automatically.

In a similar way when the light level decreases the relay-2 turns on and when the light is sufficient the relay-2 turns off automatically. I have explained in details in the tutorial video.

Source: How to Make IoT Based Home Automation With NodeMCU Sensors Control Relay


About The Author

Muhammad Bilal

I am a highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top