This is an Arduino library for the DHT series of low cost temperature/humidity sensors. Tutorial: https://learn.adafruit.com/dht To download. click the DOWNLOADS ...
#include "DHT.h" #define DHTPIN 2 // Digital pin connected to the DHT sensor #define DHTTYPE DHT11 // DHT 11 //General Syntax: DHT dht(pin, sensor_number); DHT dht ...
In this arduino based project, we are going to build a temperature-controlled fan using Arduino. With this circuit, we will be able to adjust the fan speed in our home or office according to the room ...