How To Make Google Home
Code :-
/*
code started
Google Home
#define Relay1 = D0
#define Relay2 = D1
code created by technical ideas yt https://youtube.com/c/TechnicalidEas07
*/
#define BLYNK_PRINT Serial
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>
char auth[] = "YourAuthToken";
char ssid[] = "YourNetworkName";
char pass[] = "YourPassword";
void setup()
{
Serial.begin(9600);
Blynk.begin(auth, ssid, pass);
}
void loop()
{
Blynk.run();
}
Instagram id
Subscribe Now
Comments
Post a Comment