Open Hive RFM69 sensor node
Tip
You might want to read this document on our documentation space, all inline links will be working there.
Introduction
The Open Hive Box RFM69 is a sensor node transmitting data using radio link communication. Telemetry data is serialized using CSV and transmitted to the receiver node Open Hive Arduino Yún gateway or Open Hive JeeLink radio gateway. The most recent firmware version is available at node-rfm69-csv.ino.
Build
Build on your workstation
# Get hold of the source code repository including all dependencies
git clone https://github.com/hiveeyes/arduino
# Select this firmware
cd node-rfm69-csv
# Build firmware
make build
# Upload to MCU
make upload
Tip
Please inspect the platformio.ini
file, and adjust it to match your setup.