2023-05-28 06:05 PM
Hi all.
I'm working with stm32wle5 (rak3172 module) with a custom board.
It works but now I need to change default data rate DR_2 to DR_0 (need to increase distance).
I have already tried to change the lines below at file RegionAU915.h
//Minimal datarate that can be used by the node
#define AU915_TX_MIN_DATARATE DR_0
//Default datarate used by the node
#define AU915_DEFAULT_DATARATE DR_0 //DR_2
//The minimum datarate which is used when the dwell time is limited.
#define AU915_DWELL_LIMIT_DATARATE DR_0 //DR_2
Also I have set ADR to off.
Even with this changes the endnode keeps using DR_2.
I appreciate any help.