Skip to content

RS26x LoRa sensor payload encoder and decoder for TTI.

Notifications You must be signed in to change notification settings

Ezurio/rs26x_tti

Repository files navigation

Ezurio

RS26x TTI Codec

RS261 & RS262 The Things Industries

This is the release page for the Ezurio RS26x product family Codec for TTI.

Contents

This repository includes the following files.

File Name Description
Downlink_TTI.js Downlink Encoder with commented JavaScript code.
Downlink_TTI_Uncommented.js Downlink Encoder with comments removed.
Uplink_TTI.js Uplink Decoder with commented JavaScript code.
Uplink_TTI_Uncommented.js Uplink Decoder with comments removed.

Uncommented files are intended for integration within TTI. Commented versions are provided for developer reference. A character count limitation enforced by TTI results in file size needing to be minimized, with comments being included in the character count.

Integration

Codec integration is performed on a per device basis. From within the TTI instance user interface, the Application where the device to add codec support for resides should be navigated to. The device should then be selected from the 'End devices' option and then the 'Payload formatters' tab selected.

Within the 'Payload formatters' tab, 'Uplink' and 'Downlink' tabs are available for selection. The 'Uplink' tab is selected for determining the 'Payload formatter' of uplink messages and the 'Downlink' tab selected for downlink messages.

The sequence of steps to arrive at the 'Uplink' 'Payload formatters' tab is shown below.

Navigating to the Uplink Payload formatters tab

The 'Formatter type' dropdown should be set to 'Custom Javascript formatter', then the code from the appropriate Uncommented codec file pasted into the 'Formatter code' pane as shown below.

Selecting the Formatter Type and entering code

Once the code has been pasted into the 'Formatter code' pane, towards the foot of the page, 'Save changes' must be clicked before navigating away from the page as shown below.

Saving changes

The steps described above must be repeated for each codec type being installed.

Viewing decoded uplink data

Following integration of the Uplink decoder, messages received from the device are decoded automatically, with the results visible in the 'Live data' tab associated with the device as shown below.

Viewing uplink data

Sending downlinks to the device

From the 'Messaging' tab associated with the device, 'Schedule downlink' should be selected, then the 'Payload type' set to JSON, as shown below. This allows messages to be described in JSON format. The RS26x LoRa Protocol specification should be referred to for details of the expected JSON format.

Sending downlink preparation

The message to be sent to the device should be entered in JSON format in the 'Payload' pane as shown below.

Entering JSON

Once entered, the 'Schedule downlink' button at the foot of the page should be clicked as shown below.

Downlink queuing

Viewing decoded downlink data

The queued downlink is sent to the device on the next available receive window following an uplink from the device. Decoded downlink data and the decoded response appears as shown below in the 'Messaging' tab associated with the device.

Sending downlink viewing

About

RS26x LoRa sensor payload encoder and decoder for TTI.

Resources

Stars

Watchers

Forks

Packages

No packages published