Smart Door Notification Using ESP32 and Blynk IOT | Blynk IOT Projects

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ค. 2023
  • Smart Door Notification Using Blynk IOT | Blynk 2.0 Notification | ESP 32 | IOT Projects
    In this experiment we can see how to get the alert in Mobile and Email, if door is opened using Door Window Sensor and Blynk IOT.
    Required Components
    ==================
    1. ESP32
    2. Door Window Sensor
    3. Connecting Cable
    Components Link
    ===============
    1. ESP32 - www.electronicscomp.com/esp32...
    2. Door Window Sensor - robu.in/product/mc-38-wired-d...
    3. Connecting Wires
    Software Required
    ===============
    1. Arduino IDE - www.arduino.cc/en/main/software
    2. Programming Language - C Language
    Source Code
    ==========
    github.com/Tech-Trends-Shamee...
    Reference Video of Arduino/ESP8266/ESP 32 Projects
    ==================================================
    Blynk 2.0/Blynk IOT Projects
    • Control LED using Blyn...
    ESP8266/NodeMCU Projects
    • ESP8266 - Node MCU Pro...
    LCD Display Projects | Arduino
    • How to Display Text in...
    GSM SIM Module Projects
    • GSM SIM 800 C Caller I...
    DHT11 Temperature Sensor Projects
    • Weather Station | Temp...
    Arduino IOT Cloud Projects
    • Temperature and Humidi...
    OLED Display Projects
    • Temperature Display in...
    ESP32 Projects
    • ESP32 Temperature Web ...
    Music: www.bensound.com
    ♥ Facebook: / techtrendsshameer
    ♥ Instagram: / tech_trends_shameer
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 11

  • @sawroyl5052
    @sawroyl5052 8 หลายเดือนก่อน

    library for wifi.h not found which one to use?

  • @PrishaNithisha
    @PrishaNithisha 5 หลายเดือนก่อน

    The bell sound irritates while watching your video. Please avoid it. It seems like the people running Cenima channels. Anyway, thanks for your video.

  • @saveoclock544
    @saveoclock544 9 หลายเดือนก่อน +1

    very nice.

  • @erment55
    @erment55 5 หลายเดือนก่อน +1

    It only gives the door open warning. In addition to this if we want to receive the 'door closed' warning when the door closes again, what changes should we make?

    • @TechTrendsShameer
      @TechTrendsShameer  5 หลายเดือนก่อน

      if (isButtonPressed==1 && flag==0) {
      Serial.println("Someone Opened the door");
      Blynk.logEvent("security_alert","Someone opened the Door");
      digitalWrite(buzzer, HIGH);
      flag=1;
      }
      else if (isButtonPressed==0)
      {
      flag=0;
      Serial.println("Door Closed");
      Blynk.logEvent("security_alert","Door Closed");
      digitalWrite(buzzer, LOW);
      }
      please try this.

    • @erment55
      @erment55 5 หลายเดือนก่อน

      I will do that,thank you very much

    • @erment55
      @erment55 5 หลายเดือนก่อน

      yes it worked thanks a lot..@@TechTrendsShameer

    • @praharshhalpati4883
      @praharshhalpati4883 หลายเดือนก่อน

      Estimated cost ? If we don't have any material.

  • @Sinelizwi-il1gv
    @Sinelizwi-il1gv 4 หลายเดือนก่อน +1

    Please share the Code