2025-03-12 6:03 AM - last edited on 2025-03-12 6:33 AM by STTwo-32
Hello
For the Nucleo STM32WB05KZ board, the transmission power is normally 0 dBm by default (it can go up to 8 dBm).
Is it possible to modify the transmission power according to my needs, for example to 3 or 4 dBm, using STM32CubeProgrammer or another software?
thanks
2025-03-12 6:59 AM - edited 2025-03-12 7:47 AM
Hello @ljm
You can change the TX_Power according to your needs using the
tBleStatus aci_hal_set_tx_power_level(uint8_t En_High_Power, uint8_t PA_Level);
that you can find here.This function should be called on your code to set the TX power.
This can't be changed throw a SW like CubeProgrammer. It can be changed only throw code.
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.
2025-03-12 7:41 AM
Hello
thank you for replying.
This site is inaccessible "here".
and to do the code with terminal or software can i use ?
thank you
2025-03-12 7:48 AM
You need to use an ide to create you code.
PS: link is updated.
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.