Week 7

(15/03/2021 - 19/03/2021)

Activity :

1. Prepare the Blynk Application for Notification System

Objective :

1. To prepare the Blynk Application for Notification System


Content / Procedure :

This week, I started working on preparing the Blynk Application for Notification System. I am using the same coding I'm using to test the ESP8266 but need to change the auth token code that has been sent to the email and add some coding to connect with Arduino Nano.

Connection Diagram :

The connection diagram is simple. Follow the diagram below

Arduino NANO        IR Sensor

        VIn                -            VCC
        GND             -            GND
         A1                -              D0

Arduino NANO        NodeMCU ESP8266

        VIn                -            VCC
        GND             -            GND
         D8                -              D5
         D9                -              D6

Arduino IDE Setup :

In order to upload the code in ESP32-Cam, I have to install the ESP32 board first.

Blynk App Setup :






 


Conclusion :

This week's objective is achieved.

Comments