Hiveeyes Arduino
0.17.0
  • README
  • Firmware overview
  • Development
  • Contributors
  • Changelog
  • BERadio C++
  • TerkinData C++
  • Firmware builder
Hiveeyes Arduino
  • Docs »
  • Open Hive JeeLink radio gateway
  • View page source

Open Hive JeeLink radio gateway¶

Tip

You might want to read this document on our documentation space, all inline links will be working there.

Introduction¶

The Open Hive JeeLink radio gateway is a receiver/gateway node using radio link communication based on the JeeLink v3c (shop). Telemetry data is received from the Open Hive RFM69 sensor node, decoded from CSV and forwarded to the UART interface suitable for further downstreaming to MQTT using the beradio-python gateway. The most recent firmware version is available at gateway-rfm69-csv-uart.ino.

Open Hive JeeLink Radio Gateway

JeeLink v3c

Build¶

Build on your workstation¶

# Get hold of the source code repository including all dependencies
git clone --recursive https://github.com/hiveeyes/arduino

# Select this firmware
cd gateway-rfm69-csv-uart

# Select appropriate Makefile
ln -s Makefile-Linux.mk Makefile

# Build firmware
make

# Upload to MCU
make upload

Note

You might want to adjust the appropriate Makefile to match your environment.


© Copyright 2013-2020, The Hiveeyes Developers.

Built with Sphinx using a theme provided by Read the Docs.