Introduction: Google Assistant|Home Automation Iot Using Esp8266

About: I make diy and electronics based projects.

In this instructables I will show you google assistant controlled home automation.

Step 1:

Step:1 - download and setup blynk app
Step:2 - settings up arduino ide and blynk libraries
Step:3 - configure ifttt
Step:4 - hardware assembly

Step 2: For More Details Watch This Video

Step 3: Setup Blynk App

*First download blynk app from playstore. Then sign in using your email address.
*Tap on new project
*name your project. Choose device.connection type as wifi. Then create.
*open widget box and tap button
*Tap on button. Give a name. Select your output pin and select switch.

Step 4: Arduino Ide

*open arduino ide and select your board here iam using esp12f.
*then go to tools>manage libraries and install blynk library
*select port and upload this code
You can get Auth token in your blynk app

Step 5: Ifttt

*go to ifttt.com
*sign in
*Tap on create and click this
*search for Google assistant
*click simple pharse
*type what you want to say and the response from Google assistant
*click that
*search for webhooks
*type https:// 188.166.206.43/your Auth token/update/output pin in URL box
*select PUT in method
*select application./json in content type
*for Turning on ["1"] for Turning off ["0"]
in body

Step 6: Hardware Assembly

I use esp12f for this project.and lm317 for 3.3v supply for esp. 4 relay used.