Smart Home Automation with Blynk 2.0 IoT App and Web Dashboard: Latest method with ESP8266 and ESP32

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.พ. 2023
  • Creating a Smart Home with Blynk 2.0 IoT App and Web Dashboard: Step-by-Step Guide.
    Key Moments:
    Will updated soon.
    List of components:
    • 4 channel relay module
    • NodeMCU ESP8266 / ESP32 Wifi Module
    • 4 bulbs with holders
    • AC wire
    • 12V 2A Power supply or Adapter
    • Few connecting wires
    Important Links:
    Code for NodeMCU ESP8266: github.com/itsbhupendrasingh/...
    Code for ESP32: github.com/itsbhupendrasingh/...
    Factory Reset your ESP32 Board: • ESP32 Troubleshooting:...
    Factory Reset Your NodeMCU ESP8266 board: • NodeMCU ESP8266 Factor...
    Blynk cloud server: blynk.cloud/
    Link to download winzip: www.winzip.com/en/download/wi...
    Link to download WinRAR: www.win-rar.com/download.html...
    How to install ESP32 board in Arduino IDE: www.nuttyengineer.com/how-to-...
    How to install NodeMCU ESP8266 board in Arduino IDE: www.nuttyengineer.com/nuttyfi...
    Home Automation with new Blynk using BlynkEdgent Method: • Home Automation using ...
    Arduino IDE Software: www.arduino.cc/en/software
    NuttyFi Wifi Development board: www.nuttyengineer.com/product...
    Find Our Other Videos on TH-cam: / @smedehradun
    How to send DHT11 Sensor Data to Thingspeak server:
    • Real-time Monitoring o...
    How to Decode any RFID Card:
    • How to Decode RFID Car...
    Humidity & Temperature DHT11 with Raspberry Pi:
    • Raspberry Pi with DHT1...
    DHT11 Sensor with Raspberry pi using New Blynk2.0 IoT
    • Humidity and Temperatu...
    Multiple Servo Motor Control using New Blynk2.0
    • Control Multiple Servo...
    Gmail Alert & Notification with New Blynk2.0 IoT
    • Gmail Notifications an...
    ESP32 Factory Reset
    • ESP32 Troubleshooting:...
    NodeMCU ESP8266 Factory Reset
    • NodeMCU ESP8266 Factor...
    PH Sensor interfacing with New Blynk2.0
    • PH Sensor interfacing ...
    Distance measurement using Ultrasonic Sensor with New Blynk2.0
    • Distance measurement u...
    IoT Monitored Smart Plant with Water Pump Automation
    • IoT Monitored Smart Pl...
    Servo Motor Control using New Blynk2.0
    • Servo Motor Control us...
    Smart Dustbin with New Blynk2.0 IoT App
    • Smart Dustbin with New...
    TDS sensor based Safe Water Quality Meter with Mew Blynk2.0
    • TDS sensor based Safe ...
    DHT11 Sensor Data to New Blynk2.0
    • DHT11 Sensor Data to N...
    Home Automation using New Blynk 2.0
    • Home Automation using ...
    IoT Home Automation with Manual Switch Control Through New Blynk2.0 (Online & Offline Mode)
    • IoT Home Automation wi...
    LoRa Ra01 & Ra02 Interfacing with Customized Atmega328 Board
    • How to Interface LoRa ...
    LoRa Module Testing with Atmega328 Customized Board- SX1278 Long Range with Arduino Uno
    • LoRa Module Testing wi...
    LED Control with Arduino IoT Cloud
    • How to Start with Ardu...
    Contact link for Nutty Engineer Company: www.nuttyengineer.com/contact...
    Contact link for SME: www.smedehradun.com/contact/
    Join us at Social Platform: Github: github.com/itsbhupendrasingh
    Twitter: / itsbhupendra
    LinkedIn: / smedehradun
    Facebook: / schematicslab
    Instagram: / itsbhupendrasingh
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @vikaskumar-jp4fg
    @vikaskumar-jp4fg 11 หลายเดือนก่อน +1

    Nice sir very informative video for us👌👌👌👌👍

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

    Hello sir
    hope you fine .
    I want to inform you about codeing.
    I apply this code in my node mcu esp8266 v2 board.
    There is problem with on /off button .
    When I connect node mcu with 4 really chanel .
    It's continue on the really .
    And when I operate from my smart phone ( on state act off ) (off State Act on ).
    It's totally opposite.
    Sir tell me the solution .
    Thank you.....

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

      hi
      replace this in to your code and it will work for you
      BLYNK_WRITE(V0) {
      int val1 = param.asInt();
      if (val1 == 1) {
      digitalWrite(Device1, LOW);
      delay(10);
      }
      else {
      digitalWrite(Device1, HIGH);
      delay(10);
      }
      }
      BLYNK_WRITE(V1) {
      int val2 = param.asInt();
      if (val2 == 1) {
      digitalWrite(Device2, LOW);
      delay(10);
      }
      else {
      digitalWrite(Device2, HIGH);
      delay(10);
      }
      }
      BLYNK_WRITE(V2) {
      int val3 = param.asInt();
      if (val3 == 1) {
      digitalWrite(Device3, LOW);
      delay(10);
      }
      else {
      digitalWrite(Device3, HIGH);
      delay(10);
      }
      }
      BLYNK_WRITE(V3) {
      int val4 = param.asInt();
      if (val4 == 1) {
      digitalWrite(Device4, LOW);
      delay(10);
      }
      else {
      digitalWrite(Device4, HIGH);
      delay(10);
      }
      }

  • @cartoontelugu6890
    @cartoontelugu6890 11 หลายเดือนก่อน +1

    serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)
    Iam facing this error while uploading the code

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

      Check that you have selected the corrected com port?

  • @cartoontelugu6890
    @cartoontelugu6890 11 หลายเดือนก่อน +1

    Hy sir my device. Is showing
    Offline

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

      Change wifi name and password in the code.
      Wifi name & Password must be without special character.

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

      ​@@SMEDehradun yes sir I changed wifi name and password but still it showing offline 😢 can you please provide your instagram id then I will contact you sir