Vraag

How to send downlink messages from HTTP endpoint to LoRa device

  • 16 November 2020
  • 1 reactie
  • 264 keer bekeken

Hi all,

I am working on a project that involves sending both uplink and downlink messages. So far, I’ve sent uplink messages to an HTTP endpoint where I have a small python script deployed.

Next, I want to send some test data to my Lora device. I want to use the Actuator API, as suggested. But I didn’t find the guide on how to do it. Can somebody please guide me?

 


1 reactie

Try the steps in https://docs.kpnthings.com/dm/concepts/api and the examples provided in the postman documentation https://documenter.getpostman.com/view/19856848/UVsHUTW4.

First get your token (as per example steps in the documentation) then try the “Send raw LoRa payload” https://documenter.getpostman.com/view/19856848/UVsHUTW4#4ad90223-abc1-4eb5-a675-7fc36baaf01d

 

 

Reageer