2025-03-26 2:18 AM - last edited on 2025-03-26 8:54 AM by STTwo-32
Hello,
please, can I put the power antenna configuration to the maximum 8dBm? and how?
thanks
2025-03-26 9:06 AM - edited 2025-03-27 6:11 AM
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.