KPN Things Developer Manual
↩ All Documentation
  • Welcome to the Things Developer Manual
  • Concepts
    • Overview
    • Uplink communication
    • Downlink communication
    • SenML
      • Upcoming Changes in KPN SenML
    • Management data model
    • Location data
    • API access ✨
  • Devices
    • Introduction to Devices
    • Supported developer kits
    • Supported device types
    • KPN Things devices
    • Device SDK
  • Connectivity
    • Introduction to Connectivity
    • KPN Things LoRa
    • KPN Things M2M
      • Firmware over the air 💎
    • Internet ✨
  • Processing
    • Introduction to Processing
    • ThingsML
    • Common measurements list
    • DIY Decoder 🔜
    • Merger 💎
    • Built-in decoders
  • Destinations
    • Introduction to Destinations
    • Azure Event Hub
    • Azure IoT Hub
    • Cumulocity environment
    • HTTPS endpoint
    • MQTT broker
  • 📗Additional resources
    • Things Portal Manual
    • Getting started
    • Contact Support
Powered by GitBook
On this page
  • Actuator API
  • Encoder
  • Network support
  • Downlink support for Destinations
  1. Concepts

Downlink communication

When data is sent to the device

PreviousUplink communicationNextSenML

Last updated 4 years ago

All downlink communication is requested on and managed by the . Optionally a can request and manage downlink communication as well.

After a downlink is requested on the Actuator API it is . Meaning the downlink is translated to a message the device will understand. After encoding the downlink is send over the selected to your device.

The network (and the device) will report feedback about the delivery of the downlink to the Actuator API. This information can be retrieved by the application, or the Things Connector fetches this information into your system.

Actuator API

Encoder

Using our encoders the downlink request is translated to a device specific message. All available encoders are listed on the Supported devices page.

Use the Specification API to get more information on selected encoders.

Network support

Currently the following networks are supported for downlink communication:

Downlink support for Destinations

In the future certain Destination types will support downlink communication.

Using the KPN Things Portal, you can request downlinks, and check their progress. Learn more about or read or getting started on via the Portal.

Since December 2020 it is also possible to directly call the Actuator API! Head on over to the for more information!

downlink in the KPN Things Portal
sending a downlink to a LoRa Device
Supported device types
LoRa downlink
Actuator API
Destination
encoded
network
HTTP response downlink for M2M devices
HTTP response downlink for Internet-connected devices
API access documentation