The BeeHive topic

and your enclosure is in ā€˜beehiveā€™ styleā€¦ very nice project !

2 Likes

bees%20by
Bees in Dordrecht - NL by Casparus Hensen

1 Like

Hello everyone,
Since 6 months I develop a hive connected. I use an ESP32 with weight sensor, temperature etc through a Blynk application Wifi. But the wifi is not everywhere so I went here to see how I could do to use the Lora system. I present to you what I have already achieved.
schema

3 Likes

Hi,

yes LoRaWAN is a good choice if you need long range and battery operated sensors.
start with some info on this network here

also check if there is a gateway in range of your Hives, if not you need to buy/build one

1 Like

https://www.apisprotect.com/home
Irish innovative startup that raised 1.5M in funding are (ā€¦ cough!!!) busy little bees in this space.

G

1 Like

IMG_20190415_131757 and still keeping it shrinking (more thin). Now being migrated to nRF52832 (on picture still nRF51822) and getting rid of extra height. Easily programmable with mbed. This is just bluetooth temperature beacon for in-hive placement. Bigger sensor takes measurement long-distance :wink:
Peter

6 Likes

Hi Christophe,
Very cool setup, I was working with a smart beehive group here about 5 years ago. They since moved off and decided to close source everything and I continued on my other stuff. Anyways, I have a question about your load sensor. How does it work with a continuous load? In my limited research (back then) I noted they are good to weigh things but not necessarily have the weight loading it all the time due to drift.
Looks like your using a feather, there is a LoRa version of the feather (Adafruit Feather 32u4 RFM95 LoRa Radio) or you can use the pycom which has the ESP32 and a lora on the same board.

Thank you very much Olesik, regarding the weight measurement, yes there is drift, especially when it is cold. I have not yet controlled the cold temperature drift but I will adjust the value in concordance. I will look to the Adfruit Feather but I think that board is not using Arduino ID to program?

Hi Christophe,
Very cool, i am a beekeeper very much intrested in your setup and off course in your complete software for all these parts.
I have a TTGO v2.0 and all the the parts on your setup.
I did not succeed to combine it in one script.
i would appreciate a link.
BeeBee.

1 Like

Getting Started with Load Cells

B-Keep

hostabee-dash1

hostabee-dash2

2 Likes

US%20BEE

it So quiet in the ā€˜Bee Cornerā€™ :wink: ā€¦ are there still bees alive nowadays ?

About a month ago I set up the Beehivemonitoring.com sensors https://beehivemonitoring.com in three hives for a friend. I have no affiliation with the company, but after checking out a zillion IOT beehive monitoring projects I choose this one based on features and price (and lack of time to go the DYI road). I am very impressed with the system so far and wanted to share my findings.

The system uses a GSM based gateway which communicates with the scale and hive sensors using Bluetooth. Up to 100 scales or hive sensors can be connected with a single gateway. The GSM bit (and perhaps the BT bit as well) would be an excellent usecase for LoRaWAN, however it does the job and I guess it has some advantages (coverage, and perhaps the amount of data if 50 hives are using the same gateway).

First of all, the setup involved little more than putting a SIM card in the GSM gateway which runs on a 18560 3.3V battery (for about 6 months on a charge), putting the scales under the hives and the ā€˜heart of hiveā€™ sensors inside the hive, and pronto, data appeared in the app.

The ā€˜heart of hiveā€™ sensor measures temperature, humidity and sound (frequency) every 15 minutes, and operate for up to a year on a CR2032 battery.The frequency measurements are used to predict swarming behavior, and indicate the presence of a queen.

The scales use load cells which are not ideal for absolute measurements but fine for the relative measurements required for beehive monitoring.

The next thing that I think is very cool and a must for any beehive monitoring system, is the integration of the data into alerts for swarming, honey robbery (when a beehive is robbed of honey by other bees), the absence of a queen and other parameters vital for a hive. It also estimates the number of bees in a hive, although itā€™s not entirely clear to me yet what this is based on, I have the question outstanding with the beehivemonitoring.com people. Possible more data is needed than currently available to get to a realistic estimate of the number of bees. I can think of several parameters that could be used such as nightly respiration (as measured by the nightly weight loss), daily changes in weight indicating the number of flying bees, etc.

Anyway, in my view a prime example of what a good IOT solution entails. Some takeaways for beehive monitoring:

  • load cells are ā€˜good enoughā€™ for hive weight measurements
  • acoustic monitoring adds value, itā€™s a must-have I think, more relevant than temperature and humidity
  • the integration/interpretation of data into parameters relevant to beekeeping should be the goal, this is what really adds value

And of course a good interface (app or web) is a must.

My 2 cents :wink:

1 Like

never thought about that one :scream:

3 Likes
2 Likes