Garden sensors measure soil moisture and greenhouse temperature

[Andy] is getting his garden up and running. This year it’s been pretty cold so he decided to get small plastic domed tunnel which acts as a mini greenhouse. To help monitor that environment he built this sensor array which displays temperature and soil moisture readings.

Temperature is quite simple. He’s using a TMP36 sensor which is held a few inches above the soil. The moisture sensor is of his own design. It uses two building screws embedded in foam. These are pushed into the soil and a resistance reading indicates moisture level. By driving voltage on one screw, and measuring voltage on the other he gets some useful data. It’s not a standardized value, but observation over time will let him know how the scale relates to dry or wet soil.

During the build process he found that he needed a pull-down resistor on the probe used to take the moisture measurement. He also uses an I/O pin to drive the other screw. This gives him a way to shut off the juice when not taking a reading. We just hope he’s either got a current limiting resistor, or is using a transistor to drive it high.

Upgrading a digital multimeter to tell the temperature

[Rajendra] tipped us off to this really slick hack he’s done to allow his multimeter to tell the ambient temperature. He’s basically measuring the output of an LM35 temp sensor that he has mounted in the case. The circuit is extremely simple and only requires the sensor, a couple resistors, and a switch so that you can return to normal function. When finished, you’ll have a multimeter that will display the ambient temperature when set to to the correct range (0-200 mV in his case). The switch is there so that you can return your multimeter to normal function afterwards.  While [Rajendra] chose to display ambient temperature, you could just as easily create an external probe for measuring other things.

A simple project to get you started with the Android ADK

simple-adk-exercise

If you just got your hands on a shiny new Android phone and are looking for a fun project to try out, you might want to check out this simple Arduino exercise that [Mike Mitchel] put together. Everyone needs a starting off point for hacking, and [Mike] thought that combining and Arduino and Android handset together for the purpose of temperature sensing and light metering would be a great place to begin.

The prerequisites for this project are a bit beyond a simple breadboard and a few ICs, requiring an $80 Android ADK board to go along with your phone and Arduino. If your focus is going to be on interfacing your phone with microcontrollers however, it’s purchase you’ll make sooner than later anyhow.

The setup is pretty simple as you might expect. A photocell and TMP36 temperature sensor are connected to the Arduino, then with a bit of code and USB host magic, the Android app shows the temp and amount ambient light present in the room.

[Mike] has made all of his easy to read and well commented code available online, so be sure to check it out if you have been thinking about (but putting off) playing around with the Android ADK.

Hot dirt keeps your plants happy in the winter months

[Craig] tried heating his greenhouse last winter, but really only managed to push the limits of his utility bills. This time around he took a different approach by building a system to warm the soil in which his vegetation is planted.

The core of the system is this box which houses the plants. It is lined with heating tape along the bottom which warms a layer of dirt. The plants are in pots, but since those are surrounded by the dirt it doesn’t really inhibit the warming properties of the soil. The controller takes into account the temperature inside the box, as well as ambient temperature in the greenhouse. When it’s a bit too cold the controller will close the lid, which is covered with translucent plastic. This makes sure the temperature around the plants won’t fall below about 41.5 degrees Fahrenheit.

This really takes the work out of caring for you plants in the winter. What would have been a multiple-times-per-day visit can be limited to every day or two. Now he just needs to expand this to regulate temperature and humidity in the greenhouse itself, kind of like this other hack.

Wireless solar water heater controller ensures hot water every time

water-heater-controller

[Peter Sobey] had a solar hot water heater installed in his home, which worked great until he relocated his kitchen to a neighboring room. Now a good bit further from the tank, the hot water reaching his sink was tepid at best due to the increased distance and temperature limiting mixer valve in the new heater.

He installed a salvaged solar panel and water tank solely for use in his kitchen, but as the panel was located above the tank, he had to find a way to actively monitor and control the water temperature. His pump and valve system was originally driven with an off the shelf PICAXE-based controller, but he eventually got the urge to add a wireless display and control panel to the mix.

A pair of Arduino Nanos run the show now, one of which resides in the pump controller box, while the other is used in the temperature display box in his kitchen. He uses a set of Bluetooth modules to link the Arduinos together, relaying temperature data and allowing him to send the pump controller manual commands if needed.

He says the system works a treat, and he’s much happier with his homebrew controller than the one he used originally.