Growth chambers for plants are becoming an attractive solution for enhancing food production. They can be used in a wide range of applications, including speed breeding, of plant growth within reduced spaces. Nowadays, there is a wide range of commercially available growth chambers. However, they tend to be expensive, and not suitable for certain customers. Within this project, we developed a low-cost growth chamber, by using off-the-shelf components, allowing a control of the temperature, humidity and light/dark cycles.
2. Main device embodimentThe design of this growth chamber consisted of a plastic container, where all the necessary devices had been incorporated. The monitoring of environmental data was carried out by a BME680 sensing device, and the full system was controlled by a Wio Terminal device, which could continuously display the environmental information from the sensors as shown below. In addition, this Wio Terminal could be used to select the desired environmental parameters, including light/dark cycles, humidity and temperature. A more detailed description of how these parameters are controlled is provided below.
One of the main parameters that have to be controlled within the growth chamber is the humidity. This parameter plays a key role in plant growth, and values higher or smaller than the optimal humidity for the plant can lead to a stress response from the plant. As such, it to be controlled inside the chamber to allow an optimal growth.
To increase the chamber humidity, a low-cost humidifier based on a ultrasonic sonicator combined with an air pump was designed. The ultrasonic sonicator consists of a piezoelectric materials that can provide mechanical energy to the water through vibrations. This vibration generates a water aerosol that can be directed inside the growth chamber by using an air pump, increasing the humidity. The pump we employed, could be powered with 5 V. As such, it could directly be controlled using the Wio Terminal, by setting the controlling pin output to 5 or 0 V. A schematical representation of the working principle of this method is schematised below.
The increase in humidity was recorded using a BME680 as previously described, and displayed on a Wio Terminal device, allowing the monitoring of this parameter by the user. The interface we designed allowed the user to select the humidity values during the day and night times. Unfortunately the humidity could only be controlled by increasing its value using water aerosols, but the system could not decrease its value in the presence of an excess of humidity. Although this could be accomplished by incorporating desiccants, we have not explored this approach within this project.
4. Temperature controllerThe temperature in the chamber were controlled using a low-cost fan heater. This heater was placed at one of the sides of the chamber, and allowed the generation of a hot airflow, that could be controlled using the BME680 to measure the temperature in the chamber. As in the previous case with the humidity setup, this system allowed a control of the temperature only by increasing it, and could not be used to actively reduce its value. However, in this case, the heater and the fan could be controlled individually, allowing a faster cooling when the heater was switched off by increasing the heat exchange.
As mentioned, the system could be fully controlled by using an arduino microcontroller. In this case, the employed fan heater required 12 V, and both the fan and the heating elements could be controlled separately. Due to the relatively high voltage required, a relay was employed to automatically switch the heating element on and off, by using a relay, whilst the fan was continuously switched on. A 12 W power supply was connected to this relay, and controlled by the Wio Terminal. This system allowed a control of the temperature during the day and night cycles.
5. LEDTo control the light cycles, a specialised LED for horticultural applications was incorporated on the growth chamber. To prevent the overheating of the components, specially during long-term operations, two heatsinks were incorporated, alongside a fan, as shown below. The light/dark cycles were controlled by using a relay as indicated before. Unfortunately, this system did not allow a control of the light intensity, or light spectrum. However, it could be used to simulate day and night conditions by switching on and off the LED. The amount of hours for each cycle could be indicated using a Wio Terminal device.
6. Arduino control of the chamberThe code employed for the control of the growth chamber is displayed below. This programme allows the user to input the length of day and night cycles, as well as the magnitudes of temperature and humidity. The measured gas values from the BME680 were additionally displayed, allowing the user to evaluate the conditions inside the chamber in real-time. This system could potentially be used to send the data wirelessly to online servers for remote controlling of the chamber. However, this application has not been explored in this work.
7. ResultsThe system could be used successfully to grow tomato plants, at least for the first wee. In this case, 10 the plant seeds were placed in a compost substrate, and watered periodically. Plants grew as expected at 24 C and 80 RH% as shown below, demonstrating the performance of this growth chamber.
A low-cost growth chamber has been designed, using simple and low-cost parts. This growth chamber allowed the user to select the desired environmental conditions for plant growth, including humidity, light period and temperature. This growth chamber could be used to grow tomato plants for at least 1 week, and have potential to be used for the growth of other plants of interest.
Comments