Streamline LoRa
Technical information about the supported devices.
Last updated
Technical information about the supported devices.
Last updated
For all Streamline LoRa devices (N1C2, P1A3, P1A5).
Supported network type(s): KPNLORA
Device Specification ID: supported-streamline-lora
Device Specification UUID: 413e431d-4b9f-4266-93df-0b0662041b18
Decoders | decoderSpecificationUUID | Description |
---|---|---|
+ LoRa Geolocation data |
| Add LoRa Geolocation data to messages where location could be calculated. |
= Raw LoRa payload |
| Forward the raw LoRa payload and port number without decoding. |
= Raw LoRa payload (v2) |
| Forward the raw LoRa payload and port number without decoding. |
› Decoded Streamline LoRa payload |
| Decoder for Streamline LoRa message types 0x21, 0x22, 0x23, 0x24, and 0xFF, excluding IO bits. |
› Decoded Streamline LoRa payload (v2) |
| Decoder for Streamline LoRa message types 0x21, 0x22, 0x23, 0x24, and 0xFF, excluding IO bits. |
Encoders | encoderSpecificationUUID | Description |
---|---|---|
= Raw LoRa payload |
| Send raw LoRa payload to your device. |
Add LoRa Geolocation data to messages where location could be calculated.
Forward the raw LoRa payload and port number without decoding.
Expected SenML records
name | type | unit |
---|---|---|
payload | string | |
port | number |
Forward the raw LoRa payload and port number without decoding.
This decoder also decodes Geolocation and Local Gateway data.
The following SenML records can be present, amongst others:
name | type | unit | example | description |
---|---|---|---|---|
payload | string |
| The LoRa hex payload | |
port | number |
| The LoRa port used to send this uplink |
SenML can be structured in different ways, and we do not guarantee the examples below will look the same as what you will receive on your Destination. To make sure you can handle the SenML optimally, take a look at our documentation about Understanding and Interpreting SenML Data.
Decoder for Streamline LoRa message types 0x21, 0x22, 0x23, 0x24, and 0xFF, excluding IO bits.
Expected SenML records
name | type | unit |
---|---|---|
accelerationX | number | m/s2 |
accelerationY | number | m/s2 |
accelerationZ | number | m/s2 |
batteryVoltage | number | V |
compassX | number | T |
compassY | number | T |
compassZ | number | T |
heading | number | rad |
latitude | number | lat |
longitude | number | lon |
temperature | number | Cel |
velocity | number | m/s |
Decoder for Streamline LoRa message types 0x21, 0x22, 0x23, 0x24, and 0xFF, excluding IO bits.
This decoder also decodes Geolocation and Local Gateway data.
The following SenML records can be present, amongst others:
name | type | unit | example | description |
---|---|---|---|---|
accelerationX | number | m/s2 | Measured acceleration in the X-axis | |
accelerationY | number | m/s2 | Measured acceleration in the Y-axis | |
accelerationZ | number | m/s2 | Measured acceleration in the Z-axis | |
batteryVoltage | number | V | Measured battery voltage | |
compassX | number | T | Measured compass orientation in the X-axis | |
compassY | number | T | Measured compass orientation in the Y-axis | |
compassZ | number | T | Measured compass orientation in the Z-axis | |
heading | number | rad | ||
latitude | number | lat |
| Latitude |
longitude | number | lon |
| Longitude |
temperature | number | Cel | ||
velocity | number | m/s |
SenML can be structured in different ways, and we do not guarantee the examples below will look the same as what you will receive on your Destination. To make sure you can handle the SenML optimally, take a look at our documentation about Understanding and Interpreting SenML Data.
Protocol: LoRa downlink
Description: Send raw LoRa payload to your device.
Multiple commands in one downlink: No
Input mapping:
Name: payloadHex
(raw input)