DHT22

Basic tutorial of how to setup an DHT22 Temperature and Humidity sensor with the Raspberry Pi. DHT22 Specifications: https://cdn-shop.adafruit.com/datasheets/Digital+humidity+and+temperature+sensor+AM2302.pdf PARTS: CanaKit Raspberry Pi 4 4GB Starter Kit – https://amzn.to/2Jrlbfj DHT22 Breakout Board – https://amzn.to/2LraGtj   SCHEMATIC: RPI  |  DHT22 3.3V <–> + GPIO4 <–> OUT GND <–> – SETUP: 1. Install DHT22 Library sudo pip3 install … Read moreDHT22