[Solved] Change Rx delay

I’d like to change the Rx delay from 1s to 5s to do some test on one of my device. In the documentation it is written that “on a LoRa Server configuration change, the new parameters will be pushed to the device using the RXParamSetupReq or RXTimingSetupReq mac-commands at the first opportunity.”. That’s exactly what I want but I’m not quite sure where to change the delay. Is it in the loraserver.toml file? Or on the server web interface? Thanks in advance for your assistance.

It is in the loraserver.toml configuration.

Thanks for your answer. How long do I have to wait before the server realize that the configuration has changed? Is it realtime?

You need to restart loraserver after a loraserver.toml change. Then LoRa Server will push the RX Delay related mac-command as soon as the device sends an uplink.

Ok. Thank you very much for your help @brocaar . I’m going to test this right away :slight_smile:

It’s working. Thanks again. I’ve marked this topic as “solved”.

1 Like