News

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 ...
The soil moisture sensor module , built around the LM393 comparator, gives an active-low (L) level output when the soil is dry (determined by a pre-setted threshold value). This digital output (wet ...
My shed is mostly done, which means I'm moving onto other projects that look a lot like landscaping. Lawns, gardens, etc. I want to be efficient in my watering, and potentially even lazy and have ...
Now, with the sensor sitting right next to it, I feel much more optimistic about its survival. Code: #include //initialize variables for sensor pins. int moistPin = 0; int tempPin = 1; int ...
It features over 5,400 projects, ranging from simple tutorials — like using a soil moisture sensor with Arduino — to more complete guides like building a Bluetooth-controlled car.
When I started working on my soil moisture sensor, I had little idea about how harsh an environment the soil really is. In this 🧵, cool failure modes & solutions when sticking electronics in ...
Goal: Automatically water your garden based on soil moisture levels. Components: Arduino Nano. Capacitive soil moisture sensor. Raspberry Pi 3. 5V solenoid water valve + relay. Workflow: Arduino ...