DHT 22 (Raspberry Pi)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.ย. 2024
  • Official Write-up: www.piddlerint...
    DHT22 Specifications: cdn-shop.adafr...
    Required Parts:
    CanaKit Raspberry Pi 4 4GB Starter Kit - amzn.to/2Jrlbfj
    DHT22 Breakout Board - amzn.to/2LraGtj
    Adafruit_CircuitPython_DHT github: github.com/ada...
    Donate to the Channel:
    / piddlerintheroot

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

  • @SciHeartJourney
    @SciHeartJourney 3 ปีที่แล้ว +3

    Thank you for this video. I just bought that exact board you show, but in the other tutorials I've seen it mentions that 10K resistor. I didn't realize it was on the board and ready to go! I don't have to search through my box of parts for a through-hole part I'm not sure I even have anymore.

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

    Hi and thanks a million for this tutorial - works perfectly! I followed the instructions on an RPI3B, runs just fine. Keep on the great work!!!!!

  • @justfreddy8010
    @justfreddy8010 2 ปีที่แล้ว

    I followed your tutorial and it worked great.... Thank you for doing this....... Just need to figure out how to get remote access to the temps. Great job....!!!!

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

    Great video -- the other videos I found all were running theirs through a breadboard. Which might make sense to people familiar with electronics but in a practical sense, why would you have a temperature sensor hooked up through a breadboard? These are supposed to be discreet setups for monitoring temperature/humidity. Mine is going to our barn so we can monitor the temperature for our animals. It's a headless setup, I just login via ssh from the house and I can check on how warm it is out there. -- Keep it up, straight forward tutorial, not overkill and applicable to the real life user.

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

    great job!!, did you try to send data to azure iot hub? i am looking for that step as well, thanks!

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

    Have you tried the adafruit cricket hat for robotics? Love these videos. Thank you.

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

    Nice. Try making a video with the D18S20!

  • @billloveless6869
    @billloveless6869 2 ปีที่แล้ว

    Your code didn't work on my sensor. Why? I made the mistake of ASSUMING that it was a DHT22. It was not, it was a DHT11!! NOW EVERYTHING IS WORKING GREAT! THANKS FOR THE INFO! Check your sensor to ensure that your using the code for that sensor.

  • @aawu9690
    @aawu9690 3 ปีที่แล้ว

    sorry, why am i always getting 0 and 0 from the sensor?? thank you!

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

    much thanks for this video. its good and understandable without breadboard. If you can, can you please explain if the direct connection to the Pi has any adverse effects? like burnout or something? (I had a fan removed to accommodate the sensor.).

    • @chadmckean9026
      @chadmckean9026 2 ปีที่แล้ว

      this is a pull up resistor, it is there to make data readable without trying to deal with quantum physics, the resistor can be anywhere from 4.7K to 10K Ohms, we do not use the internal pull up resistor in the pi as the value is outside of that
      the pre-made board also has a capacitor (100uf) to stabilize voltage at the sensor, depending on wire gauge/length and other loads on your 3.3v this may be unnecessary in a DIY solution

  • @thewalkingdead1215
    @thewalkingdead1215 3 ปีที่แล้ว

    How do you bring this data into python? For statistical analysis

  • @GuyA
    @GuyA 2 ปีที่แล้ว

    hey, thanks for the video, i have pi zero wifi and following your video i get only DHT sensor not found, check wiring no matter what i try .. any help ? thanks

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

      Same as you, did you find any fix for this? :)

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

      @@LouisAmiot no sir, just moved to arduino

  • @TheNoroLP
    @TheNoroLP 2 ปีที่แล้ว

    Works great, thank you!

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

    Too good content.
    Please make a video of NRF24l01 with raspberry Pi
    Please 🔥🔥🔥

  • @earth-theewut9484
    @earth-theewut9484 ปีที่แล้ว

    How do you save?

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

      (ctrl + x) then press Y then hit enter. that's saves auto before it exit the window. for manual save just press (ctrl + O).

  • @markstart00
    @markstart00 2 ปีที่แล้ว

    perfecto

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

    I'm pretty sure that every example about this on TH-cam is now out-of-date and no longer works.