Contents Menu Expand Light mode Dark mode Auto light/dark mode
Hiveeyes Arduino
Hiveeyes Arduino
  • Firmware overview
    • Mois Labs Beescale Yún
    • Open Hive GSM and WiFi sensor nodes
    • Open Hive Arduino Yún gateway
    • Open Hive JeeLink radio gateway
    • Open Hive RFM69 sensor node
    • Firmwares for load cell adjustment
    • multihop firmware
    • Hiveeyes Pipa Datalogger
      • Pipa backlog
    • Basic WiFi/MQTT sensor node
    • ESP8266 beehive scale based on Homie
    • Battery-powered ESP8266 beehive scale based on Homie
    • Bienenwaage 2.0 NodeMCU
    • Bienenwaage 5.0 TTGO T-Call
      • Bienenwaage 5.0 changelog
      • Bienenwaage 5.0 backlog
  • BERadio C++
  • TerkinData C++
  • TerkinTelemetry C++
  • Firmware builder
  • Development
    • Development sandbox
      • BERadio C++ library research
      • Firmware size comparison
    • PlatformIO how-to
    • Contributors
    • Changelog
    • Backlog
    • Licenses
Back to top

Open Hive JeeLink radio gateway#

Tip

Please continue reading 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 rfm69-gateway-uart.ino.

Open Hive JeeLink Radio Gateway

JeeLink v3c#

Build#

Build on your workstation#

# Acquire source code repository
git clone https://github.com/hiveeyes/arduino

# Select this firmware
cd arduino/openhive/rfm69-gateway-uart

# Build firmware
make build

# Upload to MCU
make upload

Tip

Please inspect the platformio.ini file, and adjust it to match your setup.

Next
Open Hive RFM69 sensor node
Previous
Open Hive Arduino Yún gateway
Copyright © 2013-2023, The Hiveeyes Developers
Made with Sphinx and @pradyunsg's Furo
On this page
  • Open Hive JeeLink radio gateway
    • Introduction
    • Build
      • Build on your workstation