How to read DHT22 temperature + humidity on Raspberry Pi (Python)
Goal: get clean temperature + humidity readings from a DHT22 on a Raspberry Pi and log them to a CSV every 5 minutes for later graphing. Why the Pi is harder than an Arduino: the DHT22 has a strict ~50µs timing protocol. Arduino can bit-bang it deterministically because nothing…