The Project — Smart Beehive
An integrated beekeeping monitoring system that combines remote camera viewing, environmental sensors, automated entrance control, and LED illumination — all powered and connected through a single Power over Ethernet cable. The Pi 5 onboard the hive runs a Python application that reads sensors, streams video, controls the servo gate and LEDs, and publishes data to a cloud dashboard via MQTT.
What It Will Do
- Monitor bee activity — dual cameras at the entrance stream live video to a web dashboard
- Track hive health — 3× SHT45 sensors measure temperature and humidity inside the brood box, super, and ambient air
- Measure hive weight — load cells under the hive track honey production and colony health
- Control the entrance remotely — servo-driven gate opens/closes on command (useful for transport, winter, or pesticide events)
- Provide nighttime viewing — red LEDs (invisible to bees) for night camera operation
- Phone home reliably — PoE connection, MQTT to AWS IoT Core, offline buffer for resilience
What Won't Be in This Version
- Bee counting / image recognition (future work, possibly using on-Pi ML)
- Automated honey harvesting
- Multi-hive fleet dashboard (single-hive UI for now)
- Battery/solar backup (PoE provides power; battery would add cost and complexity)
Who It's For
- Beginner beekeepers — guided alerts and remote monitoring lower the barrier to entry
- Commercial operations — scalable monitoring for managing dozens of hives
- Researchers — detailed time-series data for studying colony behavior