cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect the 2 stm32wb55rev6 boards through ble?

TejasK
Associate II

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. 

 

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

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

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.

View solution in original post

1 REPLY 1
STTwo-32
ST Employee

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

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.