cancel
Showing results for 
Search instead for 
Did you mean: 

Manage RF power

HDIA.1
Associate III

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

2 REPLIES 2
Louis AUDOLY
ST Employee

Hello @HDIA.1​ ,

In your code, the function BSP_RADIO_GetTxConfig(void) should return RADIO_CONF_RFO_LP_HP. Is it the case ?

Regards

HDIA.1
Associate III

Hello @Louis AUDOLY​ 

This is the case.

Thanks