2026-04-20 7:43 AM - last edited on 2026-04-20 7:49 AM by Imen.D
Can force a specific DR for LoRaWAN?
I tried using:
uint8_t custom_dr[7] = {0};
custom_dr[3] = 1;
lorawan_api_dr_strategy_set(USER_DR_DISTRIBUTION, STACK_ID);
lorawan_api_dr_custom_set(custom_dr, STACK_ID);
but did not work.
2026-04-22 8:01 AM
Hello @onass,
Did you try disabling ADR and setting the desired DR?
AN5406 How to build a LoRa® application with STM32CubeWL up to v1.4.0: This application note guides you through all the steps required to build specific LoRa® applications.
2026-04-29 10:29 AM
Hi @onass
Were you able to force a DR for LoRaWAN? Did you solve this?