Tired of condensation wrecking your shed tools or greenhouse gear? I built a no-frills ESP32 + DHT22 node that wakes every 15 minutes, grabs temp/humidity data, beams it over Wi-Fi, and sleeps—running ...
DHT11 and DHT22 are two popular sensors among microcontroller users, especially the cheap DHT11s. DHT22s cost more but have better data resolution. My codes are based on MonadnockSystems/pxt-dht11 but ...
The DHT22 is a temperature and relative humidity sensor. It has a digital converter on board, which communicates with the Raspberry Pi via a 1-wire interface. The sensor requires a 3.3V power supply, ...