This is a simple arduino project for a soil moisture sensor that will light up a LED at a certain moisture level. It uses Arduino Duemilanove microcontroller board. Two wires placed in the soil pot ...
This project demonstrates how to use a DHT11 humidity sensor with an Arduino Uno to measure the relative humidity in the environment. The sensor provides digital output that is read by the Arduino, ...
void loop() { delay(2000); // Wait for 2 seconds between measurements float humidity = dht.readHumidity(); // Read humidity value from sensor float temperatureC = dht.readTemperature(); // Read ...
If you are designing your own intelligent “Graden Computer” with an optional digital plant moisture sensor/water pump controller that lights an LED to alert the user when it is time to water a potted ...
Arduino Nicla Sense Env is a new sensor module with temperature, humidity, and gas (TVOC, NO2, O3) sensing that follows the launch of the Arduino Nicla Sense ME (Motion & Environment) module over ...
Abstract: Automatic Smart Plant Watering System is a smarter solution that works on Arduino Uno, which can automatically operate for plant watering at optimal moisture conditions of soil. It checks ...