Hydroponic System With Automated Hydrolysis Using Renewable Energy Self-Sustainable
Hydroponic System With Automated Hydrolysis Using Renewable Energy Self-Sustainable
1051/matecconf/201925602012
ICMME 2018
Abstract. Implement a system in which the variables of temperature, humidity, luminosity, CO2 and PH
developing it in a crop hydroponic that guarantees the survival of the plant. In addition to monitoring and
controlling pests that could affect the plant. Through an automated system with renewable energy.
Obtaining energy with solar and wind panels. Also accumulate rainwater for watering the plants. Thus
achieving a self-sustainable system, with better quality products and cultivate all kinds of food on any day
of the year.
1 Introduction • plants with pests: due to the fact that in a storm the
curtains were broken by not closing them properly or by
The crops under greenhouses have allowed over the leaving the greenhouse open doors without access
years to have good quality products, extending the control. (Automation, control and monitoring of
cultivation cycle, allowing production in places of greenhouses, 2015) [3]
difficult conditions, obtaining not only quality, but also The idea of an automated hydroponic greenhouse
quantity. In addition, crops without soil, hydroponics offers many Benefits; how to develop a auspicious
(work in water) or Aerophobia should be taken into environment for the development of any crop that adapts
account, although they have time for research and to the nutrition system through the root and not only save
implementation are little known methods of agricultural time in the management of the crop, also space, since the
production and is a center of attraction for many people land becomes more expensive every day and the land for
who want to cultivate their crops. Fresh vegetables, planting is limited, worn and contaminated, that's when
without worrying about excess fertilization, pesticides, hydroponics is offered as an important alternative to
weather, and land problems, etc., bring many advantages, generate more
such as: [1]. Production in less space and without the danger of
•Saving water contamination and we must not forget that water and
• Automated handling energy are saved, there will be less loss in the use of
• Saving work fertilizers, reducing costs and increasing profits. [4]
• Savings in the use of substrates Obtaining an optimal water saving through the
• Greater production in less space electrolysis process we will achieve this based on the
• Less loss in the use of fertilizers. Only the necessary water tanks that we will get as a result of rains, in turn
ones are used. with a solar panel that will act with a microcontroller
• Greater profits with less investment. that will activate the electro valves to be able to perform
The automation of greenhouses is already very this operation these electro valves are activated by
popular in different countries, since a high percentage of feeding them with an electric potential generating a
the crops are lost due to the carelessness of the personnel magnetic field and thus act on the plunger they have to
who have to watch the plantings 24 hours a day [2]. act in a way that prevents or does not pass the fluid. [5]
These are some examples of common oversights: In addition, you can also see the nutrients, as we are
• Dehydrated plant: for not watering in time and in in a floating root hydroponics system we will initially
shape. add the nutrient solution (more mineral water) and then
• Drowned plant: due to excessive irrigation. we will only add water until we find a change in the
• Plants with little growth: for not having an volume of the solution or in turn in the PH, CE. [6]
automatic nutrition system. As well as this is an open hydroponic system since
• Asphyxiated plants: due to excess temperature due through peripheral pumps we will circulate the water, we
to the fact that they do not open the curtains at noon. have 4 containers which are under the list of nutrient A,
• Plants burned: for not closing the curtains or nutrient B, pH Down, pH UP. [7]
turning on the heaters in frosts. Nutrients A and B are added depending on the
amount of water to circulate, with the proportion of 5ml
© The Authors, published by EDP Sciences. This is an open access article distributed under the terms of the Creative Commons Attribution License 4.0
(http://creativecommons.org/licenses/by/4.0/).
MATEC Web of Conferences 256, 02012 (2019) https://doi.org/10.1051/matecconf/201925602012
ICMME 2018
Fig. 1. Irradiation reading map for the use of solar panels in 2 Process
Peru. [10]
2
MATEC Web of Conferences 256, 02012 (2019) https://doi.org/10.1051/matecconf/201925602012
ICMME 2018
pests, samples are taken by a digital camera and in following adjustment formula to obtain the conductivity
MATLAB communication to later process some value:
information and obtain a diagnosis either for the EC(mS)=(average*32.194)-1476.746 (1)
suggestion of insecticides , irrigation, fertilizers, size of What allows dosing control as shown in Fig.8.
cultivated products, etc.
2.2 Operation
• A database is saved taking the final product and in
good condition (in this case lettuce) we shown in Fig3-4.
3
MATEC Web of Conferences 256, 02012 (2019) https://doi.org/10.1051/matecconf/201925602012
ICMME 2018
ag=a(:,:,2);
ab=a(:,:,3);
%despliegue
image(a)
figure(1),subplot(2,3,2),image(a),title('original')
figure(1),subplot(2,3,4),imshow(ar),title('plano rojo')
figure(1),subplot(2,3,5),imshow(ag*2),title('plano verde')
figure(1),subplot(2,3,6),imshow(ab),title('plano azul')
ag_recorte=ag(:, 100:120)*2;
ag_recorte2=ag(:, 150:170)*2;
figure(2),subplot(1,2,1),imshow(ag_recorte)
figure(2),subplot(1,2,2),imshow(ag_recorte2)
pl=ag(:,111)*2;
Fig. 10. Variation of Temperature and Humidity values. [25]
pl2=ag(:,230)*2;
grid on
figure(3),subplot(1,2,1),plot(pl)
figure(3),subplot(1,2,2),plot(pl2)
ag(:,111)=0;
ag(:,167)=0;
figure(4),imshow(ag)
Fig. 11. CO2 monitoring. indexmin=find(min(pl)==pl);
As shown in Figure 11, The concentration of the ymin1=pl(indexmin)
normal CO2 in the atmosphere is 0.03% should be indexmin=find(min(pl2)==pl2);
increased to limits of 0.1% - 0.2% thanks to this we will ymin2=pl2(indexmin)
reduce the time of the harvest with the help of the [m,n]=size(ymin2);
MQ135 sensor. [26] Through the formulas disp('la lechuga 1:')
if (ymin1<90)
(4) disp('la lechuga no esta apta:')
, disp('se sugiere reducir humedad ')
113,7105 (5) else disp('la condicion de cuidado es excelente')
Allowing design the electronic diagram of the system end
and block diagram as shown in Fig.12-13. disp('la lechuga 2(a comparar siempre):')
if (ymin2<90)
disp('la lechuga no esta apta:')
disp('se sugiere reducir humedad ')
else disp('la condicion de cuidado es excelente')
end
grid on;
a=imread('NEW IMAGEN);
ar=a(:,:,1);
ag=a(:,:,2);
ab=a(:,:,3);
%despliegue
image(a)
Fig. 12. General electronic diagram of the System. figure(1),subplot(2,3,2),image(a),title('original')
figure(1),subplot(2,3,4),imshow(ar),title('plano rojo')
figure(1),subplot(2,3,5),imshow(ag*2),title('plano verde')
3 Programmed Logic figure(1),subplot(2,3,6),imshow(ab),title('plano azul')
4 Results
The naked eye comparisons of the lettuce table are very
noticeable, in the axis of the variation of the colour, its
minimum of 28 in the lettuce of bad state; compared to
the 224 that has the lettuce in good condition as shown
in Fig.14 and Table 2.
Fig. 13. Block diagram.
%llamado de imagen
a=imread('lechugam.jpg');
%extraccion de planos
ar=a(:,:,1);
4
MATEC Web of Conferences 256, 02012 (2019) https://doi.org/10.1051/matecconf/201925602012
ICMME 2018
5 Conclusions
These data are taken and analysed by the same When we do the decomposition of the color plane we
program which gives us a friendlier interface to must focus on what problem the lettuce will attack since
understand the data, at automation level these data it will depend on the plague to obtain characteristic
activate actuators. parameters.
Irrigation is registered by standard parameters of
lettuce, so these are regulated by automation and filtered
by hydrolysis.
When the values were out of range, the control will
Fig. 16. Information shown by analysis. act under the established parameters, first stabilizing the
As shown in Figure 16 and 17, For the project to be conductivity and then the pH.
self-sustainable we use renewable energy and we With the fulfillment of these parameters we avoid
combine different types of renewable energy to what we diseases to the plants in this case lettuces which at an
incorrect pH value do not grow as they should be,
5
MATEC Web of Conferences 256, 02012 (2019) https://doi.org/10.1051/matecconf/201925602012
ICMME 2018
likewise they would develop toxicity as fungi and die 11. Atlas Eolico del Peru, Ministry of Energy and Mines
quickly because they would not absorb nutrients well of Peru
and they would not have much oxygen. 12. Atlas of Solar Energy in Peru, Ministry of Energy
This control and automation system not only allows and Mines - Senamhi
to control the pH, conductivity and temperature levels of
13. Greenhouse Automation for Hydroponic Crops in El
the nutritive solutions, it also allows to register these
Salvador, Tec. Josué Alberto Pérez Zavala Tec.
values constantly creating a register of all the variables
Leonel Eduardo López Guevara Tec. René David
throughout the production process, which becomes an
Romero Vásquez, July 2016.
important source of information to improve the quality
of future productions. 14. Automatic drip irrigation system using a wireless
The system works to maintain the vegetables without sensor network, Efrain Mayhua Lopez, Jhimy
the need for constant intervention by the user without Ludeña, Jorge Tamayo, 2016
any nutritional stress, which will be reflected in a better 15. Plant Nutrition, Agronomist Dr. Fernando Ramos,
production and therefore in better utilities for the Aguas Calientes Autonomous University, Unit I,
producer. Nutrients in Plants, 2015
16. Monitoring of temperature and humidity of
6 Observations greenhouses with Arduino, Miguel Ángel Barrera
Valdés; Lic. Julián Omar Baltazar Hernández; José
It must be taken into account that the way of taking the Rebrindanard Rubalcava López, Higher
photo can influence the results, so first you have to take Technological Institute P'urhépecha 2015
the parameter and the conditions and work on them so as 17. Climate control in greenhouses, Jhon Favia Acuña
not to alter the results. Caita, ISBN: 978-958-719-215-5, Editorial
The green plane should be adjusted to comfort Universidad Nacional de Colombia. Options
according to the type of lettuce or plantation one wishes Gráficas Editores Ltda.
to analyse. 18. Refrigeration system in a mesh greenhouse: effects
on the microclimate, productivity and responses of
References the plants of a tomato crop, Rocio Leyva Jimenez,
Granada Thesis 2016
1. «Design and implementation of an automated 19. Naylamp mechatronics [Online].
hydroponic greenhouse system» Omar Rojas
20. «Mini EC Interface,» Sparky's Widgets, [Online].
Cardona Jessica Zulaydi Vaca Lozano Yeison
Adalbert Vaca Lozano, 2016. 21. «Analog pH Meter Pro,» DF Robot, [Online]
2. Jorge Arce Portuges, Hydroponic and Organoponic 22. Design and implementation of a pH control,
Crops 2015. conductivity and water level monitoring for the care
of hydroponic crops for domestic use, A. Amaya, L.
3. Design of an automated greenhouse with vertical
Cruz 2016
hydroponic cultivation of lettuce in Mexico, Tesina,
Cruz Ramírez Rodolfo Agustín 2015 23. Savings and Energy Efficiency in Greenhouses,
Government of Spain, Ministry of Industry and
4. Cultural practices of integrated control in
Tourism 2016
greenhouses, Oscar Alomar, Joaquin Adillon,
Enriqueta Bordas, Cristina Castañe, Rosa Gabarra 24. Book of Science and Technology No. 2
and Ramon Albajes, 2015 Technological Studies of Ecatepec 2016.ISBN 978-
607-95065-0-6.
5. Cultivation in hydroponics, José Beltrano and
Daniel O. Gimenez, 2016 25. Technification and implementation of three methods
of hydroponics, SERGIO NICOLAS ECHEVERRI
6. Hydroponic production manual for leafy vegetables
GONZALEZ 2016
2014 system.
26. Eliseo Sebastián, Consultant in Environmental
7. Jorge Arce Portuges, Hydroponic and Organoponic
Management. (solar energy and photovoltaic
Crops 2015.
systems)
8. The Electricity Industry in Peru - Capitulo5 Peru-
27. Gas sensor module MQ-135 - mq-135 gas sensor,
Natural Energy Source, Non-Conventional Natural
Fast response and High sensitivity, Simple drive
Resources - Osinergmin, 2016
circuit, Wide detecting scope, Stable and long life
9. Savings and Energy Efficiency in Greenhouses, [online]
Government of Spain, Ministry of Industry and
28. The Renewable Energy industry in Peru -
Tourism 2016
Osinergmin, 2017, Chapter 01 - RER Technologies
10. The Renewable Energy industry in Peru - and New Energy Trends, Page 35.
Osinergmin, 2017