Skip to content

Latest commit

 

History

History

gateway-rfm69-csv-uart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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 <JeeLink v3c shop_>`_). Telemetry data is received from the :ref:`open-hive-firmware-rfm69-node`, decoded from CSV and forwarded to the UART interface suitable for further downstreaming to MQTT using the :ref:`beradio-python <beradio:beradio-python>` gateway. The most recent firmware version is available at `gateway-rfm69-csv-uart.ino`_.

JeeLink v3c

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-uart

# Build firmware
make build

# Upload to MCU
make upload

Tip

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