Connect two STM32WB MCUs via BLE
Hello everyone,
I’m working on a BLE project using two STM32WB55 boards.
My goal is to create a connection between them without using the ST BLE Toolbox App.
One board is configured as a Custom Server (Peripheral), and the other as a P2P Client (Central).
I want to ensure that I am properly connected to my server and receiving notifications.
But I am not sure about how using:
Start scanning
Identify the correct server
Connect
Discover services
Enable notifications
Receive data
Please without saying follow the P2p example, because I didn't catch it
