News

void loop () { delay (2000); // Wait for 2 seconds between measurements float humidity = dht.readHumidity (); // Read humidity value from sensor float temperatureC = dht.readTemperature (); // Read ...
This Arduino project uses the DHT11 temperature and humidity sensor to measure the ambient temperature and humidity in a room, and displays the values on a set of LEDs. The sketch reads the ...
The aim of this work is to implement an innovative Weather Monitoring system and real-time alert system sing IoT. Monitoring temperature (t) and humidity with a sample size of 10 values with g power ...