DHT11 Sensor Data to New Blynk2.0 using BlynkEdgent Method- Fetch the Humidity & Temperature Values

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 97

  • @Shyam_RSV
    @Shyam_RSV 3 года назад +2

    Great 💥 💥 💥
    Do more videos with blynk 2.0

    • @SMEDehradun
      @SMEDehradun  3 года назад +1

      @SATHYASHYAM R ya we are working on it.

  • @basithv
    @basithv Год назад +1

    Nice explanation. Great

  • @SilversSeVen
    @SilversSeVen 3 года назад +3

    the video is very detailed and easy to understand, I hope the next video you can do a DHT11 application project, such as automatic watering, ... I look forward to learning from you about this new blynk

    • @SMEDehradun
      @SMEDehradun  3 года назад +1

      @Nu Nu We will shortly try to make it on blynk2.0 #blynk2

    • @SilversSeVen
      @SilversSeVen 3 года назад +1

      @@SMEDehradun I wait for you in the next video 😁

    • @SMEDehradun
      @SMEDehradun  3 года назад

      @@SilversSeVen Working on that.

  • @Bilalelsoussi
    @Bilalelsoussi Год назад +1

    awesome! so many thanks for your detailed step by step explanations... it works perfectly fine

  • @PrabinKumarDas001
    @PrabinKumarDas001 3 года назад +2

    Very informative video 👏

  • @GodaseRohitMallappa
    @GodaseRohitMallappa 2 года назад +1

    Thank u sir helping us 😄🙂

  • @dv7823
    @dv7823 3 года назад +2

    Hindi me bhi video bnaiye.....
    Btw informative video sir🔥

    • @SMEDehradun
      @SMEDehradun  3 года назад

      @Fxs Fgtrf We will soon start working in Hindi.

  • @mohammadfaiz-b5q
    @mohammadfaiz-b5q Год назад +1

    Hi there,
    I am doing a similar project however I faced this errpr, #error "Please specify your BLYNK_TEMPLATE_ID and BLYNK_DEVICE_NAME". I have changed the ID and name to what's found in the dashboard and yet face this error. Some help please. I've viewed your video on how to solve and fix the error but it still persist.

    • @SMEDehradun
      @SMEDehradun  Год назад

      Hi,
      This errors shows the non definition of blynk Credentials.
      Plz watch the video properly and follow all the steps.
      You can also connect your board to blynk with alternate method. Below link will help you-
      ruclips.net/video/c5u6-Th1sI4/видео.html

  • @potcharawongyai11
    @potcharawongyai11 Год назад +1

    Not sure why I keep getting the warning for "DEBUG_PRINT" being redefined when I include the DHT library. Anyone with the same issue? Do I just ignore it?

    • @SMEDehradun
      @SMEDehradun  Год назад +1

      Check If there is another DHT library installed in Arduino ide.

  • @thrrisveetakaurgill2377
    @thrrisveetakaurgill2377 2 года назад +1

    Error compiling for board NodeMCU 1.0 (ESP-12E Module).

    IM GETTING THIS ERROR, HOW TO SOLVE

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Sorry for the delay.
      It may due to header files. So compile with header files.
      & blynk library must be installed to Arduino ide.

  • @mohamadaimanbinabdaziz6113
    @mohamadaimanbinabdaziz6113 Год назад +1

    My device works perfect but it doesnt show any number on the blynk app, need help

    • @SMEDehradun
      @SMEDehradun  Год назад

      Have you connect your board to blynk using blynk IoT app?

  • @alimarowah2734
    @alimarowah2734 2 года назад +1

    BlynkEdgent.h : no such file or directory ,what should I do now?

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Select the proper board & new blynk library must be installed for it.

  • @bhavanabhavana9958
    @bhavanabhavana9958 2 года назад +1

    Sir, How to connect adxl335 sensor to blynk using ESP8266 for monitor the vibration??

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Hi Bhavna,
      Go through this video, it will help you to calibrate the accelerometer.
      If still getting any problem, comment back, we will help you.
      ruclips.net/video/UxHglxqVFg0/видео.html

    • @bhavanabhavana9958
      @bhavanabhavana9958 2 года назад +1

      Sir, But I want code for adxl335 sensor connected with esp8266 same as what you explained for dth sensor in this vedio.

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Ok. I will help you. Plz contact me at my WhatsApp No at 9927715123.
      & don’t forget to subscribe.

  • @ManpreetSingh-vq1py
    @ManpreetSingh-vq1py 2 года назад +1

    I am unable to connect to nodemcu when i click on Ready button on App

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Ok. It may be due to some issue with your board. See this vides, it will resolve your problem.
      ruclips.net/video/EPhY_hDozeo/видео.html

  • @JOHNSMITH-ug2mt
    @JOHNSMITH-ug2mt Год назад +1

    I've watched ALOT of video's controlling LED's, servo's, etc. but I haven't seen any regardinging alerts or alarms. I've watched some video's about reading Temp. and Humidity...but those are analog inputs, not digital inputs. I want to know when something turns on and/or off.

    • @SMEDehradun
      @SMEDehradun  Год назад

      Hi,
      If you want to get notification while any event happens, then this video can help you.
      ruclips.net/video/T8vPXUrAfco/видео.html
      And if you want to use virtual led or virtual lcd the below video can help you.
      ruclips.net/video/NA4KGpqvU-o/видео.html

  • @kasimbasaragi8898
    @kasimbasaragi8898 2 года назад +1

    I am facing error like --> "blynk/blynk console.h: no such file or directory error" please help

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Hello Kasim,
      Your programming code needs a header files inside the folder.
      Check my video to fix the errors for blynk IoT.
      ruclips.net/video/EPhY_hDozeo/видео.html

  • @irshadalfaqih
    @irshadalfaqih 3 года назад +3

    Can you make a video tutorial on creating notifications in the new blynk app? I really need that

    • @SMEDehradun
      @SMEDehradun  3 года назад +1

      @Irshad Al Faqih what kind of notification you want in Blynk?

    • @SMEDehradun
      @SMEDehradun  3 года назад +1

      Explain so that we can proceed for that

    • @irshadalfaqih
      @irshadalfaqih 3 года назад +1

      @@SMEDehradun
      Displays notifications when any sensor detects. I used to use the blynk(legacy) but I can still use the notification widget, now I don't know how to show notifications on the new blynk

    • @SMEDehradun
      @SMEDehradun  3 года назад

      @@irshadalfaqih k. We will look on it & Update you shortly

    • @irshadalfaqih
      @irshadalfaqih 3 года назад

      @@SMEDehradun thank you

  • @Sudesh_Wickramasooriya
    @Sudesh_Wickramasooriya Год назад +1

    My one is showing connecting always in serial monotor why?

    • @SMEDehradun
      @SMEDehradun  Год назад

      Because board is not getting the wifi

    • @Sudesh_Wickramasooriya
      @Sudesh_Wickramasooriya Год назад +1

      No board is connected but not conecting to cloud

    • @SMEDehradun
      @SMEDehradun  Год назад

      Your board is not connected to wifi that’s why.
      You can also send DHT sensor data to blynk cloud with alternate Method. Below video will guide you how?
      ruclips.net/video/c5u6-Th1sI4/видео.html

  • @agamfarm2687
    @agamfarm2687 3 года назад +1

    how to connect DHT11 to ESP32 blynk 2.0 ??? from indonesia

    • @SMEDehradun
      @SMEDehradun  3 года назад

      @Agam Farm ESP32 quite different from NodeMCU. You need to select the esp32 in blynk template & also change the pin accordingly in program.

    • @SMEDehradun
      @SMEDehradun  3 года назад

      Also install the esp32 board Arduino ide. If you can use nodeMCU. It’s working with this code

    • @agamfarm2687
      @agamfarm2687 3 года назад +1

      @@SMEDehradun do you have the code for ESP32 blynk 2.0 ??

    • @SMEDehradun
      @SMEDehradun  3 года назад

      @@agamfarm2687 for ESP32, right now code is not available. But soon we will make a video on it.

  • @arunetikala6817
    @arunetikala6817 2 года назад +1

    Sir will this work with mobile data or only with wifi ?

    • @SMEDehradun
      @SMEDehradun  2 года назад

      @Arun Etikala
      It will work with only wifi.

  • @yohanssb
    @yohanssb 2 года назад +1

    Hello sir, can you make it with ds18b20 sensors? that will be very helpful

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Yes. I have already made a video on it. You can see the video tutorials TDS sensor based Safe Water Quality Meter with Blynk2.0-
      ruclips.net/video/L0HqU-NiGgw/видео.html

  • @diequir
    @diequir 3 года назад +1

    Buenas tardes, quiero mostrar temperatura de un sensor Dallas 18B20, pero no encuentro el codigo, le agradeceria mucho su colaboracion.

    • @SMEDehradun
      @SMEDehradun  3 года назад

      @Diego Quintero
      Write your question in English.

    • @carlos55003223fcs
      @carlos55003223fcs 2 года назад +1

      @@SMEDehradun He need a code with the DS18B20 sensor,

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Code is available in the video description

  • @shubhammakwana3736
    @shubhammakwana3736 2 года назад +1

    fatal error: Preferences.h: No such file or directory
    How to solve this type of error.?

    • @SMEDehradun
      @SMEDehradun  2 года назад

      @Shubham Makwana check the blynk library you have installed. Also select the proper NodeMCU board.

    • @donatojeremyp.942
      @donatojeremyp.942 2 года назад +1

      @@SMEDehradun mine as well. all library i already installed and inputed on the library

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Yes but there are 2 library in your Arduino.
      You need to delete old blynk library.

  • @juliantarcaya1666
    @juliantarcaya1666 3 года назад +2

    now with an ultrasonic sensor please!!

    • @SMEDehradun
      @SMEDehradun  3 года назад

      @Julian Tarcaya
      Sure, will work on it soon.

  • @ponnalasandeep5389
    @ponnalasandeep5389 3 года назад +1

    Please make a video on manual and internet controlled home automation with blynk 2.0app

  • @norazura8571
    @norazura8571 2 года назад +1

    sir, can you make video about solar energy monitoring system using blynk 2.0

    • @SMEDehradun
      @SMEDehradun  2 года назад +1

      Ya sure. We will try to make video on it. We have already done solar monitoring on it, not in Blynk2.0. We will do it soon on Blynk2.0 and then post to our channel. Stay tuned.

    • @norazura8571
      @norazura8571 2 года назад +1

      @@SMEDehradun wow sir thank you where can i watch solar monitoring sir?

    • @SMEDehradun
      @SMEDehradun  2 года назад +1

      ruclips.net/video/NLO38pKzTCE/видео.html
      This is link for solar panel monitoring. But this is solar panel data logger with RTC, that will send the data including voltage & current of solar panel including temperature & moisture with date & time to Thingspeak cloud

    • @SMEDehradun
      @SMEDehradun  2 года назад +1

      We also use lux sensor to measure the light intensity.

    • @norazura8571
      @norazura8571 2 года назад +1

      @@SMEDehradun wow, thank you sir. i will waiting your update on your next video about solar monitoring using blynk 2.0 thank you sir

  • @RajaSimman25
    @RajaSimman25 2 года назад +1

    smart door lock using esp32 and blynk make an video

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Hi,
      It’s so simple. If you want to make it with solenoid lock, then you can operate it like operating any bulb.
      You can take the help from this video
      ruclips.net/video/Hlv5q2jVn5Q/видео.html
      For any query, comment below 👇

  • @JOHNSMITH-ug2mt
    @JOHNSMITH-ug2mt Год назад +1

    Could you do a video With just using a simple Switch (Digital Input)?

    • @SMEDehradun
      @SMEDehradun  Год назад

      Hi JOHN SMITH,
      If you want to control digital input using Blynk, then this video can help you-
      ruclips.net/video/SrkK5ANsDDM/видео.html

    • @JOHNSMITH-ug2mt
      @JOHNSMITH-ug2mt Год назад +1

      @@SMEDehradun This is controlling a Digital Output. I just want to be visually alerted when a digital input Changes state. I guess it's in the coding.

    • @SMEDehradun
      @SMEDehradun  Год назад

      K so you want to indicate the input state in virtual led ?

    • @JOHNSMITH-ug2mt
      @JOHNSMITH-ug2mt Год назад +1

      @@SMEDehradun yes

    • @SMEDehradun
      @SMEDehradun  Год назад

      K. I have used a virtual led in below video. Take the reference from it.
      ruclips.net/video/mLzEb_1i9UQ/видео.html

  • @bloggertetouani3108
    @bloggertetouani3108 2 года назад +1

    The code does not work for me, I need help🥺🥺😩😩😩😩🥺

    • @SMEDehradun
      @SMEDehradun  2 года назад

      Will you write your problem you got in this code?

  • @phnix5661
    @phnix5661 2 года назад +2

    bro please make one on plant monitoring using blync2.0

  • @ponnalasandeep5389
    @ponnalasandeep5389 3 года назад +2

    How to contact u ????

    • @SMEDehradun
      @SMEDehradun  3 года назад +1

      @Sandeep Sandy you can comment here, we will try to solve your issues.