beemos

BEE MOnitoring System: create an infrastructure for monitoring beehives

BeeMoS - honey Bee Monitoring System
(under development)

Lire en français

The BeeMoS project is an open source bee hive monitoring system developed at the open science lab Hackuarium, Route de Crochy 20, Ecublens, Switzerland.

Please fee free to contact us if you would like more information.

Objectives

Build and program an open source bee monitoring system capable of the following objectives:

Cloning the project

This project uses SUBMODULES

In order to clone use:

git clone --recurse-submodules https://github.com/hackuarium/beemos

To update the submodules, enter the folder you created (“beemos”) and use:

git submodule update --recursive --remote

Modules

To achieve the above objectives, the project follows a modular design with different hardware components. We use the I2C protocol to make modulles (i.e the boards) communicate to each other while using RJ-12 connectors in order to allow easy plugging/deplugging of different modules.

Counter: Counts bees entering and exiting the hive over time using infrared (IR) sensors. Each sensor consists in an IR emitter-receiver, the passage of a bee under the sensor modifies the reflected IR signal. A pair of IR sensors is used for each tunnel so that the direction of bees (i.e. entering or exiting the hive) can be determined.

Here is the orientation of the IR sensors at the back of the PCB. Be careful, the orientation of the Eagle file is seen from the top of the PCB.

Scale: Weighs the hive periodically using 4 load cells in Wheatstone bridge configuration.

Weather station: Monitors temperature, humidity, atmospheric pressure and luminosity outside of the hives.

Master board: Communicates with all other devices over I2C, log data in memory and sends the data to a remote server. Can also track temperature inside the hive.

Simple master: A simple master board with I2C RJ-12 socket to make some tests.

State of the project

We have designed and ordered PCBs for the bee counter, weather station, scale and master boards. These four boards have been assembled and programmed. We also built a laser cut wooden enclosure which contains the bee counter PCB. It includes 8 individual gates that the bees use to enter/exit the hive and an upper compartment for the board so that sensor are on top of entering bees. A few field trials were launched to assess the accuracy of the bee counter but we still need to fix some things in the hardware and software to get it working (we detect false positives at the beginning and the end of sunny days, possibly due to sun beams entering and being counted as a passing bee). Similarly we need to further test the scale in order to confirm that measures are stable over long periods of time. Clara has joined the BeeMoS team in the summer of 2018 to make some tests of the bee counter in a controlled setting with live bees (transparent box with the beecounter inside and a camera to record video of entering/exiting bees that was compared to the readings from the board) and also participated in building a hive scale.

The weather board can now show temperature, humidity, atmospheric pressure and relative light intensity. The scale board v1.0 has been soldered, a minor fix was needed to get it to work. The next steps will be to get the bee counter to work accurately by performing controlled tests, to assess the accuracy of the scale over time and to be able to send data wirelessly, integrate them to a database and plot them in an attractive way.

We have assembled a complete kit, containing:

We already have assembled and tested some parts of it (the master, weight and weather boards in particular), but on an empty hive. The master board seems to log correctly and we are able to read the logs afterwards. Some things need to be fixed, for example sometimes the master board stops recording for long periods of time. It seems that this happens when the cables between boards (I2C interface) are too long. Since the 2G network will soon disappear in Switzerland, the SIM800L module will become useless (does not work with 3G and above). We are now (in October 2019) designing a new master board based on the ESP32 in order to be less limited in programming it (less memory limitations than for Atmega32u4-based boards) and also to have integrated WiFi and Bluetooth and possibly LoRa too for wireless communications. Since all the other boards are based on I2C communication, they should be easy to integrate with the new master board. Our current work related to ESP-32 can be found at https://github.com/Hackuarium/esp-32wroom (not tested yet).

Further resources

All codes, PCB board and schematic files and documentation can be found on the BeeMoS github repository (in english only)

View this project on CADLAB.io