2024-11-19 08:33 AM
Hi,
I'm working with the STM32WLE5JC mcu and Cube firmware 1.13.0. Can someone explain how the module/stack implements adaptive data rate? I can see from lora_app.h that it is enabled by default, but exactly how is it implemented?
The screenshot is from LmHandler.c, where it seems to be disabled for LoRaWAN version 1.0.4 (which is what we are currently using).
So, to clarify:
* In what LoRaWAN versions is ADR enabled/implemented?
* How is it implemented?