Skip to main content
Associate III
March 11, 2025
Solved

STM32cubemonitorRF - 'Get RSSI' disabled

  • March 11, 2025
  • 2 replies
  • 773 views

Hello

i'm using STM32WB05KZ (nucleo board) : Nucleo-WB05KZ with STM32CubemonitorRF

Please why here i can't select  "Get RSSI" , it's locked ?

ljm_0-1741690654359.png

and other question how can i modifie the outpout power (TX) of the antenna ( dBm) ? 

thank you 

Best answer by STTwo-32

Hello @ljm 

The Get RSSI option is locked due to the Firmware implementation on the STM32WB0, the ACI_HAL_READ_RSSI command is not supported.

For the second question, if you are testing on a transmitter, you can set the PA Level you want here:

STTwo32_0-1741774312154.png

Best Regards.

STTwo-32

 

2 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
March 12, 2025

Hello @ljm 

The Get RSSI option is locked due to the Firmware implementation on the STM32WB0, the ACI_HAL_READ_RSSI command is not supported.

For the second question, if you are testing on a transmitter, you can set the PA Level you want here:

STTwo32_0-1741774312154.png

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.
ljmAuthor
Associate III
March 12, 2025

hello

thanks for replying.

for "Get RSSI" means there is no solution to get the RSSI value ?

i do the some in mode transmission, i get the number of packets but there is no value for the rssi : 

ljm_0-1741775471767.png

thanks

STTwo-32
Technical Moderator
March 12, 2025

For the STM32WB0, you can't get the RSSI using the STM32CubeMonitorRF. 

 

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.
Andrew Neil
Super User
March 12, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.