Robonex Technologies
ROBONEX
← Research & Case Studies/Research / Prototype
CASE STUDY · AGRICULTURE / IoT

BuzzGuard

Intelligent Remote Beehive Monitoring & Analytics

IoTEmbedded SystemsMachine LearningComputer VisionAcoustic AnalysisCloud BackendMobile Application

Turning a beehive into a connected, observable and intelligent system.

BuzzGuard is an integrated remote beehive monitoring platform developed to combine environmental sensing, acoustic monitoring, computer vision, machine learning and a mobile application into one connected workflow.

Instead of relying entirely on periodic manual hive inspections, BuzzGuard explores how continuous sensing and AI-assisted visual analysis can provide beekeepers with richer information about colony conditions.

ACTUAL PROTOTYPE — FIELD INSTALLATION
BuzzGuard ESP32 sensor unit wired and installed within an active beehive frame
The BuzzGuard sensing unit, wired and installed within an active hive frame during field testing at a partner beekeeping farm.
Prototype
Stage
3
Sensors
Multiple
CV Models
2 Farms
Field Sites
01 — THE PROBLEM

Beekeeping Has A Visibility Problem

Traditional hive inspection requires the beekeeper to physically inspect the colony. While manual inspection can reveal important information, it is periodic, intrusive, and dependent on the person performing the inspection. A hive can also experience changes between inspections.

What if a beekeeper could continuously observe important hive conditions without repeatedly opening and disturbing the colony?

WHAT MANUAL INSPECTION REVEALS
Colony Condition
Brood
Honey Stores
Pests
Queen Presence
Frame Condition

Existing smart-monitoring approaches can also be fragmented — some focus primarily on environmental sensing, others on acoustics, others on visual inspection. BuzzGuard explores a multimodal approach rather than treating each source of information as an isolated system:

Environment+Sound+Vision+Machine Learning+Software
02 — THE BUZZGUARD APPROACH

One System, Not One Model

Sensing → Backend → Intelligence → Application
The Physical Hive
ESP32-Based Sensor Unit
Temperature + Humidity + Acoustic Data
MQTT Communication
Backend / Database
AI / ML + Computer Vision
BuzzGuard Mobile Application
Actionable Information
Parallel Pathway — Frame Image Analysis
Hive Frame Image
Mobile Application
Backend Job
Computer Vision Pipeline
Detection / Classification Results
Mobile Application

BuzzGuard is not a single AI model or a sensor dashboard. It is an integrated system connecting the physical hive to data, AI and a user-facing application.

03 — HARDWARE & IoT

Building The Physical Layer

The hardware subsystem uses an ESP32-based embedded unit to collect information from the hive. The embedded unit was physically assembled and later integrated into a purpose-designed enclosure.

ESP32

The core embedded controller running the sensing and connectivity logic.

DHT12 Temperature & Humidity Sensor

Provides environmental measurements from within the hive.

INMP441 Digital Microphone

Used for acoustic acquisition of hive sound.

The hardware was not left as a circuit-level concept. The sensing unit was assembled, enclosed and installed at a beehive farm for field testing and data collection.

ASSEMBLED UNIT — HIVE INSTALLATION
Assembled ESP32 sensor unit and enclosure wired within a hive frame
The assembled ESP32 sensor unit, wiring harness and enclosure connected within a hive frame at a partner farm — the project progressed from circuit-level implementation to a physical, field-installed enclosure.
04 — DEVICE CONNECTIVITY

From Hive To Cloud

The ESP32 publishes sensor information through MQTT. The backend subscribes to the incoming MQTT stream and processes and stores the data.

MQTT provides a lightweight communication mechanism suitable for IoT environments where network conditions may not always be ideal.

The ESP32 first attempts to connect using stored Wi-Fi credentials.

If the connection cannot be established within the configured period, the device can enter a Bluetooth Low Energy provisioning path so credentials can be supplied through the mobile application.

The system also validates the hardware identity and activation status against the backend before entering its normal monitoring loop.

Communication Flow
ESP32
MQTT Broker
Backend Server
Supabase
BuzzGuard Application

This is presented as the connectivity architecture implemented in the prototype — not as production-grade IoT infrastructure.

05 — CONTINUOUS SENSOR MONITORING

Three Signals From The Hive

Temperature

Environmental information about the hive.

Humidity

Another important environmental indicator.

Acoustic Frequency

Sound generated within the hive.

The application converts these readings into historical graphs instead of displaying only isolated numbers.

A single reading provides limited context. Trends over time provide a much richer picture of how conditions are changing.

BuzzGuard application screenshot showing live temperature, humidity and sound frequency graphs

Actual app screenshot — live sensor graphs (Box 1)

06 — COMPUTER VISION

Giving The System Eyes

Sensors can tell us about the environment surrounding the colony. They cannot directly tell us what is visible on a hive frame. Computer vision provides the visual layer of BuzzGuard.

The project developed multiple computer-vision workflows rather than relying on one generic model — different visual tasks required different approaches. Dataset organization and annotation were handled with Roboflow.

Bees

Individual visible bees across dense hive-frame imagery.

Queen Bees

Presence and location of the queen on a frame.

Varroa Mites

Visible mites on bees and comb surfaces.

Drone Cells

Cells associated with drone brood.

Pollen

Stored pollen as a resource-availability indicator.

Honey

Presence of capped or visible honey on a frame.

07 — BEE SEGMENTATION

Counting Bees In Dense Frames

The first major vision task was bee segmentation. The objective was to identify individual visible bees in crowded hive-frame imagery and convert those detections into a measurable bee count, using YOLOv8.

DATASET CHALLENGES
Bees overlapIrregular comb textureVariable lightingDifficult bee boundaries
TRAINING CONFIGURATION
Epochs
100
Batch Size
~4–8 (memory dependent)
Image Size
1280
Weights
Pretrained YOLOv8
Validation Metrics
Precision, Recall, mAP50, mAP50–95
08 — MITE, DRONE CELL & QUEEN DETECTION

Looking Beyond Bee Counts

A bee count can describe visible activity. But identifying a mite, detecting the queen, or identifying drone cells can provide additional information relevant to colony inspection and management.

Varroa MitesQueen BeesDrone Cells
AI-Assisted Visual Inspection

Not an autonomous medical or biological diagnosis system.

DATASET
Annotated using Roboflow · 70/30 training / validation split
TRAINING CONFIGURATION
Epochs
50
Image Size
920
Batch Size
4
Learning Rate
0.001 (cosine decay)
Patience
20
Augmentation
Scale, mosaic, mixup
Weights
Pretrained
09 — POLLEN DETECTION

Understanding Hive Resources

Pollen provides information about resource availability and colony conditions. The system treats pollen as a separate visual problem because pollen has different visual characteristics from bees and mites.

TRAINING CONFIGURATION
Epochs
100
Image Size
960
Batch Size
8
Learning Rate
0.001 (cosine decay)
Patience
25
Augmentation
Scale, mosaic, mixup
Weights
Pretrained
10 — HONEY CLASSIFICATION

Detecting Honey Presence

Honey presents a different computer-vision problem because it does not behave like a discrete object with a clear boundary. BuzzGuard treats this as an image-classification task.

Is honey present on this frame?

TRAINING CONFIGURATION
Epochs
50
Image Size
640
Batch Size
16
Learning Rate
0.001 (cosine decay)
Patience
15
Augmentation
Scale, horizontal flip, mild brightness/contrast

Sections 7–10 present the documented objective, dataset approach and training configuration for each model exactly as implemented in the underlying research. Detailed benchmark figures, confusion matrices and annotated dataset imagery are part of the project's internal technical documentation and are intentionally not fabricated for this public case study.

11 — ACOUSTIC MACHINE LEARNING

Turning Hive Sounds Into Colony-State Signals

The acoustic component converts raw hive sound into an interpretable colony-state signal. The implemented model is intentionally lightweight and rule-based.

Last 6 Hive-Frequency Readings
Average Frequency
Frequency Classification
Output: Healthy / Agitated / Swarming
150–250 Hz
Healthy

Normal colony activity.

250–480 Hz
Agitated

Potentially stressed, disturbed or queenless behavior according to the project's rule set.

480–700 Hz
Swarming

Associated by the project with pre-swarm or active swarm behavior.

These frequency ranges form the rule-based classifier implemented in this research prototype. They should not be presented as universally validated biological thresholds.

BuzzGuard hive health report screenshot showing colony state Agitated with 70 percent confidence

Actual app output — Colony State: Agitated (70% confidence), avg. 301 Hz

A real output: an average frequency of 301 Hz — inside the documented 250–480 Hz range — was classified as Agitated.

12 — THE INTEGRATION LAYER

Where The Models Become One System

The project did not leave the hardware, models and application as separate demonstrations. Sensor data, acoustic analysis, hive images, computer vision, backend processing and the mobile application are connected into one workflow.

Sensor Data×Acoustic Analysis×Hive Images×Computer Vision×Backend Processing×Mobile Application
Computer-Vision Job Pipeline
User Selects / Captures Hive-Frame Image
React Native Application
Backend Request
Job Created
Image Uploaded To Storage
FastAPI Worker
Multiple Models Executed
Results Stored
Job Status Updated
Realtime Synchronization
Mobile Application Displays Results
JOB-BASED ARCHITECTURE

The backend uses a job-based architecture. A job begins in a pending state, the worker processes it, and the result is eventually marked complete.

The application listens for real-time status updates rather than requiring the user to repeatedly refresh the page — a major piece of the system's engineering.

JOB LIFECYCLE
PendingProcessingComplete
WHY IT MATTERS

Real-time sync means the beekeeper sees results the moment the pipeline finishes — not after manually refreshing or re-opening the app.

13 — THE BUZZGUARD MOBILE APPLICATION

One Interface For The Entire System

The BuzzGuard mobile application provides the main user interface — from authentication and farm management through to live monitoring, AI results and a conversational assistant.

Authentication

User registration and login.

Farm Management

Manage farms and associated hive boxes.

Hive Management

Select a hive/box and access associated frames.

Live Monitoring

Temperature, humidity and sound frequency.

Frame Analysis

Capture or upload hive-frame images.

AI Results

Computer-vision and ML colony-state information.

Historical Trends

Changes in frame-analysis indicators across scans.

Chatbot

Conversational assistance for interpreting system information.

ACTUAL APPLICATION SCREENSHOTS
Frame Analysis screenshot

Frame Analysis

Live sensor graphs screenshot

Live Graphs

ML hive health report screenshot

ML Report

BuzzGuard chatbot assistant screenshot

Chatbot

BuzzGuard frame analysis output showing an At Risk colony status with combined detection statistics

Actual output — Frame Analysis, Colony Status: At Risk

14 — FRAME ANALYSIS

From Upload To Structured Inspection

The frame-analysis workflow allows users to capture or upload images directly through the application. The backend processes the image through the computer-vision pipeline and presents combined results, along with an overall colony/frame label where applicable.

COMBINED STATISTICS — ACTUAL SCAN OUTPUT
79
Bees
36.76%
Honey
0
Pollen
1
Queens
0
Damage
1
Larvae
1
Mites
42
Drones

The objective is not merely to return a model prediction. The objective is to turn the prediction into information a beekeeper can actually interpret.

15 — HISTORICAL ANALYTICS

Monitoring Change, Not Just Snapshots

Instead of showing only the result of a single scan, BuzzGuard can retain scan-wise visual indicators and allow users to observe how they change over time.

TRACKED INDICATORS
BeesPollenQueensDamageLarvaeMitesDrones
One-Time Inspection
Trend-Based Monitoring
FIELD DEPLOYMENT
Completed BuzzGuard monitoring unit installed at a partner beehive farm
The completed monitoring unit — enclosure, wiring and sensor unit — installed within a hive at one of the two partner farms during data collection.
16 — FIELD DEPLOYMENT

From Prototype To The Field

Al Nahl FarmNature Raw Organic Farm

BuzzGuard progressed beyond circuit-level experimentation. The embedded monitoring unit was assembled, enclosed and physically installed at partner beehive farms for field data collection.

The prototype was installed at two partner sites — Al Nahl Farm and Nature Raw Organic Farm — where the project collected actual temperature, humidity and acoustic readings from the deployed system, demonstrating that BuzzGuard was engineered for interaction with a physical environment rather than remaining purely theoretical.

This reflects prototype field installations at two partner farms for testing and data collection — not a large-scale commercial deployment.

Development of BuzzGuard has received funding support from Kaya.inc (Turkiye).

17 — WHAT WE ACHIEVED

What The Prototype Demonstrated

Physical Prototype

ESP32-based sensing unit integrated into a custom enclosure.

Field Installation

The device was physically installed at a beehive farm.

Real Sensor Data

Temperature, humidity and acoustic data were collected.

Computer Vision

Multiple visual-analysis models were developed for hive-frame inspection.

Machine Learning

A lightweight acoustic classifier converted frequency readings into colony-state labels.

Backend Integration

Sensor and image-processing workflows were connected through backend infrastructure.

Mobile Application

A single application provided monitoring, analysis and user interaction.

Multimodal System

IoT, acoustic analysis, computer vision and machine learning were integrated into one workflow.

18 — RESULTS & LIMITATIONS

What We Learned

The underlying research indicates that the system demonstrated technical viability and practical value — but also that the models are not perfect. Visual models can still experience confusion in visually difficult classes.

The prototype established the foundation for a connected, non-invasive monitoring platform while identifying the next engineering challenges required for production-scale deployment.

IDENTIFIED NEXT STEPS
Improved model accuracy
Larger and more diverse datasets
Long-term field validation
Larger-scale deployment
More extensive real-world testing
19 — FUTURE DEVELOPMENT

Where BuzzGuard Goes Next

The following are proposed future development directions — not existing capabilities.

FUTURE DIRECTION
Larger Real-World Dataset

Collect more hive imagery and sensor data across different conditions, seasons and apiaries.

FUTURE DIRECTION
Improved AI Models

Move beyond the current prototype models toward more robust visual and acoustic models.

FUTURE DIRECTION
Multimodal Intelligence

Combine temperature, humidity, sound and vision into richer colony-level analysis.

FUTURE DIRECTION
Edge AI

Explore running selected inference workloads closer to the hive.

FUTURE DIRECTION
Multi-Hive Management

Scale the platform to manage many farms and hive boxes.

FUTURE DIRECTION
Predictive Analytics

Move from monitoring current conditions toward identifying patterns that may precede important colony events.

FUTURE DIRECTION
Commercial Hardware

Develop a more ruggedized, production-ready sensing enclosure.

FUTURE DIRECTION
Mobile & Cloud Expansion

Improve remote monitoring, notifications and large-scale data analytics.

20 — TECHNOLOGY STACK

What It Was Built With

Embedded
ESP32DHT12INMP441
Communication
MQTTWi-FiBluetooth Low Energy Provisioning
Computer Vision
YOLOv8RoboflowImage AnnotationObject DetectionSegmentationImage Classification
Machine Learning
Rule-Based Acoustic Frequency ClassificationSensor Data Processing
Backend
FastAPIBackend WorkersJob-Based ProcessingSupabase
Application
React NativeMobile DashboardReal-Time Synchronization
21 — ENGINEERING PHILOSOPHY

Why BuzzGuard Matters To RoboNex

BuzzGuard represents the type of engineering problem RoboNex wants to solve.

The challenge was not simply to train an AI model. It was to build an entire system.

A physical device observes the environment. Data moves from the device to the backend.

AI interprets sensor and visual information. The backend coordinates the processing.

And the application turns the results into information a person can actually use.

This is the type of multidisciplinary engineering RoboNex is building around: connecting AI, software, hardware and real-world operations into practical intelligent systems.

We don't build AI for the sake of AI. We build systems around problems that exist in the real world.

22 — PROJECT SUMMARY

At A Glance

Project
BuzzGuard
Industry
Agriculture / Beekeeping
Focus
Remote Intelligent Beehive Monitoring
Core Technologies
IoT · AI/ML · Computer Vision · Embedded Systems · Cloud Backend · Mobile Application
Physical System
ESP32 + DHT12 + INMP441
Communication
MQTT
Computer Vision
Bee segmentation, mite detection, queen detection, drone-cell detection, pollen detection and honey classification
AI/ML
Acoustic frequency-based colony-state classification
Deployment
Prototype field installation + real sensor data collection
Field Sites
2 partner farms — Al Nahl Farm and Nature Raw Organic Farm
Application
React Native mobile application
Funding / Support
Kaya.inc (Turkiye)
Current Stage
Research / Prototype
23 — LET'S BUILD

Have A Real-World Problem Worth Solving?

BuzzGuard started with a real-world problem and required hardware, software, data and AI to solve it. If your organization has a problem involving AI, computer vision, IoT, automation, data or intelligent monitoring, RoboNex can help turn that problem into a working system.