Bonus Project: Home Automation Project

Bonus Project: Home Automation Project

Overview

Utilize all the projects that incorporate all the previous projects we have using ESP8266 through Blynk.

 

 

Required components

In this tutorial, these are required components:


Circuit Diagram

 

 

Blynk setup

1. Create a New Template.

 

2. Create 5 datastreams for smoke, flame, temperature, humidity, and home LED.

 

 

 

 

 

3. For Web Dashboard, create:

  • 2 Label widget for Smoke and Flame
  • 2 Gauge widget for Temperature and Humidity
  • 1 Switch widget for Home LED

4. Create a new device and take note of the Blynk credentials.

 

 

Code

1. Copy and paste the code below into Arduino IDE software.

 

2. Similar to the previous project, replace the Blynk and WiFi credentials.

 

Hardware Components