An indoor hydroponics herb garden with monitoring
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Well despite the lack of proper automation (my controller is currently out of action while I fix the water level sensor problems), there has been good growth!
Unfortunately my plants have been showing some nutrient deficiency problems, such as yellowing of the leaves which I remedied by adding kelp extract, and tip burn which was a result of adding too much nutrient.
Some of the plants in the lower grow bed aren't doing so well though, and I suspect it has something to do with the water temperature (which is just room temperature, and room temperature's been very warm lately)
Also note the addition of a hose connector - this is to allow easy disassembly, and also allows us to hook up a garden hose to drain the water.
The hose connector has a valve in it as a fail-safe - if the pump activates while nothing is connected, the valve will block the water flow and prevent it from spraying everywhere!
While the controller is out of action, I've been having to manually initiate pump cycles for the upper bed, typically 2x a day. I can't automate it due to the salt-buildup problem mentioned in the previous post, because it makes the water level readings completely unreliable.
Next Steps
The garden pumps are activated based on water levels, which combined with timers ensures the water should never overflow or underflow. Preventing underflow is important for this ebb-and-flow design, because if the pump sucks in any air the siphon effect breaks, and the grow bed will never drain.
Here's my current water level sensor design, basically Kapton/Mylar tape and metal foil:
Unfortunately it looks like my water level sensor design needs rethinking - they have stopped measuring the water level properly and now behave as a boolean (ie, there either is water or there isn't).
My current theory is that they have accumulated a layer of nutrient salt, making the whole length of the sensor slightly conductive, so it looks like the water level is higher than it really is.
Oh well, back to the drawing board!
The garden is a two-part experiment:
It is built with the following goals in mind:
Error-Tolerance is achieved by using two reservoirs of the same size. If the level sensors fail and the pump keeps pumping, eventually they will run out of water and thus it is impossible to flood the room. Additionally, errors will be detected by software and the user will be alerted to any possible issues with the sensors/pumps/etc.
Simple/Modular - It is built out of stuff you can get from the garden store or Amazon. There is only one pipe (and one pump) connecting the two reservoirs, so there is minimal plumbing.
Quiet - The setup is almost silent due to the use of a DC brushless pump and ultrasonic mister. It's so quiet I can't even tell when it has gone through a pump cycle!
Sensors - We need sensors to monitor system operation (water levels, water flow, humidity, etc.) and system health (pH, EC/TDS, temperature, etc.).
Monitoring - Will be presented with a Raspberry Pi using a rich web page to show graphs of all the vital sensors. As a bonus the Raspberry Pi will capture timelapse photos of the growing process. System control is done by a separate microcontroller (Currently an Arduino Pro Mini, but I may move to something more powerful)
Create an account to leave a comment. Already have an account? Log In.
Possibly yes, but I was concerned about moisture damaging the sensor. I had an idea using a capacitive strip, but that failed after a few months operation by salt build-up.
Mmm that is a point. Google may know, or just try it, see if it fails. Perhaps you could even seal it in a container and have a cling wrap window for the ultrasonic waves. Sensors aren't too expensive to trail and error in case the humidity is a problem.
Become a member to follow this project and never miss any updates
for detecting water level height, could you not use one of those distance detecting ultrasonic sensors?