Public Lab Wiki documentation



New Concepts for OSHW in Indoor Gardening

6 | 18 | | #10018

This is the new (beta) Inline Rich Wikis system. Use the "pencil" buttons after different paragraphs to edit inline, and report problems here

The Open Source Hydroponic Garden v.2014

NEW! Check out the project repo on Github- https://github.com/Cribstone/OpenHydro

Background

A new generation of urban homesteaders have been seeking out new ways to grow their own fresh berries, fruits and vegetables without having access to a yard, warm weather or even a window! Developed by NASA as a means for providing food to a zero-gravity space colony, advanced horticultural techniques known as hydroponics, aquaponics, aeroponics etc... have gradually made their way out of the laboratory. Only the journey has yet to really make it into the living room. (1) Enter the Makers! The growth of low-cost, high performance platforms like Arduino and Raspberry Pi, coupled with mass collaboration techniques like the"DIY-RnD" method used to develop our.windowfarms.org have transformed what were once expensive, laboratory-bound technologies into low-cost, simple projects in the living room. Its little wonder then that the world of Open Source Hardware and Indoor Gardening would cross paths relatively frequently. A simple search for "Arduino Hydroponics" turns up a wealth of material dating back to 2010-2011 (an eternity in the tech sector). While the capabilities of the DIY tech sector have grown tremendously in the past year alone, the world of "Ardu-Ponics" appears to be stuck in 2011.

Proposal

Drawing inspiration from projects like Infragram and the Thermal Visualight The goal of this project is to examine recent innovations in both the DIY tech and Indoor Gardening communities and incorporate them into a working hydroponic control unit that could easily fit into a small apartment. Innovations in the following categories will be examined-

Sensors

* pH

-LeoPhi USB Enabled pH sensor based on Arduino Leonardo

* eC

-LeoeC USB Enabled Electrical Conductivity sensor based on Arduino Leonardo

* Light

* Water Temperature

- Epoxy Thermistor

* Humidity

* Water Flow

Control

* pH+eC

-Peristaltic Dosing Pump

* Water Temp

* Water Flow

* Light

  • See Additional Research Notes

* Water Tank level

Interface

Concept 1- Full Research Note- http://publiclab.org/notes/code4maine/02-10-2014/cloud-sensor-base-station

Atheros AR9331 SOC w/OpenWRT driving a bank of dedicated ATmega32u4-based sensor/actuators

Software Stack * Node-RED * MQTT * MongoDB noSQL Database * Open IOT schema based on http://osiot.org/

UPDATE-3/3/14 It appears there's an aquaponics project in England with a similar software stack in mind- http://l0l.org.uk/incredible-aquaponics-control-system/. Its always nice to find somebody else has independently arrived at the same conclusion in similar circusmstances. In this case, the research team is also using Node-RED as the programming interface, with MQTT as a messaging protocol http://l0l.org.uk/2014/01/simple-node-red-web-page/. They're hosting it on a Raspberry Pi however, and while I might end up using the Pi in the end (for its superior video handling capabilities if nothing else) I see a platform capable of running the Arduino Bridge library (either Dragino, the Arduino Yun or the upcoming Arduino TRE) as most capable of handling a large number of analog sensors and actuators. Another interesting suggestion came up in the comments thread from the project above-

http://www.hivemq.com/mqtt-over-websockets-with-hivemq/

http://www.hivemq.com/build-javascript-mqtt-web-application/

Links

  • Windowfarms a vertical, indoor garden kit that allows for year-round growing in almost any window. It lets plants use natural window light, the climate control of your living space, and organic “liquid soil.”
  • HAPI- Hydroponic Automation Platform Initiative Scalable Technologies for Automating Food Production in Diverse Enviroments
  • GrowCubes stackable, modular farming environments that use mobile technology and aeroponics to grow delicious organic produce indoors, providing optimum light and delivering all necessary nutrients while using 95% less water,
  • Arduino/LED/Hydroponics on Instructables

(1) Of course there are some notable exceptions... Until recently of course, "hydroponics" would often be associated with a clandestine (though well-financed) subculture of cannabis growers. Its possible however, that such an association has served to limit the true potential of indoor gardening as growers had little incentive to share information, while an excess of cash gave little incentive for equipment suppliers to develop small-scale, affordable products.

_*Note-The research in this wiki is an outgrowth of this earlier research note where we first explored the concept of using Infrared Imagery processed through Infragram as a means of monitoring indoor plant growth. There is also a is a companion wiki at this post on FarmHack.net. _