2025-08-28 4:25 AM
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.
Solved! Go to Solution.
2025-08-28 6:24 AM
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.
2025-08-28 6:24 AM
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.