DHT11 connection and libraries
The DHT11 is a basic temperature and humidity sensor that outputs digital readings. It costs almost nothing and works out of the box with Arduino, but the library setup needs to be done correctly or you get garbage data. TL;DR: Connect a DHT11 sensor to an Arduino and read temperature and humidity using the DHT … Read more