Raspberry Pi Pico W LESSON 20: Using the DHT11 Temperature and Humidity Sensor in MicroPython

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • UPDATE: If you guys are getting errors with this lesson, try putting a second or two delay AFTER creating the sensor object:
    sensor=DHT11(myPin)
    time.sleep(2)
    Hope that helps.
    You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming:
    / paulmcwhorter
    In this class we will be using the Sunfounder Raspberry Pi Pico W Keppler Kit. It will make things a lot easier if we are working on identical hardware. the link below is to amazon, and is for the identical hardware I will be using in this entire class.
    amzn.to/3ubMRs1
    In this introductory video, I will show you how to use the DHT11 sensor to ready the temperature and humidity. We will implement the project using micropython. Enjoy!
    [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. ]
    #raspberrypipicoW
    #dht11
    #micropython

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