Juan David Medina Tobon

Agriculture Weather Station

Overview

3D view of a prototype board for a weather station

The objective of this project was to develop a low-cost weather and soil monitoring solution for agriculture in Colombia. We built a solar-powered device that monitored weather and soil variables and transmitted data using novel LEO connectivity.

Similar to the other post, more details can be consulted in the published article (also open access): A precision agriculture solution for water stress estimation in Hass avocado farms in Colombia.

Problem

We set out to build a solution for small and medium farmers in Colombia. We believed that agriculture solutions are sometimes not built for small and medium farmers. This can mean that solutions are too expensive to offer a benefit to the farmer, or that they do not work correctly at the installation site. Therefore, we first did preliminary work to choose a crop to focus on and conducted interviews to find out the problems faced by farmers.

During this process, we settled on Hass avocado due to its growing exports and potentially higher capability for technological investment. Regarding the issues, we found the following:

Importantly, the sensors were selected to estimate the Crop Evapotranspiration. Without going into details, this refers to the water requirement of the crop. These weather variables are used as an input to a standardized method for calculating the Crop Evapotranspiration (known as the Penman-Monteith method). Therefore, the data transmitted from the device can be used to understand how much water is needed by the crop, which is then compared to the accumulated rainfall during a certain period to know if the crop has a water deficit that must be replenished by irrigation.

On the other hand, a soil moisture sensor is also used. Water is stored in the soil for uptake by the crop roots. As time passes, water is consumed (according to the Crop Evapotranspiration) and is taken from the soil. However, the amount of water available for the crop is limited, and after a certain point it begins to suffer from water stress, where the crop’s water uptake is reduced. Then, the soil moisture sensor is useful to understand when the crop requires irrigation if this water stress point is known.

Note that this is a very nuanced topic, and I have simplified the problem here. This all depends on various factors:

More details can be found in the published article.

Development

The project began by developing a device that measured weather and soil variables with the following requirements:

A diagram showcasing the first iteration of the solution is shown below.

Diagram of the device operation

The device is solar-powered using rechargeable batteries. It also integrates a LEO communications module, at the time from Swarm Technologies (now SpaceX), that transmitted small packets of data through a LEO constellation of satellites. This has the advantage that there is coverage in rural areas, where cellular or internet connectivity may be limited. The main electronics PCB was designed and assembled by me, and are shown in the image that follows.

Assembled circuit board for the main electronics

The main PCB integrated the following circuits:

The sensors were also developed internally, with the exception of the soil moisture sensor which was from a third party. Data was transmitted to a web portal where it was processed to estimate the water requirements of the crop.

Results

Devices were tested in the field for more than 18+ months, meanwhile undergoing multiple iterations refining the design based on observations in the field. The following image shows the results for the water requirements of the crop for a period of 12 months.

The prototype device installed in the field showing each sensor

Here, the potential of the device can be observed. For months where crop evapotranspiration (ETc) is lower than effective precipitation (EP), irrigation would be required. For other months, no irrigation would be required but potential extreme precipitation weather alerts can be generated to the user.

Lessons learned

While I only mentioned LEO connectivity in this post, we also tested other technologies such as LoRaWAN and cellular connectivity through LTE modems.