RAK7249 downlink integration

Hi,

I have an RAK7249 LoRAWAN gateway, and I’m using the built-in Application server. I’ve successfully integrated the uplinks from my sensors into my web application via the “Uplink data URL” under Integrations, but now I’d like to also do the same for downlinks. Can anyone assist or point me at some documentation on how to do this?

Hi @phellberg. You can check the MQTT guide here. It covers using the internal or external MQTT broker. Uplink and downlink examples are provided. Example Python program for auto send downlink as a response to uplink is provided as well.