LogoLogo
  • KPN THINGS USER GUIDE
    • Introduction
    • Getting started
      • Registration and setup
      • Device simulator app
      • Connect devices
        • SIM cards
        • Supported devices and KPN Devices
        • SODAQ R412M
        • Smartrak
        • Marvin development board
        • LoPy5
        • Arduino MKR WAN 1300/1310
        • Arduin MKR NB 1500
    • All videos
    • Tutorials
      • Configure a flow
      • Connect a HTTPs destination
      • Create a simple IoT web applicationPage
      • Send instruction to LoRa DevicePage
      • Send your data to Azure SQL
      • Technical overview
        • Management data model
        • Uplink communication
        • Downlink communication
        • Location data
      • Accounts and projects
        • Customer accounts and users
        • Projects
        • Customer management
        • Cost overview and contract
    • Frequently asked
      • Multi Factor Authentication
  • GENERAL FUNCTIONS
    • Quick reference videos
    • APIs
  • THE PORTAL EXPLAINED
    • Things Manager
      • Devices
        • Bulk operations
      • Data
        • Device data graph
      • Connectivity
        • LoRa connectivity configuration
      • Bulk reports
    • Things Creator
    • Support
      • News
      • Release notes
      • Real-time status
      • Service reports
      • Documents
      • Support tickets
      • Invoices
      • Contact info
    • Shop
  • BUILDING BLOCKS
    • Devices
      • Sensors
        • KPN Conditionsensor CO2 II
        • KPN Conditionsensor CO2 III
        • KPN Conditionsensor CO2 III motionPage 1
        • KPN FillTag I
        • KPN FillTag II
        • 1M2M ED1608
        • Elsys ERS
        • Device Simulator (Mobile Phone app)
        • Generic Device (Internet connected)
        • Generic LoRa device (preset connectivity)
        • Generic LoRa device (programmable)
        • Generic M2M device
        • Generic M2M device (with Internet connection)
      • Trackers
        • KPN Global Tracker Autonomous
        • KPN Global Tracker Wired
        • KPN LocationTag I
        • KPN LocationTag II
        • KPN LocationTag II v2
        • KPN LocationTag II v2 Expert Mode
        • KPN LocationTag II v3
        • KPN LocationTag III (with GPS)
        • KPN LocationTag III (without GPS)
        • KPN LocationTag III v2
        • KPN LocationTag III v2 Buffer
        • KPN LocationTag III v3
        • KPN LocationTag III v4
        • KPN LocationTag V
        • KPN LocationTag VI
        • KPN LocationTag WS
        • Streamline LoRa
        • Streamline M2M
        • Viloc
      • Routers
      • Gateways
        • KPN FSK Basestation
      • Device SDK
    • Connectivity
      • Connecting LoRa devices
        • LoRa connectivity configuration
      • Connecting M2M devices
      • Connecting Internet devices
      • Connecting MQTT Devices
    • Data Processing
      • ThingsML and SenML
        • ThingsML
        • SenML
          • Understanding and Interpreting SenML Data
          • Changes in KPN SenML
      • Device Twin
      • Decoders and encoders
        • Common measurements list
        • Decoder migrations
        • DIY Decoder
          • DIY decoder scripts
      • Merger
      • Device data
      • Devices
    • Destinations
      • HTTPS destination
      • MQTT broker
      • Cumulocity IoT Platform
      • Azure Event Hubs
      • Azure IoT Hub
      • Test Endpoint
      • ThingsBoard
      • Datacake
      • AWS Lambda
      • Google Cloud Run functions
  • IOT LINE UP
    • Freemium
      • Test SIM cards
    • Explorer
    • Modular
    • Tailored
    • Terms and Conditions
Powered by GitBook

© 2024 KPN - All rights reserved.

On this page
  • + LoRa Geolocation data
  • = Raw LoRa payload
  • = Raw LoRa payload (v2)
  • › Decoded Streamline LoRa payload
  • › Decoded Streamline LoRa payload (v2)
  • = Raw LoRa payload encoding

Was this helpful?

Export as PDF
  1. BUILDING BLOCKS
  2. Devices
  3. Trackers

Streamline LoRa

PreviousKPN LocationTag WSNextStreamline M2M

Last updated 5 months ago

Was this helpful?

Streamline LoRa

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

d8306443-a5c2-4b82-93fd-a8b2275eaac5

= Raw LoRa payload

dd3758ce-1963-4b68-8def-3638ceb8dda5

Forward the raw LoRa payload and port number without decoding.

= Raw LoRa payload (v2)

ec596df3-4f12-5326-b72f-94f6da47e593

Forward the raw LoRa payload and port number without decoding.

› Decoded Streamline LoRa payload

043be93b-93e5-4ea9-9cfe-8213b5bb1729

Decoder for Streamline LoRa message types 0x21, 0x22, 0x23, 0x24, and 0xFF, excluding IO bits.

› Decoded Streamline LoRa payload (v2)

79a912f8-9b60-5a62-9c6e-85763801d746

Decoder for Streamline LoRa message types 0x21, 0x22, 0x23, 0x24, and 0xFF, excluding IO bits.

Encoders
encoderSpecificationUUID
Description

= Raw LoRa payload

36abf4ba-ed32-4069-8351-2426bc41a26b

Send raw LoRa payload to your device.

+ LoRa Geolocation data

= Raw LoRa payload

Forward the raw LoRa payload and port number without decoding.

Expected SenML records

name
type
unit

payload

string

port

number

= Raw LoRa payload (v2)

Forward the raw LoRa payload and port number without decoding.

The following SenML records can be present, amongst others:

name
type
unit
example
description

payload

string

"4D985C495AC4D8C9682CFD"

The LoRa hex payload

port

number

200

The LoRa port used to send this uplink

Example SenML

[
    {
        "bn": "urn:dev:DEVEUI:0123456789012345:",
        "bt": 1693136532.83,
        "n": "payload",
        "vs": "4D985C495AC4D8C9682CFD"
    },
    {
        "n": "port",
        "v": 1
    },
    {
        "n": "timeOrigin",
        "vs": "NETWORK"
    }
]

› Decoded Streamline LoRa payload

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

› Decoded Streamline LoRa payload (v2)

Decoder for Streamline LoRa message types 0x21, 0x22, 0x23, 0x24, and 0xFF, excluding IO bits.

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

51.90726

Latitude

longitude

number

lon

4.48945

Longitude

temperature

number

Cel

velocity

number

m/s

Example SenML

[
    {
        "bn": "urn:dev:DEVEUI:03cce494b059a546:",
        "bt": 1701882708.84,
        "n": "longitude",
        "u": "lon",
        "v": 4.48940
    },
    {
        "n": "latitude",
        "u": "lat",
        "v": 51.90717
    },
    {
        "n": "velocity",
        "u": "m/s",
        "v": 4.12
    },
    {
        "n": "heading",
        "u": "rad",
        "v": -3.944
    },
    {
        "n": "accelerationX",
        "u": "m/s2",
        "v": 9.5002
    },
    {
        "n": "accelerationY",
        "u": "m/s2",
        "v": 0.7661
    },
    {
        "n": "accelerationZ",
        "u": "m/s2",
        "v": 0.1532
    },
    {
        "n": "compassX",
        "u": "T",
        "v": 0.000001
    },
    {
        "n": "compassY",
        "u": "T",
        "v": -0.001507
    },
    {
        "n": "compassZ",
        "u": "T",
        "v": -0.002638
    },
    {
        "n": "temperature",
        "u": "Cel",
        "v": 7
    },
    {
        "n": "batteryVoltage",
        "u": "V",
        "v": 3.59
    },
    {
        "n": "timeOrigin",
        "vs": "NETWORK"
    }
]

= Raw LoRa payload encoding

  • Protocol: LoRa downlink

  • Description: Send raw LoRa payload to your device.

  • Multiple commands in one downlink: No

Input mapping:

  • Name: payloadHex (raw input)

Add data to messages where location could be calculated.

Add data to messages where location could be calculated.

This decoder also decodes data.

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 .

This decoder also decodes data.

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 .

LoRa Geolocation
Geolocation and Local Gateway
Understanding and Interpreting SenML Data
Geolocation and Local Gateway
Understanding and Interpreting SenML Data
LoRa Geolocation