Skip to main content
Associate III
August 28, 2025
Solved

How to connect the 2 stm32wb55rev6 boards through ble?

  • August 28, 2025
  • 1 reply
  • 230 views

I am using the stm32wb55rev6 boards for the ble.What should be the configuration to commuicate between the 2 stm32wb55rev6 boards?
i am using the trasparent mode in 1 stm32wb55rev6 board and what should be the configuration on the other board to scan and connect the other board.
if there is any document related to this please share here. 

 

Best answer by STTwo-32

Hello @TejasK 

If you are going to set the initial node connected to cube monitor (using the ACI utilities menu) to scan mode. you need to have a peripheral application running on the other board (BLE_p2pServer for example). If you are going to set the initial node connected to cube monitor to advertising mode. you need to have a central application running on the other board(BLE_p2pClient). To understand how transparent mode app work, have a look at this wiki. 

Best Regards.

STTwo-32

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
August 28, 2025

Hello @TejasK 

If you are going to set the initial node connected to cube monitor (using the ACI utilities menu) to scan mode. you need to have a peripheral application running on the other board (BLE_p2pServer for example). If you are going to set the initial node connected to cube monitor to advertising mode. you need to have a central application running on the other board(BLE_p2pClient). To understand how transparent mode app work, have a look at this wiki. 

Best Regards.

STTwo-32