Next Article in Journal
Multiparametric Quantitative Analysis of Photodamage to Skin Using Optical Coherence Tomography
Next Article in Special Issue
Prediction of Continuous Emotional Measures through Physiological and Visual Data
Previous Article in Journal
Automatic Body Segment and Side Recognition of an Inertial Measurement Unit Sensor during Gait
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

A Monitoring System for Carbon Dioxide in Honeybee Hives: An Indicator of Colony Health

School of Science and Technology, Nottingham Trent University, Clifton Lane, Nottingham NG11 8NS, UK
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(7), 3588; https://doi.org/10.3390/s23073588
Submission received: 27 February 2023 / Revised: 27 March 2023 / Accepted: 28 March 2023 / Published: 29 March 2023

Abstract

:
Non-dispersive infra-red (NDIR) detectors have become the dominant method for measuring atmospheric CO2, which is thought to be an important gas for honeybee colony health. In this work we describe a microcontroller-based system used to collect data from Senserion SCD41 NDIR sensors placed in the crown boards and queen excluders of honeybee colonies. The same sensors also provide relative humidity and temperature data. Several months of data have been recorded from four different hives. The mass change measurements, from hive scales, when foragers leave the hive were compared with the data from the gas sensors. Our data suggest that it is possible to estimate the colony size from the change in measured CO2, however no such link with the humidity is observed. Data are presented showing the CO2 decreasing over many weeks as a colony dies.

1. Introduction

Water vapor is water in its gaseous state and is called humidity when considered in the air. More often reported as relative humidity, this is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature. Temperature and humidity are two of the most important factors affecting the health and survival of honeybee colonies. Humidity is known to play a vital role in the development of brood. Investigations into the effect of humidity were initially made possible by controlled laboratory incubators with more recent data being collected from hives in the field with smaller embedded sensors [1,2,3,4,5,6,7,8,9,10]. Carbon dioxide has long been known as a narcotic for the honeybee and is used to immobilize them during scientific manipulation or transfer. Higher levels of exposure cause permanent damage or result in death. Higher levels in the hive are also believed to initiate fanning behavior. Recent advances in reducing the size of nondispersive infrared measuring devices have resulted in the start of in-hive CO2 measurements [11,12,13,14,15,16,17]. Whilst oxygen is clearly important to honeybees, hypoxia is usually tracked indirectly by the measurement of carbon dioxide. Pollutant gases in hives have been reported [18,19,20] but are thought to have less significance to colony health than humidity and carbon dioxide.
The measurement of humidity is readily available in low-cost small capacitive sensors that provide a relevant level of accuracy both in analogue and digital formats. Digital devices usually include temperature measurement in the same package and reduce measurement errors by undertaking the analogue to digital conversion on the sensor chip rather than introducing possible noise in the measurements. Easily deployable breakout boards start for as little as EUR 8 with the raw chips costing even less. Many manufacturers produce these with the inter-integrated circuit (i2c) interfaces [21], each with different addresses allowing some spatial variation over a hive to be monitored with relatively simple and inexpensive hardware.
Beyond humidity, metal oxide semiconductor (MOx) gas sensors provide a range of devices that fall within the size requirements for installation within honeybee hives and in a suitable price range. The problem with these sensors is that most are sensitive to multiple gases, so it is almost impossible to determine which gas is being sensed at any given time. The calibration of a new sensor will also change significantly during the first hours of operation, and it can take several hours to reach a stable value in stable environmental conditions. Care must be taken to read the datasheets as the advertising may suggest specificity whereas they merely have somewhat higher sensitivity to one target gas. The basic arrangement comprises a heater circuit and a measurement circuit where the change of conductivity in the MOx layer is measured. A further consideration is the required power supply voltage with most modern microcontrollers operating from 3.3 V, some of the older sensors use a 5 V supply adding additional barriers to implementation and higher power consumption as a result.
One family of these MOx sensors respond to give an estimate for CO2, typically derived from hydrogen measurement and termed eCO2 or CO2eq along with a value that represents the total volatile organic compounds (TVOC). These together can produce a measure of air quality that is mainly aimed at indoor environments. Different manufacturers produce such sensors with the most popular being the SGP30 [22] (Sensirion AG, Stäfa, Switzerland), the iAQ-CORE [23] (AMS AG, Unterpremstaetten, Austria), and the CCS811 [24] (Sciosense B.V., Eindhoven, The Netherlands). The BME680 [25] (Bosch Sensortec GmbH) is similar but produces a single air quality index from the gas sensor and also returns humidity, pressure, and temperature. All of these use the i2c interface and suitable driver routines are available for microcontrollers such as the Arduino or Python drivers for the Raspberry Pi. They can be purchased ready assembled onto breakout printed circuit boards; however, it is worth going for one of the well-known brands such as Adafruit [26] and Sparkfun [27] who provide well tested driver routine for their boards to make programming relatively simple for around EUR 25 per sensor board. Typical power consumption for these is between 20 and 80 mW, making them suitable for leisure battery powered field deployment. Comparisons of these have been published by Yurko 2019 [28], Lasomsri 2018 [29], and Arroyo 2020 [30]. Whilst straightforward to code, particularly with the branded expansion boards, these articles highlight the requirement for calibration prior to deployment.
For calibrated CO2 measurement the nondispersive infrared (NDIR) sensor is the closest sensor to meeting the requirements for hive installation. The basic principle is that an infrared (IR) source, closely matched to the absorption frequency of CO2, shines down a sample tube containing air. The nondispersive terminology comes from there being no grating or prism to select the frequency of light, rather, at the end is a filter to remove other frequencies followed by an IR detector. The difference between the amount of light radiated by the IR source and amount of IR detected is directly proportional to the number of CO2 molecules in the air sample in the tube. Unlike MOx sensors, this is specific to CO2 and can be calibrated to directly measure the concentration of CO2 in ppm. However, commercial devices tend to be larger than the MOx sensors, typically 35 mm × 25 mm × 7 mm, meaning that they will need to be mounted either in a hive wall, or replace part of the comb, but are similar in size to a typical queen cage. The cost is also greater than MOx, typically EUR 70. Suitable models include the Sensirion (AG, Stäfa, Switzerland) SCD30 [31], which also includes temperature and humidity, the Teledyne T6713 [32] (Amphenol Thermometrics, Inc., St. Marys, PA, USA), and the Figaro CDM7162 [33] (Figaro Engineering Inc., Osaka, Japan). A lower cost alternative is the MH-Z19B [34] (Zhengzhou Winsen Electronics Technology Co., Ltd., Zhengzhou, China), but this does not include an i2c and has slightly lower range than the others. These devices are also not instant ‘plug and play’ for calibrated measurements as, on first use, several days are often required as burn in and are recommended to need some 30 min to give accurate readings. However, once running, these devices do give actual CO2 gas concentration in parts per million within their specified error margin, typically 30 ppm +3%. A recent variation [35] uses the photoacoustic NDIR sensing principle to reduce the physical size, this is the Sensirion SCD41 (Sensirion AG, Stäfa, Switzerland).
Over the years, numerous studies have shown the importance of different gases to the health of honeybee colonies, however, much of the data have used expensive laboratory-based analysis or controlled environments. The lack of availability of low cost, small, and highly specific gas sensors continue to be a limitation in this area of study. For now, the reasonably accurate measurement of humidity along with NDIR measure of CO2 are the most that can reliably be achieved on a budget for continuous in-hive monitoring. In this article, we report the use of the Sensirion SCD41 for application in honeybee hives as these provide a CO2 measurement range of up to 40,000 ppm, with a specified accuracy of ±40 ppm +5% of reading up to 5000 ppm, in addition to providing humidity and temperature data.

2. Materials and Methods

The honeybee colonies with gas sensor systems were sited at both the Nottingham Trent University Clifton campus in the UK and the nearby B-GOOD apiary at Holme Pierrepont Hall. All data presented here are from Holme Pierrepont hives 5, 6, 7, and 8 (referred to below as HPP5, HPP6, HPP7, and HPP8). The basic structure of a honeybee hive consists of the brood box, in our case the British National hive brood box, in which the queen lays eggs and the young are reared. A queen excluder is placed on top on the brood box to prevent the queen from moving to the upper ‘super’ boxes above the brood box but allowing workers to pass through. The supers are predominantly where the honey is produced and stored. Additional supers can be added through the season as the supers become full or full frames of honey replaced with empty frames. On top of the supers is a crown board and, in this work, we produced a modified crown board that could hold the measurement electronics and the uppermost gas sensor in a weatherproof environment. Figure 1a shows one of the hives with a brood box and two supers below the modified crown board. Figure 1b shows the inside of the modified crown board with the two sets of measurement electronics and a gas sensor mounted over a mesh covered hole in the center. A second gas sensor was mounted on the queen excluder, and this is shown in Figure 1c with the protective mesh that somewhat protects it from propolis and wax coating by the bees. The hives were also mounted on a BEEP hive scale [36] that provided the mass of the hive every 15 min; although the BEEP system measures other parameters, only the hive mass data were used in this work.
The Teensy 3.5 microcontroller (PJRC, Sherwood, OR, USA) was chosen as the data logging system as it provided a real-time clock, with a battery backup, and microSD card reader on board (Figure 2). The gas sensors were connected to the Teensy via the i2c bus; a switch on one digital pin allowed the measurement to stop whilst the microSD memory card was safely replaced. As cable lengths to the sensors were at the upper end of that permitted in i2c, the pull up resistor values were dropped from 4.7 to 2.2 kΩ. Data consisting of EPOCH time (in seconds), CO2 (in ppm), temperature (in °C), and relative humidity (as a percentage) were saved with around three measurements per minute to approximately one file per day on the microSD card. The EPOCH (or Unix timestamp) is the number of seconds that have elapsed since 1 January 1970, and using this format allows data from different systems to be directly compared with each other. Reliability has proved excellent as all data presented in this article are as measured with dropped measurements showing as zeros in the data. With only a handful of data points dropped a month, this represents less than one in 25,000 measurements. The SCD41 gas sensors were purchased as Grove breakout boards from Seeed Technology (Shenzhen, China) [37] as these provided a more robust mechanism for soldering the wire connections compared to just the SCD41 element. The socket was removed from the rear of the Grove circuit board to save space as the same connections were also provided through hole solder terminals.

3. Results

Figure 3 shows the CO2 measured in the HPP8 colony from 8 July 2022 to 18 July 2022 with (a) the crown board sensor data and (b) the queen excluder sensor data. Taking day 6 data as an example for the crown board (14 July 2022), the CO2 starts to fall rapidly from 5000 ppm at 6 am and reaches the minimum at 3.25 pm of less than 1000 ppm. This is followed by variations and a slow rise until the CO2 starts to rise rapidly again at 10 pm to 4500 ppm with variations of around 500 ppm until the next day at 7 am. Figure 3 data, collected in July, represent some of the longest hours of daylight and hence the longest foraging time; this can be seen to reduce the CO2 data as daylight hours reduce going into autumn.
Figure 4 shows the CO2 and relative humidity from the HPP6 queen excluder sensor covering the period 8 July 2022 to the 15 August 2022. The daily variation can be seen in both CO2 and relative humidity and, in this particular data set, the daytime peak in the relative humidity tend to correspond to the peak in the CO2. However, this is not the same for all data and during some periods the daily changes in relative humidity were not seen to be directly aligned with the CO2 variation. Relative humidity is strongly dependent on the ambient weather conditions, which can make the changes in relative humidity due to the honeybee colony a small perturbation on the overall relative humidity value. A detailed study of the relative humidity is beyond the scope of this current article.

4. Discussion

The most obvious feature from Figure 3 is that the rise and fall in CO2 data occur at the same times during the day in both the crown board and the queen excluder. However, the CO2 falls during the daytime to almost ambient air values (450 to 500 ppm) in the crown board but is around twice this value in the queen excluder. This is not unexpected as the queen excluder sensor is mounted close to the bulk of the colony. The change between night and day is consistent with previous recent reported values [10,15,16,17] and these changes in CO2 are similar, if not in absolute values, in both sensor locations.
The data in Figure 5 are representative of the correlation between the changes in mass and CO2 through the day. During periods of nectar flow there is a significant back slope imposed on the daily increase and decrease in the mass data and these data did not allow accurate measurements of the daily changes specifically due to the foragers. However, Figure 6 shows data for periods similar to that shown in Figure 5, where mass changes are predominantly due to exit and return of foragers, and has allowed the daily change in mass to be plotted against the daily change in CO2 for three different sensors.
From the gradient of Figure 6, we can determine that the CO2 change is (8701 ± 928) ppm per kg of bees. A simple calculation using the average weight of a worker honeybee being 120 mg [38,39] gives (1.04 ± 0.10) ppm/bee. This cannot be directly ascribed to the physiological activity as the physical presence of the forager bees will also change the air flow in the hive. However, this suggests that it may provide an empirical way to estimate the colony size from CO2 changes when the forages leave the hive and without the requirements for a hive scale. This is clearly demonstrated in the tracking of the decline of colony HPP8 shown by the CO2 data in Figure 7. This covers the period 8 July 2022, when the colony was healthy, through to the 14 February 2023. The CO2 follows a ‘healthy’ trend up until 29 July after which there is a steady decline in the daily CO2 variation and colony death by 150 days after which the CO2 levels are consistent with ambient air.

5. Conclusions

The current generation of NDIR carbon dioxide sensors have been demonstrated to be well suited to the task of monitoring in honeybee colonies. We have shown preliminary data that suggests that CO2 can give information about the number of foraging bees in the hive and hence the colony strength and has shown how this decreases in a dying colony. The very high temporal resolution that we have used has produced excellent data, but the colony demise could equally well have been determined from measurements as low as four per hour which is typical of commercial hive monitoring scales. With the ubiquitous i2c interface being used by most NDIR sensors in this class, it would be straightforward for manufacturers of hive scales to incorporate such devices into their hardware. One simple technique we have developed is the modified crown board for holding electronics which has proven to be outstanding for keeping the electronics dry and functioning. As the CO2 sensor gives good data from this location, it may be something else that hive monitoring equipment manufacturers may wish to consider implementing for themselves.
The next stage of this research will be to look at CO2 in hives during the wintertime when the brood boxes may not be opened. As little data are currently available on wintering colonies, CO2 may give an important indication of when a colony may require extra feeding to survive. Further studies may also include the comparison of CO2 in colonies in the same location but with differing levels of varroa mite infestation to see if CO2 offers any indication of colony varroa levels.

Author Contributions

Conceptualization, M.I.N. and M.B.; investigation, M.I.N., C.T., A.M., T.K., L.C. and M.B. All authors have read and agreed to the published version of the manuscript.

Funding

This project receives funding from the European Union’s Horizon 2020 research and innovation programme as part of the Giving Beekeeping Guidance by cOmputatiOnal-assisted Decision making (B-GOOD) consortium under grant agreement No. 817622.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

The data presented in this study are openly available in FigShare at https://figshare.com/articles/dataset/Gas_sensor_data_from_summer_2022/22133651 or doi:10.6084/m9.figshare.22133651 (accessed on 25 March 2023).

Acknowledgments

The authors acknowledge the owners of Holme Pierrepont Hall Nottingham UK for hosting the UK B-GOOD apiary.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kraus, B.; Velthuis, H.H.W. High humidity in the honey bee (Apis mellifera L.) brood nest limits reproduction of the parasitic mite Varroa jacobsoni Oud. Naturwissenschaften 1997, 84, 217–218. [Google Scholar] [CrossRef] [Green Version]
  2. Human, H.; Nicolson, S.W.; Dietemann, V. Do honeybees, Apis mellifera scutellata, regulate humidity in their nest? Naturwissenschaften 2006, 93, 397–401. [Google Scholar] [CrossRef]
  3. Sánchez, V.; Gil, S.; Flores, J.M.; Quiles, F.J.; Ortiz, M.A.; Luna, J.J. Implementation of an electronic system to monitor the thermoregulatory capacity of honeybee colonies in hives with open-screened bottom boards. Comput. Electron. Agr. 2015, 119, 209–216. [Google Scholar] [CrossRef]
  4. Ayton, S.; Tomlinson, S.; Phillips, R.D.; Dixon, K.W.; Withers, P.C. Phenophysiological variation of a bee that regulates hive humidity, but not hive temperature. J. Exp. Biol. 2016, 219, 1552–1562. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Li, Z.; Huang, Z.Y.; Sharma, D.B.; Xue, Y.; Wang, Z.; Ren, B. Drone and worker brood microclimates are regulated differentially in honey bees, Apis mellifera. PLoS ONE 2016, 11, e0148740. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  6. Abou-Shaara, H.F.; Owayss, A.A.; Ibrahim, Y.Y.; Basuny, N.K. A review of impacts of temperature and relative humidity on various activities of honey bees. Insect. Soc. 2017, 64, 455–463. [Google Scholar] [CrossRef]
  7. Meikle, W.G.; Weiss, M.; Maes, P.W.; Fitz, W.; Snyder, L.A.; Sheehan, T.; Mott, B.M.; Anderson, K.E. Internal hive temperature as a means of monitoring honey bee colony health in a migratory beekeeping operation before and during winter. Apidologie 2017, 48, 666–680. [Google Scholar] [CrossRef] [Green Version]
  8. Ma, W.; Li, X.; Shen, J.; Du, Y.; Xu, K.; Jiang, Y. Transcriptomic analysis reveals Apis mellifera adaptations to high temperature and high humidity. Ecotoxicol. Environ. Saf. 2019, 184, 109599. [Google Scholar] [CrossRef]
  9. LiI, X.; Ma, W.; Shen, J.; Long, D.; Feng, Y.; Su, W.; Xu, K.; Du, Y.; Jiang, Y. Tolerance and response of two honeybee species Apis cerana and Apis mellifera to high temperature and relative humidity. PLoS ONE 2019, 14, e0217921. [Google Scholar] [CrossRef] [Green Version]
  10. Ellis, M.B. Homeostasis: Humidity and Water Relations in Honeybee Colonies (Apis mellifera). Ph.D. Thesis, Magister Scientiae University of Pretoria, Pretoria, South Africa, November 2008. Available online: https://repository.up.ac.za/bitstream/handle/2263/28357/dissertation.pdf (accessed on 25 March 2023).
  11. Seeley, T.D. Atmospheric carbon dioxide regulation in honey-bee (Apis mellifera) colonies. J. Insect Physiol. 1974, 20, 2301–2305. [Google Scholar] [CrossRef]
  12. Robinson, G.E.; Visscher, P.K. Effect of low temperature narcosis on honey Bee (Hymenoptera: Apidae) foraging behavior. Fla. Entomol. 1984, 67, 568–570. [Google Scholar] [CrossRef]
  13. Stec, D.; Kuszewska, K. CO2 narcosis influences the memory of honey bees. J. Apicul. Res. 2020, 59, 663–668. [Google Scholar] [CrossRef]
  14. Cecchi, S.; Terenzi, A.; Orcioni, S.; Spinsante, S.; Primiani, V.M.; Moglie, F.; Ruschioni, S.; Mattei, C.; Riolo, P.; Isidoro, N. Multi-sensor platform for real time measurements of honey bee hive parameters. IOP C. Ser. Earth Env. 2019, 275, 012016. [Google Scholar] [CrossRef]
  15. Cecchi, S.; Spinsante, S.; Terenzi, A.; Orcioni, S. A smart sensor-based measurement system for advanced bee hive monitoring. Sensors 2020, 20, 2726. [Google Scholar] [CrossRef]
  16. Meikle, W.G.; Adamczyk, J.J.; Weiss, M.; Ross, J.; Werle, C.; Beren, E. Sublethal concentrations of clothianidin affect honey bee colony growth and hive CO2 concentration. Sci. Rep. 2021, 11, 4364. [Google Scholar] [CrossRef]
  17. Meikle, W.G.; Barg, A.; Weiss, M. Honey bee colonies maintain CO2 and temperature regimes in spite of change in hive ventilation characteristics. Apidologie 2022, 53, 51. [Google Scholar] [CrossRef]
  18. Leonard, R.J.; Vergoz, V.; Proschogo, N.; McArthur, C.; Hochuli, D.F. Petrol exhaust pollution impairs honey bee learning and memory. Oikos 2018, 128, 264–273. [Google Scholar] [CrossRef]
  19. Ginevan, M.E.; Lane, D.D.; Greenberg, L. Ambient air concentration of sulfur dioxide affects flight activity in bees. Proc. Natl. Acad. Sci. USA 1980, 77, 5631–5633. [Google Scholar] [CrossRef] [Green Version]
  20. Reitmayer, C.M.; Ryalls, J.M.W.; Farthing, E.; Jackson, C.W.; Girling, R.D.; Newman, T.A. Acute exposure to diesel exhaust induces central nervous system stress and altered learning and memory in honey bees. Sci. Rep. 2019, 9, 5793. [Google Scholar] [CrossRef] [Green Version]
  21. i2c Standard. Available online: https://web.archive.org/web/20210813122132/https://www.nxp.com/docs/en/user-guide/UM10204.pdf (accessed on 6 February 2023).
  22. SGP30 Product Information. Available online: https://sensirion.com/products/catalog/SGP30/ (accessed on 6 February 2023).
  23. iaQ Core Product Information. Available online: https://www.sciosense.com/wp-content/uploads/2020/01/iaQ-Core-Datasheet.pdf (accessed on 6 February 2023).
  24. CCS811 Product Information. Available online: https://www.sciosense.com/products/air-quality-sensors-environmental-sensors/ccs811/ (accessed on 6 February 2023).
  25. BME680 Product Information. Available online: https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/ (accessed on 6 February 2023).
  26. Available online: https://www.Adafruit.com (accessed on 6 February 2023).
  27. Available online: https://www.Sparkfun.com (accessed on 6 February 2023).
  28. Yurko, G.; Roostaei, J.; Dittrich, T.; Xu, L.; Ewing, M.; Zhang, Y.; Shreve, G. Real-time sensor response characteristics of 3 commercial metal oxide sensors for detection of BTEX and chlorinated aliphatic hydrocarbon organic vapors. Chemosensors 2019, 7, 40. [Google Scholar] [CrossRef] [Green Version]
  29. Lasomsri, P.; Yanbuaban, P.; Kerdpoca, O.; Ouypornkochagorn, T. A development of low-cost devices for monitoring indoor air quality in a large-scale hospital. In Proceedings of the 2018 15th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON), Chiang Rai, Thailand, 18–21 July 2018; pp. 286–289. [Google Scholar] [CrossRef]
  30. Arroyo, P.; Meléndez, F.; Suárez, J.; Herrero, J.; Rodríguez, S.; Lozano, J. Electronic nose with digital gas sensors connected via bluetooth to a smartphone for air quality measurements. Sensors 2020, 20, 786. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  31. Sensirion SCD30 Product Information. Available online: https://sensirion.com/products/catalog/SCD30/ (accessed on 6 February 2023).
  32. Teledyne T6713 Product Information. Available online: https://www.amphenol-sensors.com/en/telaire/co2 (accessed on 6 February 2023).
  33. Figaro CDM7162 Product Information. Available online: https://www.figaro.co.jp/en/product/entry/cdm7162.html (accessed on 6 February 2023).
  34. MH-Z19b Product Information. Available online: https://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf (accessed on 6 February 2023).
  35. Senserion SCD41 Product Information. Available online: https://sensirion.com/media/documents/E0F04247/631EF271/CD_DS_SCD40_SCD41_Datasheet_D1.pdf (accessed on 6 February 2023).
  36. BEEP Product Information. Available online: https://beep.nl/index.php/measurement-system-2 (accessed on 1 February 2023).
  37. SEEED Studio Product Information. Available online: https://wiki.seeedstudio.com/Grove-CO2-Temperature-Humidity-Sensor-SCD41/ (accessed on 1 February 2023).
  38. Harbo, J.R. Effect of brood rearing on honey consumption and the survival of worker honey bees. J. Apic. Res. 1993, 32, 11–17. [Google Scholar] [CrossRef]
  39. Meikle, W.G.; Rector, B.G.; Mercadier, G.; Holst, N. Within-day variation in continuous hive weight data as a measure of honey bee colony activity. Apidologie 2008, 39, 694–707. [Google Scholar] [CrossRef] [Green Version]
Figure 1. (a) Hive showing brood box with queen excluder, two ‘supers’, and the modified crown board. (b) Modified crown board with two sets of measurement electronics and one SCD41 sensor mounted over a hole in the center. (c) Queen excluder with SCD41 sensor and protective mesh cage.
Figure 1. (a) Hive showing brood box with queen excluder, two ‘supers’, and the modified crown board. (b) Modified crown board with two sets of measurement electronics and one SCD41 sensor mounted over a hole in the center. (c) Queen excluder with SCD41 sensor and protective mesh cage.
Sensors 23 03588 g001
Figure 2. Data logging electronics based on Teensy 3.5 microcontroller. The SCD41 NDIR sensor is shown bottom left mounted on the Grove breakout board.
Figure 2. Data logging electronics based on Teensy 3.5 microcontroller. The SCD41 NDIR sensor is shown bottom left mounted on the Grove breakout board.
Sensors 23 03588 g002
Figure 3. CO2 data from HPP8 measured at a sensor in the crown board (a) and the queen excluder (b) covering the same measurement times.
Figure 3. CO2 data from HPP8 measured at a sensor in the crown board (a) and the queen excluder (b) covering the same measurement times.
Sensors 23 03588 g003
Figure 4. HPP6 queen excluder sensor comparing the CO2 (blue data using left hand side axis) with the relative humidity (orange data using right hand axis).
Figure 4. HPP6 queen excluder sensor comparing the CO2 (blue data using left hand side axis) with the relative humidity (orange data using right hand axis).
Sensors 23 03588 g004
Figure 5. HPP6 queen excluder sensor CO2 (blue data using left hand axis) compared with the hive mass (orange data using right hand axis) from the BEEP scale. The daytime exit and return of the foragers can clearly be seen in both the mass and the CO2 data.
Figure 5. HPP6 queen excluder sensor CO2 (blue data using left hand axis) compared with the hive mass (orange data using right hand axis) from the BEEP scale. The daytime exit and return of the foragers can clearly be seen in both the mass and the CO2 data.
Sensors 23 03588 g005
Figure 6. Using data similar to that shown in Figure 5, daytime change in mass due to foragers leaving the hive is plotted against the change in CO2 at the same time. Data for three hives sensors are shown: HPP8 crown board (diamonds), HPP6 queen excluder (circles), and HPP6 crown board (triangles).
Figure 6. Using data similar to that shown in Figure 5, daytime change in mass due to foragers leaving the hive is plotted against the change in CO2 at the same time. Data for three hives sensors are shown: HPP8 crown board (diamonds), HPP6 queen excluder (circles), and HPP6 crown board (triangles).
Sensors 23 03588 g006
Figure 7. HPP8 crown board CO2 data from 8 July 2022 to 14 February 2023. Inspections found that this colony was healthy at the start of the period and was observed as failed at around 150 days.
Figure 7. HPP8 crown board CO2 data from 8 July 2022 to 14 February 2023. Inspections found that this colony was healthy at the start of the period and was observed as failed at around 150 days.
Sensors 23 03588 g007
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Bencsik, M.; McVeigh, A.; Tsakonas, C.; Kumar, T.; Chamberlain, L.; Newton, M.I. A Monitoring System for Carbon Dioxide in Honeybee Hives: An Indicator of Colony Health. Sensors 2023, 23, 3588. https://doi.org/10.3390/s23073588

AMA Style

Bencsik M, McVeigh A, Tsakonas C, Kumar T, Chamberlain L, Newton MI. A Monitoring System for Carbon Dioxide in Honeybee Hives: An Indicator of Colony Health. Sensors. 2023; 23(7):3588. https://doi.org/10.3390/s23073588

Chicago/Turabian Style

Bencsik, Martin, Adam McVeigh, Costas Tsakonas, Tarun Kumar, Luke Chamberlain, and Michael I. Newton. 2023. "A Monitoring System for Carbon Dioxide in Honeybee Hives: An Indicator of Colony Health" Sensors 23, no. 7: 3588. https://doi.org/10.3390/s23073588

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop