Main Content

Don't Worry Bee Happy

Retrieves air moisture, temperature, detects the presence of the queen bee, and also gives the weight of the bee hive.

As part of our studies at Polytech Sorbonne, Sorbonne Université (ex Polytech Paris UPMC, Université Pierre-et-Marie-Curie), our teacher gave us a project which consists in retrieving air moisture, temperature, detecting the presence of the queen bee and gives the weight of the bee hive. The goal is to monitor on site and online the hive’s environment.

Temperature / humidity acquisition

The temperature of a hive and its humidity says a lot about its condition. It is possible to know if the bees are still active or if the temperature inside the hive is insufficient for the survival of the bees. To collect this information, we use a DHT22 sensor which captures both the temperature and humidity of the air.

Mass acquisition

The weight of the hive is an important factor for the beekeeper. It lets you know if the hive is healthy and it also lets the beekeeper know when to harvest honey. To weigh the hive, we opted for a system that contains a strain gauge (sensor) coupled with an HX771 amplifier. This allows loads of up to 200kg to be weighed while being reliable under unfavorable climatic conditions.

Sound acquisition / processing

The sound produced by the colony is a precious source of information for the beekeeper. Once the audio signal has been captured and processed, the program embedded in the microcontroller will be able to deduce two crucial pieces of information:

presence or not of the queen in the colony
detection of the start of swarming: when the colony becomes too large, the queen and part of the colony leaves in search of a place to build a new hive. It is useful for the beekeeper to know when the swarming is going to take place so that he prevents it and thus keeps his entire colony.
These two pieces of information are detectable by the frequency of the sound that the colony produces. If one of these two frequencies is detected, it is possible to send the queen presence or swarming information to the remote web interface.

At regular time intervals, the system picks up the sound from the hive using a microphone / amplifier and calculates the FFT (Fourier Transform) in order to obtain all the frequencies contained in the audio signal. It then remains to be seen whether the characteristic frequencies sought are in this set of frequencies.

Power management

The system must be self-sufficient in energy. To accomplish this, we power the STM32 card using a solar panel and a Lithium battery which will take over when the sun is not enough. A power card serves as an intermediary between the 3 components, the latter was designed on the basis of the Lipo Rider card in less energy.

The main goal of the connected hive project is to develop a swarm monitoring system. All the information will be taken directly on or in the hive, then send by wireless transmission module in order to view this data on a clear online interface.

Once the project is completed, it will above all serve beekeepers to optimize their harvest while ensuring the sustainability of the hive

We will use IoT technology for wireless data transmission and services from Sigfox. Sigfox limiting the sending of messages to 140 per day we will have to make sure to send messages every 10 minutes.

As for data display, the Ubidots platform allows you to view the information retrieved by the Sigfox service on any medium via the Web.”

Link to article