Visitor II
July 19, 2021
Question
How implement BLE client multiconnection with WB55?
- July 19, 2021
- 3 replies
- 1490 views
Good time of day!
I am facing some problems with testing example app (BLE_p2pRoteur on WB55.Nucleo board).
First one board flashed as a client, 3 others as a servers, Server 1 to 3 are defined in app_conf.h file, corresponding appplication numbers in macros #define P2P_SERVERx are set.
When I am start scanning from the client side, it shows that 3 boards are advertising, but when connection process starts, only two boards stays connected, not 3 (see log).
The main question is: can I make simultaneous connection on STM32WB for 6 servers and how?