2024-06-12 03:23 AM
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.
Regards,
Sharanu Patil
2024-06-28 05:48 AM - edited 2024-06-28 06:43 AM
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.