cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB05KZ POWER ANTENNA modification

ljm
Associate III

Hello,

please, can I put the power antenna configuration to the maximum 8dBm? and how?

thanks

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @ljm 

This is possible directly throw CubeMX, just set the CFG_TX_POWER_MODE to 1 and you will be able to set the CFG_TX_POWER to 8dBm. You can still set this Output power throw: 

tBleStatus aci_hal_set_tx_power_level(uint8_t En_High_Power, uint8_t PA_Level);

with En_High_Power = 0x01 and PA_Level = 0x20.

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.

View solution in original post

1 REPLY 1
STTwo-32
ST Employee

Hello @ljm 

This is possible directly throw CubeMX, just set the CFG_TX_POWER_MODE to 1 and you will be able to set the CFG_TX_POWER to 8dBm. You can still set this Output power throw: 

tBleStatus aci_hal_set_tx_power_level(uint8_t En_High_Power, uint8_t PA_Level);

with En_High_Power = 0x01 and PA_Level = 0x20.

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.

Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.