Saniya Mirzafadhl ur rahmanShafeeq AhamedParvez Riswan Mohamed
Published © GPL3+

Home Automation using Node MCU

A small project designed using Node MCU and Blynk app to enable using the Google Assistant to switch on/off home appliances.

BeginnerFull instructions provided1 hour1,852
Home Automation using Node MCU

Things used in this project

Story

Read more

Schematics

Home Automation using Google Assistant Video

Schematic Diagram

Code

Code to upload in NodeMCU

Arduino
#define BLYNK_PRINT Serial

#include<ESP8266WiFi.h>
#include<BlynkSimpleEsp8266.h>

char auth[] =

char ssid[] = 
char pass[] = 


void setup() {
  Serial.begin(9600);
  
  Blynk.begin(auth, ssid, pass);
}

void loop() {
  Blynk.run();

}

Credits

Saniya Mirza

Saniya Mirza

1 project • 4 followers
fadhl ur rahman

fadhl ur rahman

1 project • 5 followers
Shafeeq Ahamed

Shafeeq Ahamed

3 projects • 7 followers
Parvez Riswan Mohamed

Parvez Riswan Mohamed

1 project • 5 followers

Comments