The Open Source Hydroponic Garden v.2014 NEW! Check out the project repo on Github- https://gith...
Public Lab is an open community which collaboratively develops accessible, open source, Do-It-Yourself technologies for investigating local environmental health and justice issues.
17 CURRENT | Aigi666 |
January 25, 2018 09:04
| almost 7 years ago
The Open Source Hydroponic Garden v.2014NEW! Check out the project repo on Github- https://github.com/Cribstone/OpenHydro BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
* Water Tank level InterfaceConcept 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
(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. _ |
Revert | |
16 | Hanter7 |
August 20, 2017 10:18
| over 7 years ago
The Open Source Hydroponic Garden v.2014NEW! Check out the project repo on Github- https://github.com/Cribstone/OpenHydro BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
* Water Tank level InterfaceConcept 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
(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. _ |
Revert | |
15 | cbilgic |
April 22, 2016 07:38
| over 8 years ago
The Open Source Hydroponic Garden v.2014NEW! Check out the project repo on Github- https://github.com/Cribstone/OpenHydro BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
* Water Tank level InterfaceConcept 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
(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. _ |
Revert | |
14 | caldion |
October 06, 2015 01:18
| about 9 years ago
The Open Source Hydroponic Garden v.2014NEW! Check out the project repo on Github- https://github.com/Cribstone/OpenHydro BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
* Water Tank level InterfaceConcept 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
(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. _ |
Revert | |
13 | ThanhViet |
October 15, 2014 01:15
| about 10 years ago
The Open Source Hydroponic Garden v.2014NEW! Check out the project repo on Github- https://github.com/Cribstone/OpenHydro BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
* Water Tank level InterfaceConcept 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
(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. _ |
Revert | |
12 | ThanhViet |
October 15, 2014 01:13
| about 10 years ago
The Open Source Hydroponic Garden v.2014NEW! Check out the project repo on Github- https://github.com/Cribstone/OpenHydro BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
* Water Tank level InterfaceConcept 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
(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. _ |
Revert | |
11 | ajawitz |
March 04, 2014 02:27
| over 10 years ago
The Open Source Hydroponic Garden v.2014NEW! Check out the project repo on Github- https://github.com/Cribstone/OpenHydro BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
InterfaceConcept 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
(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. _ |
Revert | |
10 | ajawitz |
March 04, 2014 02:26
| over 10 years ago
The Open Source Hydroponic Garden v.2014NEW! Check out the project repo on Github- https://github.com/Cribstone/OpenHydro BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
InterfaceConcept 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- Links
(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. _ |
Revert | |
9 | ajawitz |
March 03, 2014 21:06
| over 10 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
InterfaceConcept 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. Links
(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. _ |
Revert | |
8 | ajawitz |
February 10, 2014 23:19
| almost 11 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
InterfaceConcept 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/ Links
(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. _ |
Revert | |
7 | ajawitz |
February 10, 2014 23:18
| almost 11 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
InterfaceConcept 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/ Links
(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. _ |
Revert | |
6 | ajawitz |
February 10, 2014 16:23
| almost 11 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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 * Humidity * Water Flow Control* pH+eC * Water Temp * Water Flow * Light
InterfaceConcept 1- 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/ Links
(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. _ |
Revert | |
5 | ajawitz |
February 10, 2014 16:22
| almost 11 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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 * Humidity
Control* pH+eC * Water Temp * Water Flow
* Light
InterfaceConcept 1- 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/ Links
(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. _ |
Revert | |
4 | ajawitz |
February 10, 2014 16:21
| almost 11 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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 - Digital Luminosity Sensor - IR Imager- Potential for using Infrared-Enabled Webcam to monitor indoor plant health as examined in this research note * Water Temperature - Epoxy Thermistor * Humidity - DHT11 Humidity Sensor * Water Flow - NPS Flow Meter Control* pH+eC -Peristaltic Dosing Pump * Water Temp - Thermoelectric Water Chiller - Tutorial * Water Flow - Solenoid Valve * Light - See Additional Research Notes InterfaceConcept 1- 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/ Links
(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. _ |
Revert | |
3 | ajawitz |
February 10, 2014 16:20
| almost 11 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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 - Digital Luminosity Sensor - IR Imager- Potential for using Infrared-Enabled Webcam to monitor indoor plant health as examined in this research note * Water Temperature - Epoxy Thermistor * Humidity - DHT11 Humidity Sensor * Water Flow - NPS Flow Meter Control* pH+eC -Peristaltic Dosing Pump * Water Temp - Thermoelectric Water Chiller - Tutorial * Water Flow - Solenoid Valve * Light - See Additional Research Notes InterfaceConcept 1- 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/ Links
(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. _ |
Revert | |
2 | ajawitz |
February 09, 2014 02:07
| almost 11 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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 - Digital Luminosity Sensor - IR Imager- Potential for using Infrared-Enabled Webcam to monitor indoor plant health as examined in this research note * Water Temperature - Epoxy Thermistor * Humidity - DHT11 Humidity Sensor * Water Flow - NPS Flow Meter Control* pH+eC -Peristaltic Dosing Pump * Water Temp - Thermoelectric Water Chiller - Tutorial * Water Flow - Solenoid Valve * Light - See Additional Research Notes InterfaceConcept 1- 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/ Links
(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. _ |
Revert | |
1 | ajawitz |
February 09, 2014 02:06
| almost 11 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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 - Digital Luminosity Sensor - IR Imager- Potential for using Infrared-Enabled Webcam to monitor indoor plant health as examined in this research note * Water Temperature - Epoxy Thermistor * Humidity - DHT11 Humidity Sensor * Water Flow - NPS Flow Meter Control* pH+eC -Peristaltic Dosing Pump * Water Temp - Thermoelectric Water Chiller - Tutorial * Water Flow - Solenoid Valve * Light - See Additional Research Notes InterfaceConcept 1- 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/ Links
(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. _ |
Revert | |
0 | ajawitz |
February 07, 2014 22:20
| almost 11 years ago
The Open Source Hydroponic Garden v.2014BackgroundA 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. ProposalDrawing 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
ControlInterfaceLinks(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. _ |
Revert |