The configuration of measurements, taxes and regulations can almost be called banal. A handful of sensors for a few euros are enough to carry out the necessary measurements. A computer with a simple control circuit in just a few lines of program code ensures the appropriate dosage of nutrients as well as a balanced pH value.
The question that now arises is: why does a finished device for this purpose cost several thousand euros? Our answer would be that with cheap technology (RaspBerry, Linux, etc.) there is in principle almost no cost to build such a device - but the reliability that is required in the industry is beyond the possibilities that can be achieved with these same ingredients can. PLCs (Programmable Logic Controllers) are still used in industrial plants today. These only cost a few hundred euros and have an extremely long lifespan and are considered highly reliable.
And: You shouldn't believe a word we say. Rene Descartes, the French philosopher, already strived for complete certainty and questioned everything - not only God, but also himself. Just try it out for yourself - maybe you don't have as high standards as we do. |
This is a selection of DIY projects that you can find on https://create.arduino.cc/projecthub/projects/tags/hydroponics .
Foreword : Building your own control system or measuring individual hydroponic aspects (pH, Ec, O 2, etc.) requires a wide range of experience. For the do-it-yourself systems presented here (do it yourself), you need some basics in the following specialist areas:
- Linux.
Here you have to install the workbench for Arduino and configure ports.
- Databases.
Only necessary when recording and documenting growth and nutrient concentrations.
- Programming.
Ideally, you should even understand what you are programming.
- Electronics.
Although soldering is not always necessary, you should already know what a circuit is.
- Mathematics.
Depending on the sensor, it may be necessary to convert the measured values; school knowledge is almost always enough.
This basic knowledge is sometimes only required in a rudimentary manner. Don't let that put you off!
The appeal of building your own is also to deal with new things. The tricky part, and the challenge, is often the interaction of the individual components.
One final note: The electronics used are often very reliable. Despite this: for systems where a loss of the harvest would be financially painful, you cannot avoid a certain amount of redundancy. Redundancy is the additional presence of functionally identical or comparable resources in a technical system when they are not normally required for trouble-free operation. In short: everything in the system that is essential for operation should be monitored promptly or even be designed twice.
Even if you are not a customer of ours, you can receive help from us in all areas with a time-limited support contract . If the effort seems too high for you, we also offer ready-made systems .
Overview of some do-it-yourself projects using microprocessors (Arduino, RaspBerry, etc.)DIY Grow LED Light | Designing a Better SunProject tutorial by Dmitrii ALBOT |
Add Comment