Aquaponic System Uses Arduino For Consistent Performance

Smart Aquaponics

Food is just one of those things that we need to survive. Plants can grow on their own without human intervention but the quantity and quality of the crop will vary from year to year. Even elaborate farms can have good and bad years due to variables such as weather, disease, bugs, pollution and soil condition.

There is a system called Aquaponics that attempts to control those variables. Aquaponics combines aquaculture (raising aquatic animals) with hydroponics (growing plants in water). The Aquaponic system tries to emulate what happens in nature without the variation; water-based animals eat plants and excrete waste and that waste is used as food for plants.

[Kijani Grows] has built an Aquaponic setup and added a smart controller that is made out a bunch of stuff you would not normally associate with a garden. Their are several sensors in the system that measure water flow, tank level, water quality and dissolved oxygen. An Arduino monitors these sensors and reports the information back to a $20 router running OpenWRT. All of the recorded data is also stored for review later. Software on the router determines what needs to be adjusted in the enclosed ecosystem. The router communicates this information back to the Arduino which in turn controls the water pumps, heaters, fish feeder and lighting. And as if that wasn’t enough, the control system can be set up to send out messages via email, SMS or social media.

Hey There Little Plant. Let’s Be Friends!

poster_01_01

Perhaps, you’re circle of friends is getting too small. Or maybe, you just want to communicate with the leafy, green beings that have rooted themselves in the soil inside your house. If so, this environmental monitoring system will be perfect for you!

Created by [Dickson], this project monitors soil moisture, air temperature, and air humidity of your indoor plants and will alert you via email and SMS when your plants are thirsty. No longer will your sprouts shrivel up in the sun, but rather, they will be well-hydrated ready to produce their veggie goodness.

The system is battery operated, wireless, Arduino and Raspberry Pi based and comes with an Android app, which in turn allows you to view real-time and historical data, thus giving you the option to check in on your crew of Chlorophyll-embedded friends.

3116051405904844105

Let’s look at the sensors which are at work on the project.

Continue reading “Hey There Little Plant. Let’s Be Friends!”

Solar Powered DIY Plant Watering System

Solar Powered Watering System

It’s great having fresh vegetables just a few steps away from the kitchen, but it takes work to keep those plants healthy. [Pierre] found this out the hard way after returning from vacation to find his tomato plant withering away. He decided to put an end to this problem by building his own solar-powered plant watering system (page in French, Google translation).

An Arduino serves as the brain of the system. It’s programmed to check a photo resistor every ten minutes. At 8:30PM, the Arduino will decide how much to water the plants based on the amount of sunlight it detected throughout the day. This allows the system to water the plants just the right amount. The watering is performed by triggering a 5V relay, which switches on a swimming pool pump.

[Pierre] obviously wanted a “green” green house, so he is powering the system using sunlight. A 55 watt solar panel recharges a 12V lead acid battery. The power from the battery is stepped down to the appropriate 5V required for the Arduino. Now [Pierre] can power his watering system from the very same energy source that his plants use to grow.

Move Over Humans And Things, Flowers Now On The ‘Net

Tweeting Poppy Plants

The ‘Internet of Flowers’ is upon us thanks to an artist named [Adrian]. He has designed a project that not only monitors the growth of Poppy Flowers but also monitors the soil, air and surrounding activity.

The entire project is based on a Raspberry Pi mounted in a purpose-built enclosure made from laser cut birch plywood. The enclosure is mounted in a window of an adjacent building that has a view of the flower bed. An internally mounted camera was carefully aligned so its field of view was mostly of the plants and would limit taking photos of unknowing passersby. The camera takes a snap shot every 5 minutes, see the time lapse video below.

Tweeting Poppy PlantsA box containing sensors is installed in the flower bed. The intent of this project was not to have the Raspberry Pi spit out hard factual data regarding soil moistness, temperature and ambient noise, but to instead take that data from the sensors and send out a story-like narrative that makes the communication feel more personal. To receive these comments from the poppies, you can follow them on Twitter: @tweetingpoppy.

Continue reading “Move Over Humans And Things, Flowers Now On The ‘Net”

Open Hardware Summit 2013 – Part 1: Demos

Open Hardware Summit 2013

The 2013 Open Hardware Summit took place on September 6th at MIT. There was a wide array of demos and talks covering Open Hardware methodologies and projects. After the break I’ll be covering the demo area of the conference, and sharing some of my favorite demos.

Continue reading “Open Hardware Summit 2013 – Part 1: Demos”

Fertilizing A Planted Aquarium Using Air Freshener Hardware

Keeping live plants in an aquarium happy can be quite a chore. One of the frequent rituals is adding fertilizer, which is called dosing. [Majstor76] came up with a creative way to automatically dose using an air freshener. He got rid of the canister that holds the scent and re-purposed a hand soap pump to move the nutrient-rich liquid. After the break you can see that there’s no shortage of power to actuate the pump and the powered air freshener base has a delay circuit, allowing for a few different time-release options. As long as the volumetric output is fairly consistent we figure you can dilute your fertilizer to fine-tune the dose.

Continue reading “Fertilizing A Planted Aquarium Using Air Freshener Hardware”

Grow Box Controls Heater, Fans, And Water

grow_box_controller

The Cheap Vegetable Gardner wanted more automation than their previous PS2 controller based grow system. This time they set out to design a full featured, compact grow controller that can measure temperature and humidity as well as control a heat lamp, fan, and water pump. An Arduino provides USB connectivity and interfaces the solid state relays and sensors. The assembled project all fits in a box but we are left wondering how much heat the four SSRs generate and will it be a problem?

[Thanks shawn]