Glossary
Learn the core concepts behind HiveSense.
Offline‑First
An architecture where all data is stored locally first (WatermelonDB) and only syncs to the cloud when a connection is available.
BLE Sensors
Bluetooth Low Energy devices such as BroodMinder, BEEP, and Govee that broadcast temperature, humidity, and other hive metrics.
On‑Device Whisper
A locally‑run speech‑to‑text model that transcribes voice notes without sending audio to any server.
Privacy Mode
A toggle that disables all network sync, keeping hive data encrypted and stored only on the device.
WatermelonDB
A high‑performance SQLite‑based database designed for offline‑first React‑Native apps.
Frequently Asked Questions
Why is offline‑first important?
It guarantees you can record inspections, sensor data, and voice notes even when you have no cell signal, which is common in remote apiaries.
Do BLE sensors need internet?
No. They communicate directly with your phone via Bluetooth.
Is my data safe in Privacy Mode?
All data is encrypted at rest and never leaves the device while Privacy Mode is enabled.