STM32WB05KZ POWER ANTENNA modification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
Solved! Go to Solution.
- Labels:
-
BLE
-
STM32WB0 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-19 1:14 AM - edited ‎2025-03-19 1:15 AM
A New NUCLEO-WB05KZ come with the P2P server example code that set the TX Power to 0dBm:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-12 7:48 AM - edited ‎2025-03-13 1:35 AM
You need to use an IDE to create your 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-14 2:51 AM
Hello
thanks for replying.
in the datasheet de TX and RX specifications are in 0 dB. means that by default pour antenna of board is 0 dBm ?
since the specifications are in 0 dBm, that means that 0 dBm is the recommanded poewer for antenna ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-14 8:27 AM
There is not a default or recommended value of TX Power or RX sensitivity. 0 dBm is the test condition. But for the TX power, it depends on your needs, and it can be 8dBm as mentioned on the DS14591.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-17 5:25 AM - edited ‎2025-03-17 5:27 AM
Hello,
thank you for replying.
i have new board, how can i know the power of the antenna ?
Also, to modify the the antenna power , i need to do a code with STM32CubeIDE ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-17 6:53 AM
Not only CubeIDE, but you can also use any IDE that works with the STM32 (IAR, Keil...). If you want to modify the TX Power, you should do that on the configurations of your application 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-18 1:41 AM
Hello,
thanks for replying.
actually i have a new STM32WB05KZ board to test, initially what is the power of antenna ( before that i modify it) ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-19 1:14 AM - edited ‎2025-03-19 1:15 AM
A New NUCLEO-WB05KZ come with the P2P server example code that set the TX Power to 0dBm:
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.
