cancel
Showing results for 
Search instead for 
Did you mean: 

Issue setting the BLE TX power level

Sharanu_Patil
Associate

Hello Guys,

 

We are trying to set maximum power for BLE i.e +6 dbm. After setting the power, we are getting max power of +1.74 dBm only. This was measured at the RF output of the SMA connector in the STM32WB55 Nucleo Board dev kit. 

 

Below is the code snippet used for setting the BLE power.

status = aci_hal_set_tx_power_level(1, 0x1F);

if(status==0)

{

 printf("Power Set is +6 dbmis : \r\n");

}

 

Looking forward for your response. 

@rapoorv  

Regards,

Sharanu Patil

1 REPLY 1
STTwo-32
ST Employee

Hello @Sharanu_Patil 

Could you please add more details about your use case and try using one of our examples to see the difference from the one you have created.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.