Hello, i am deploying LoRaWAN sensor for agricultural IoT and we are evaluating the RAK3172-T as a replacemente for de seed wio e5 because it fails to receive the join accept at high spreading factors.
I believe the root cause is that MIB_SYSTEM_MAX_RX_ERROR is too low in the seed AT firmware, making de RX window too narrow. The known fix is LmHandlerSetSystemMaxRxError(200), but this requires reflashing the module bc no AT firmware exposes this parameter.
We are considering RAK3172-T for future projects, bus we need to know:
-
Does the RAK3172-T module include a 32.768 kHz crystal (LSE) inside the module package? What is the oscillator used for the timing in the opening of the reception windows?
-
What is the default value of
MIB_SYSTEM_MAX_RX_ERRORin the RUI3 firmware? -
Can
MIB_SYSTEM_MAX_RX_ERRORbe changed via AT command or RUI3 Arduino API without reflashing? We know there are commands to change the delay but not the width of the window.
Thanks in advance.