ESP32 Tutorial - DHT11/DHT22 (Temperature and Humidity Sensor)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

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

  • @random_guy_whith_random_name
    @random_guy_whith_random_name ปีที่แล้ว +6

    Much better than my teacher, she asks us for projects in a short time and then leaves for a week without teaching us anything and expects us to know everything.
    You made it look so easy that I wonder how hard it was for him to explain it to us anyway.

  • @2race66
    @2race66 11 หลายเดือนก่อน +23

    #include
    DHT dht(26, DHT11);
    void setup() {
    dht.begin();
    delay(2000);
    Serial.begin(115200);
    }
    void loop() {
    float temp = dht.readTemperature();
    float humidity = dht.readHumidity();
    Serial.print("Temp: ");
    Serial.print(temp);
    Serial.print(" C ");
    Serial.print("Humidity: ");
    Serial.print(humidity);
    Serial.println(" % ");
    delay(2000);
    }

  • @EnjoyMechatronics
    @EnjoyMechatronics  2 ปีที่แล้ว +1

    ♥ Don't Click This! : bit.ly/3jvI8g6

  • @yahyamedani3915
    @yahyamedani3915 ปีที่แล้ว +9

    Great video!! Helped me pass my prostate exam

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

    looks and sound simple to understand.
    thanks!

  • @aXfranXa
    @aXfranXa 7 หลายเดือนก่อน +4

    92% of humidity? xD great video!

  • @brunofrancosentis5148
    @brunofrancosentis5148 ปีที่แล้ว +1

    Excellent, finally a good tutorial about this. Thanks.

  • @glen4cindy
    @glen4cindy ปีที่แล้ว +1

    This is an awesome tutorial. I see you are not using a resistor on your signal pin. I have one of these working successfully with an ESP32 but when I tried using an ESP32-S2 it acts just like it's not present. I'm using a resistor on the signal pin.

  • @cabinfeverjack1925
    @cabinfeverjack1925 ปีที่แล้ว +2

    Very simple and well explained, Thank You

  • @sreeramramesh4634
    @sreeramramesh4634 6 หลายเดือนก่อน +1

    Hro what app are u using to show dht11 commected to esp32?

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

    In which app we should run the code

  • @irfanudinnoranwar3944
    @irfanudinnoranwar3944 6 หลายเดือนก่อน +1

    i used dht 22 and managed to get the reading for my three sensor. But the last dht22 gave me nan celsius and ann humidity. How to solve this?

  • @fjz613
    @fjz613 ปีที่แล้ว +1

    Can you use shtc3?

  • @naodtesfalem6758
    @naodtesfalem6758 ปีที่แล้ว

    well explained, kudos!!

  • @SAIRETANIMS
    @SAIRETANIMS ปีที่แล้ว +2

    Hello, thank you for video, but you don't show how to install driver for ESP32 and how you installed ESP32 in 'Broad Manager'

    • @EnjoyMechatronics
      @EnjoyMechatronics  ปีที่แล้ว +2

      We've talked about that in this guide
      th-cam.com/video/aLEKiGNfHZw/w-d-xo.html

    • @SAIRETANIMS
      @SAIRETANIMS ปีที่แล้ว

      @@EnjoyMechatronics ty

  • @luisfelipeonellipini9124
    @luisfelipeonellipini9124 ปีที่แล้ว +1

    Hi, someone knows what is the maximum area i can use this sensor?

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

    I'll try using your video, as I have an ESP32 S3 board and an INA219 current sensor and using PlatformIO in VSCode and I can't see the current values. It only says `Talk is running`, which means it is reading, executing but the current values do not appear on the terminal. If you can give me a tip I would appreciate it! Or if I had a video from someone even better?

  • @victorvanderpol504
    @victorvanderpol504 13 วันที่ผ่านมา

    I have problems with the esp32 WiFi cutting out. I’ve read a comment somewhere that this is a common problem with the DHT11/22

  • @deoboligao5971
    @deoboligao5971 ปีที่แล้ว +1

    Hi, can you use mq2 sensor?

    • @EnjoyMechatronics
      @EnjoyMechatronics  ปีที่แล้ว +1

      Of course
      th-cam.com/video/oJa-Bnvni3Q/w-d-xo.html

  • @renatorodriguezjr3537
    @renatorodriguezjr3537 ปีที่แล้ว +1

    Can I download the results?

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

    Hello, Thank you for your video
    i am looking for the circuit which can operate motor on/off with humidity and temperature sensor
    Please help me

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

    Can anyone Send me the code

  • @sanabouhaha6637
    @sanabouhaha6637 ปีที่แล้ว +1

    hello, when i compile it says failed uploading. i pressed the boot button and the enable one but still the same problem.
    what can i do please?

    • @A.n.o.n.y.m.o.u.s_Creator
      @A.n.o.n.y.m.o.u.s_Creator ปีที่แล้ว

      You are 100% sure you didn't make a mistake in the code? Try pressing verify for compiler to check if the code is "doable" for your board. Of course it may not support all exceptions but it usually helps to notice a missing comma or dot. If it does compile you should make sure you have the exact board. For example just by looks Esp32 and Esp8266 look simmilar (build almost the same way, usually on the board type, and both cores are shielded) but are different inside.

  • @floura_san5318
    @floura_san5318 8 หลายเดือนก่อน +1

    جزاك الله كل خير 🥰🥰🥰🥰

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

    deben instalar una libreria mas aparte de la que mencionan en el video la libreria es :Adafruit Unified Sensor

  • @mounikap-s1d
    @mounikap-s1d 10 หลายเดือนก่อน +1

    Iam struggling for 1 week for my temp project still I cannot manage

  • @lizexi7115
    @lizexi7115 ปีที่แล้ว +1

    why do i keep getting nan? i have arduino nano iot 33

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

    i need that project how much it cost

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

      The ESP32 is pretty affordable, and the DHT11/22 sensor is cheap too!

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

    THE BEST!!

  • @susmitadey9816
    @susmitadey9816 11 หลายเดือนก่อน +9

    Why my output is like this?
    o/p:
    TEMP: nan C
    Humidity: nan%
    Please help me out.

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

      Same problem with me

    • @winstonacousticstudio445
      @winstonacousticstudio445 10 หลายเดือนก่อน +1

      Calibrate ?

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

      It is because your dht is not properly connected or it is not working

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

      Check the pins

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

      Same

  • @anyajoshi1069
    @anyajoshi1069 ปีที่แล้ว

    is this esp32 s2??

  • @ShivakotiManish
    @ShivakotiManish 2 หลายเดือนก่อน +1

    Can i get the code

  • @alaricshiran9189
    @alaricshiran9189 ปีที่แล้ว +1

    why am i get nanC as a result

  • @janaugustmagallanes1487
    @janaugustmagallanes1487 3 หลายเดือนก่อน +1

    code pls

  • @ArmanManyata
    @ArmanManyata 6 หลายเดือนก่อน +1

    thanks a lot

  • @onelineurdu9483
    @onelineurdu9483 ปีที่แล้ว +1

    Osam its work 100% thanks bro

  • @leadomingo4567
    @leadomingo4567 7 หลายเดือนก่อน +1

    Send code

  • @HansGeorgHorzella
    @HansGeorgHorzella ปีที่แล้ว

    super

  • @hugocarloshuizaquinto3619
    @hugocarloshuizaquinto3619 ปีที่แล้ว +1

    HAY CODIGO HAY LIKE