2022-12-19 03:08 AM
Hello.
I have a STM32WLE5LB that has both RF LP and RF HP but leaving the settings as default in DR0 the device consume up to 80mA . That means that only the RF HP is used.
How change this ?
Also my gateway : Kerlink Fetmocell seems to don't have ADR settings (like TTN to change the config ) so the device at -107dBm always stays at DR0 so there is a way to change this in the chip or not ?
Thanks
2022-12-20 12:48 AM
Hello @HDIA.1 ,
In your code, the function BSP_RADIO_GetTxConfig(void) should return RADIO_CONF_RFO_LP_HP. Is it the case ?
Regards
2022-12-20 12:53 AM
Hello @Louis AUDOLY
This is the case.
Thanks