0% found this document useful (0 votes)
303 views40 pages

How To Make A Full Home Automation System With Nodemcu Esp8266 and Blynk App - SriTu Hobby

This document provides instructions for creating a home automation system using a Nodemcu ESP8266 microcontroller, various sensors, a relay module, and the Blynk app. The system allows monitoring and controlling of temperature, humidity, gas leaks, water levels, security, and appliances via the Blynk app. It connects the Nodemcu to Blynk over the internet. Sensors measure values which are sent to the Blynk app and an LCD display for monitoring. Buttons in the app interface turn relays and security on/off for control. Detailed steps and diagrams guide setting up the hardware connections and configuring the Blynk project.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
303 views40 pages

How To Make A Full Home Automation System With Nodemcu Esp8266 and Blynk App - SriTu Hobby

This document provides instructions for creating a home automation system using a Nodemcu ESP8266 microcontroller, various sensors, a relay module, and the Blynk app. The system allows monitoring and controlling of temperature, humidity, gas leaks, water levels, security, and appliances via the Blynk app. It connects the Nodemcu to Blynk over the internet. Sensors measure values which are sent to the Blynk app and an LCD display for monitoring. Buttons in the app interface turn relays and security on/off for control. Detailed steps and diagrams guide setting up the hardware connections and configuring the Blynk project.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 40

3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu

nd Blynk app - SriTu Hobby

0
 

How to make a full home automation system with Nodemcu esp8266 and Blynk app

Hello, welcome back. In this tutorial, we will learn how to make a Full home automation system using the Nodemcu
ESP8266 and Blynk app. Through this system, we will be able to monitor and control everything in our home. Also, five
sensors and a two-channel relay module are mainly used for this system. Therefore, we can monitor and control everything
in the house such as temperature, humidity, amount of leaking gas, amount of water in the water tank, home security, and
control of electrical appliances. For that, it uses ultrasonic, flame, PIR, MQ2, DHT11 sensors and uses a two-channel relay
module to control household electrical appliances. Remember to select the correct relay module you want. Also, this
system is mainly based on IoT technology. Therefore, we can control and monitor all factors through the internet. The Blynk
app has been used for that. If you are not familiar with the Blynk app. For that, please visit the previous tutorials.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 1/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Mumbai to Dubai
from Rs10,901 View

PRICE DROP

₹278 ₹99 ₹159 ₹24 ₹99

₹9 ₹360 ₹109 ₹99 ₹145


T l &C t B tt
The process of this system
When powering up this system. the Nodemcu board connects to the Blynk app through the Blynk cloud. At that point, the
sensors begin to receive values. Then, those values are sent by the Nodemcu board to the Blynk app and the LCD. Also, we
can turn the relays and PIR security system ON / OFF with the buttons on the Blynk app interface.

OK, let’s do this project step by step. The required components are given below.

Nodemcu ESP8266 x 1 — Amazon / Banggood


Flame sensor x1 — Amazon / Banggood
Ultrasonic sensor x 1 — Amazon / Banggood
DHT11 sensor x 1 — Amazon / Banggood
MQ2 sensor x 1 — Amazon / Banggood
PIR sensor x 1 — Amazon / Banggood
Two-channel relay module x 1 — Amazon / Banggood
LCD display x 1 — Amazon / Banggood
I2C module x 1 — Amazon / Banggood
Buzzer x 1 — Amazon / Banggood

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 2/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Breadboard x 1 — Amazon / Banggood


Jumper wires — Amazon / Banggood

Step 1

ESP32 Web Server Home Automation Using PlatformIO IDE


Firstly, identify these components.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 3/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Nodemcu board

Flame sensor

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 4/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Ultrasonic sensor

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 5/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

MQ2 sensor

PIR sensor

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 6/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Relay module

LCD display

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 7/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

I2C module

Buzzer

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 8/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Breadboard

Jumper wires

 x

Step 2

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 9/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Secondly, connect these components. To do this, use the circuit diagram below.

Step 3

Thirdly, let’s set up the Blynk app. For that, follow the steps below.

First, download and install the Blynk app on your phone. Then, sign up for this app using your Email address. After, run
this app and click the “New project” button.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 10/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Next, enter the project name as you like. Then, select the device and connection type. Finally, click the “Confirm” button.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 11/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Now, you can see the project interface. Then, we include the widget. For that, click on the + icon in the corner and include
three “Button” widgets and three “Level H” widgets. Next, include one “Level V” widget and a notification widget.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 12/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 13/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 14/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Okay, now let’s set up this widget. First, click the relay control buttons one by one and name them as you like. Then,
change the relay control buttons PIN D5 and D6 respectively. Then, change the input value from 1 to 0 and switch mode.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 15/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 16/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 17/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Next, click the PIR sensor control button and name it as you like. Then, change the PIN as V0 and mode to switch.

Now, click the “level H” widgets one by one and name as Gas level, Temperature, and Humidity. Also, change the PINs as
V1, V2, and V3 respectively. Then, change the input values from 0 to 100.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 18/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 19/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 20/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 21/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Next, click the “Level V” widget and name it Water Level. Then, change the PIN to V4 and the input value to the height of
the water tank. Also, change the flip axis to the ON side.

Lastly, click the notification widget and change the priority to HIGH.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 22/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

OK, now the Blynk app is ready. Then, customize these widgets as you like.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 23/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 24/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 25/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Step 4

Okay, now let’s create the program for this system. It is as follows.

WI-Fi library — Download


Blynk library — Download
DHT11 library — Download
I2C library — Download
The complete program of this project – download

1 /*Full home automation system with Nodemcu and Blynk


2 * https://srituhobby.com
3 */
4
5 #include <LiquidCrystal_I2C.h>
6 #define BLYNK_PRINT Serial
7 #include <ESP8266WiFi.h>
8 #include <BlynkSimpleEsp8266.h>
9 #include <DHT.h>
10
11
12 char auth[] = "";//Enter your Auth token
13 char ssid[] = "";//Enter your WIFI name
14 char pass[] = "";//Enter your WIFI password
15
16 LiquidCrystal_I2C lcd(0x27, 16, 2);
17 DHT dht(D4, DHT11); //(sensor pin,sensor type)
18 BlynkTimer timer;
19 bool pirbutton = 0;
20
21 #define Buzzer 10
22 #define MQ2 A0
23 #define flame D0
24 #define PIR D3
25 #define trig D5
26 #define echo D6
27 #define relay1 D7
28 #define relay2 D8
29
30 BLYNK_WRITE(V0) {
31 pirbutton = param.asInt();
32 }
33
34 void setup() {
35 Serial.begin(9600);
36 lcd.init();
37 lcd.backlight(); x
38 pinMode(Buzzer, OUTPUT);

39 pinMode(flame, INPUT);
40 pinMode(PIR, INPUT);
41
https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 26/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby
41
pinMode(trig, OUTPUT);
42
pinMode(echo, INPUT);
43
pinMode(relay1, OUTPUT);
44
pinMode(relay2, OUTPUT);
45
digitalWrite(relay1, HIGH);
46
digitalWrite(relay2, HIGH);
47
Blynk.begin(auth, ssid, pass);
48
dht.begin();
49
timer.setInterval(100L, gassensor);
50
timer.setInterval(100L, DHT11sensor);
51
timer.setInterval(100L, flamesensor);
52
timer.setInterval(100L, pirsensor);
53
timer.setInterval(100L, ultrasonic);
54
}
55
56
void gassensor() {
57
int value = analogRead(MQ2);
58
Serial.println(value);
59
value = map(value, 0, 1024, 0, 100);
60
if (value <= 35) {
61
digitalWrite(Buzzer, LOW);
62
} else if (value > 35) {
63
Blynk.notify("Warning! Gas leak detected");
64
digitalWrite(Buzzer, HIGH);
65
}
66
Blynk.virtualWrite(V1, value);
67
lcd.setCursor(9, 0);
68
lcd.print("G :");
69
lcd.print(value);
70
lcd.print(" ");
71
}
72
73
void DHT11sensor() {
74
float h = dht.readHumidity();
75
float t = dht.readTemperature();
76
77
if (isnan(h) || isnan(t)) {
78
Serial.println("Failed to read from DHT sensor!");
79
return;
80
}
81
82
Blynk.virtualWrite(V2, t);
83
Blynk.virtualWrite(V3, h);
84
85
lcd.setCursor(0, 0);
86
lcd.print("T :");
87
lcd.print(t);
88
89
lcd.setCursor(0, 1);
90
lcd.print("H :");
91
lcd.print(h);
92
}
93
94
void flamesensor() {
95
bool value = digitalRead(flame );
96
if (value == 1) {
97
digitalWrite(Buzzer, LOW);
98
} else if (value == 0) {
99
Blynk.notify("Warning! Fire was detected");
100
digitalWrite(Buzzer, HIGH);
101
}
102
}
103
void pirsensor() {
104
105
bool value = digitalRead(PIR); x
if (pirbutton == 1) {

106
if (value == 0) {
107
digitalWrite(Buzzer, LOW);
108
https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 27/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

109 } else if (value == 1) {


110 Blynk.notify("Warning! Please check your security system");
111 digitalWrite(Buzzer, HIGH);
112 }
113 }
114 }
115
116 void ultrasonic() {
117 digitalWrite(trig, LOW);
118 delayMicroseconds(4);
119 digitalWrite(trig, HIGH);
120 delayMicroseconds(10);
121 digitalWrite(trig, LOW);
122 long t = pulseIn(echo, HIGH);
123 long cm = t / 29 / 2;
124 Blynk.virtualWrite(V4, cm);
125 lcd.setCursor(9, 1);
126 lcd.print("W :");
127 lcd.print(cm);
128 lcd.print(" ");
129 }
130
131
132 void loop() {
133 Blynk.run();
134 timer.run();
}

Code explanation

Firstly, the library files are included.

1 #include <LiquidCrystal_I2C.h>
2 #define BLYNK_PRINT Serial
3 #include <ESP8266WiFi.h>
4 #include <BlynkSimpleEsp8266.h>
5 #include <DHT.h>

Secondly, includes the Blynk Auth token and WI-FI connections details.
 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 28/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

1 char auth[] = "tiMY12sK15MYJpQVS49larATTXB35U02";//Enter your Auth token


2 char ssid[] = "Dialog 4G 025";//Enter your WIFI name
3 char pass[] = "jangu1234";//Enter your WIFI password

Thirdly, objects are created for LCD, DHT11, and Blynk libraries

1 LiquidCrystal_I2C lcd(0x27, 16, 2);


2 DHT dht(D4, DHT11); //(sensor pin,sensor type)
3 BlynkTimer timer;

Next, the sensors, relays, and buzzer PINs are defined.

1 #define Buzzer 10
2 #define MQ2 A0
3 #define flame D0
4 #define PIR D3
5 #define trig D5
6 #define echo D6
7 #define relay1 D7
8 #define relay2 D8
 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 29/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

In the setup function,

1 void setup() {
2 Serial.begin(9600);//The serial monitor is begin
3 //The LCD display is initialize
4 lcd.init();
5 lcd.backlight();
6 //sensors and relays pins are set as input and output pins
7 pinMode(Buzzer, OUTPUT);
8 pinMode(flame, INPUT);
9 pinMode(PIR, INPUT);
10 pinMode(trig, OUTPUT);
11 pinMode(echo, INPUT);
12 pinMode(relay1, OUTPUT);
13 pinMode(relay2, OUTPUT);
14 //The relays are turns off
15 digitalWrite(relay1, HIGH);
16 digitalWrite(relay2, HIGH);
17 //Blynk and DHT11 libraries are begin
18 Blynk.begin(auth, ssid, pass);
19 dht.begin();
20 //Main functions are called. These functions are described below
21 timer.setInterval(100L, gassensor);
22 timer.setInterval(100L, DHT11sensor);
23 timer.setInterval(100L, flamesensor);
24 timer.setInterval(100L, pirsensor);
25 timer.setInterval(100L, ultrasonic);
26 }

MQ2 sensor function,

1 void gassensor() {
2 //Gets the sensor values
3 int value = analogRead(MQ2);
4 Serial.println(value);
5 //This analog value is converted from 0 to 100
6 value = map(value, 0, 1024, 0, 100);
7 //This value is checked using the IF condition
8 if (value <= 35) {
9 digitalWrite(Buzzer, LOW);
10 } else if (value > 35) {
11 Blynk.notify("Warning! Gas leak detected");
12 digitalWrite(Buzzer, HIGH);
13 }
14 //This value is sent to the Blynk app
15 Blynk.virtualWrite(V1, value);
16 //This value is printed on the LCD
17 lcd.setCursor(9, 0);  x
18 lcd.print("G :");
19 lcd.print(value);
20
https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 30/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

21 lcd.print(" ");
}

DHT11 sensor function,

1 void DHT11sensor() {
2 //Gets the sensor values
3 float h = dht.readHumidity();
4 float t = dht.readTemperature();
5 //DHT11 sensor status checked
6 if (isnan(h) || isnan(t)) {
7 Serial.println("Failed to read from DHT sensor!");
8 return;
9 }
10 //These values are sent to the Blynk app
11 Blynk.virtualWrite(V2, t);
12 Blynk.virtualWrite(V3, h);
13 //These values are printed on the LCD
14 lcd.setCursor(0, 0);
15 lcd.print("T :");
16 lcd.print(t);
17
18 lcd.setCursor(0, 1);
19 lcd.print("H :");
20 lcd.print(h);
21 }

Flame sensor function,

1 void flamesensor() {
2 //Gets the sensor values
3 bool value = digitalRead(flame );
4 //These values are checked using the IF condition
5 if (value == 1) {
6 digitalWrite(Buzzer, LOW);
7 } else if (value == 0) {
8 Blynk.notify("Warning! Fire was detected");
9 digitalWrite(Buzzer, HIGH);
10 }
11 }

PIR sensor function,

1 void pirsensor() {
2 //Gets the sensor values
3 bool value = digitalRead(PIR);
4 //These values are checked using the IF condition
5 if (pirbutton == 1) {
6 if (value == 0) {
7 digitalWrite(Buzzer, LOW);
8 } else if (value == 1) {
9 Blynk.notify("Warning! Please check your security system");
10 digitalWrite(Buzzer, HIGH);  x
11 }
12
13
https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 31/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby
13
}
}

Ultrasonic sensor function,

1 void ultrasonic() {
2 //Gets the distance from the ultrasonic sensor
3 digitalWrite(trig, LOW);
4 delayMicroseconds(4);
5 digitalWrite(trig, HIGH);
6 delayMicroseconds(10);
7 digitalWrite(trig, LOW);
8 long t = pulseIn(echo, HIGH);
9 long cm = t / 29 / 2;
10 //These values are sent to the Blynk app
11 Blynk.virtualWrite(V4, cm);
12 //These values are printed on the LCD
13 lcd.setCursor(9, 1);
14 lcd.print("W :");
15 lcd.print(cm);
16 lcd.print(" ");
17 }

In the loop function, the Blynk app is run.

1 void loop() {
2 Blynk.run();
3 timer.run();
4 }

Step 5

Now, select board and port. After, upload this code to the Nodemcu board.

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 32/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Step 6

Lastly, run the Blynk app interface and enjoy this project. The full video guide is given below. So, we will meet in the next
tutorial.

How to make a full home automation system with Nodemcu esp8266 and Blynk app

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 33/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

IOT based home automation using Nodemcu | Step by step instructions [ESP8266 project]

← Previous Post Next Post →

Related Posts

Introduction to Arduino and Arduino IDE Configuration – Step by step instructions

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 34/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

How to make an led light up and blink using Arduino

How to make a knight rider LED chaser (part i)

1 thought on “How to make a full home automation system with Nodemcu esp8266 and Blynk app”

x
AILTONMK 
JUNE 24, 2022 AT 8:51 AM

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 35/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

congratulations!! your projects are very good, when you have new ones send them to me I will be very grateful

Reply

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

Type here..

Name*

Email*

Website

Save my name, email, and website in this browser for the next time I comment.

I'm not a robot


reCAPTCHA

Post Comment »

Search

Search

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 36/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

report this ad

Home

Arduino

Arduino Tutorials

Arduino Projects

IoT

Nodemcu ESP8266

ESP32

Electronic

Simple DIY Toys

Raspberry Pi

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 37/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Products

High-Quality 16x2 LCD Display | Free guide with box


sssss
$5.99

Solderless PCB Breadboard | Mini Universal Test Protoboard


sssss
$4.99

Arduino Compatible R3 ATmega328P | Arduino UNO board SMD With Cable


sssss
$12.99

4x4 Membrane Switch Keypad


sssss
$2.99

Wheel For Smart Robot Car


sssss
$3.99

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 38/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Arduino obstacle avoiding + voice control + Bluetooth control Robot | DIY Arduino Robot

GenSwin
Halloween...
$14.99

Shop now

ELEGOO UNO
R3 Project...
$79.99

Shop now

Create it step by step

SriTu Hobby

 x
Create your dream electronic hobby project step by step with SriTu Hobby - the world's No. 1 hobby electronic website. Get
access to tutorials, and products for beginners and experienced hobbyists

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 39/40
3/27/23, 9:52 PM How to make a full home automation system with Nodemcu esp8266 and Blynk app - SriTu Hobby

Links

Privacy Policy
Disclaimer
Terms And Conditions
Contact Us
Refund and Returns Policy
Shipping

Read

Read
Arduino
Arduino Tutorials
Arduino Projects
IoT
Nodemcu ESP8266
ESP32
Raspberry Pi
Electronic

Buy

Development Boards
Displays
Modules
Motors
Related components
Semiconductors
Sensors

Copyright © 2020 - 2023 SriTu Hobby. All rights reserved

 x

https://srituhobby.com/how-to-make-a-full-home-automation-system-with-nodemcu-esp8266-and-blynk-app/ 40/40

You might also like