cancel
Showing results for 
Search instead for 
Did you mean: 

Forcing a specific DR to LoRaWAN_End_Node_LBM

onass
Associate III

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.

2 REPLIES 2
Imen.D
ST Employee

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.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Imen.D
ST Employee

Hi @onass 

Were you able to force a DR for LoRaWAN? Did you solve this?

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen