Open Hive Arduino Yún gateway
Tip
You might want to read this document on our documentation space, all inline links will be working there.
Introduction
This firmware runs on the Open Hive RFM69 Arduino Yún, a receiver node using radio link communication. Telemetry data is received from the Open Hive RFM69 sensor node, decoded from CSV and stored to a SD card. The most recent version is available at gateway-rfm69-csv-sdcard.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 gateway-rfm69-csv-sdcard
# Build firmware
make build
# Upload to MCU
make upload
Tip
Please inspect the platformio.ini
file, and adjust it to match your setup.