Introduction: Thirsty Flamingo Soil Moisture Detector

About: Circuito.io is an automatic web tool that will help you build almost any innovation you have ever dreamed of, by breaking technical barriers and giving you the best package to kickstart your project. Our Inst…

Moisture sensors are used in a variety of different projects. You can use them to test the moisture levels of different materials and even test the moisture levels in the walls of your home if you suspect they're damp. In the thirsty flamingo project, we're going to use a soil moisture sensor to monitor the humidity levels in our plants' environment. Every beginner gardener knows that it's not enough to water your plants, you also need to monitor the levels of moisture in the soil in order for your plants to stay healthy. The build we're about to show you is based on a soil moisture sensor that alerts you when the soil moisture in your plant dish changes.
https://www.youtube.com/watch?v=TBVYdHl1SKc&feature=youtu.be Note: in the video, you'll see an older version of circuito.io.

Step 1: Electronics

The Electronics

We used two main components in this build - a soil moisture sensor and a Piezo speaker. The speaker starts playing a tune when the soil moisture levels reach below the pre-set threshold. After testing the circuit, we also made a custom PCB for it so that it would fit nicely into the 3D printed casing we designed.

Main Components:

Arduino Pro Mini 328 - 5V/16MHz9V

Alkaline BatterySparkFun

Soil Moisture Sensor

Piezo Speaker - PC Mount 12mm 2.048kHz


Secondary Components:

Transistor - NPN BC337 DiodeRectifier - 1A 50V

Resistor 1k Ohm 1/6 Watt PTH

Step 2: Wiring the Circuit

Click here for a detailed wiring guide.

Step 3: Code

Code

You can find the code for the project on our Github repo

After downloading the code, upload it to your Arduino using the Arduino IDE. Make sure to set the correct board and the correct port before you upload.

The main logic of the code uses the soilMoisture.read() function. If the soil moisture level reaches below 400 (or whichever value you decide to set), it triggers the piezoSpeaker to start playing a melody, in the case - piezoSpeakerHooray.

Step 4: Casing

We designed a flamingo-shaped casing for the soil moisture sensor circuit. You can go wild and design different shapes and sizes of casings according to your liking. There are two main parts to this design, and you can download and print them from Thingiverse .

Step 5: Putting It Together

After printing, you’ll need to place the circuit into the housing and screw together the using the screw holes in the design. Afterward, place the battery into place - and you're done! Let us know how everything goes. You’re welcome to share your experience with us in the comments below or on our community forum.

For the full tutorial visit our blog.

Enjoy Making!