Raspberry Pi Pico DHT11 DHT22 Arduino

Temperature and Humidity

In this Arduino Tutorial we will learn how the DHT11 Sensor works and how to use it with the Raspberry Pi Pico Board. You can watch the following video or read the written tutorial below.
The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure the surrounding air, and spits out a digital signal on the data pin (no analog input pins needed). Its fairly simple to use, but requires careful timing to grab data. The only real downside of this sensor is you can only get new data from it once every 2 seconds, so when using our library, sensor readings can be up to 2 seconds old.
  • VCC - 3.3V
  • GND - GND
  • Data  - GP28

Schema
 

Library

Getting started with Raspberry Pi PICO Arduino IDE Support - Official & How to install : https://youtu.be/KiM6-Hmxf3s