cancel
Showing results for 
Search instead for 
Did you mean: 

[STM32WB] iBeacon server client control

Nemonas
Associate II

Hello,

I want to change the mode of iBeacon (M0+) to server or client through button switch while Cortex-M4 is running

Hardware initialization or rtc initialization should not be performed when the corresponding function is operating.

Thanks

3 REPLIES 3
Remy ISSALYS
ST Employee

Hello,

The STM32WB support multiple roles, so your device can be client and server at the same time. You don't need to re initialize the HW.

Best Regards

Can you provide an example or reference document where you are both server and client at the same time as you said?

Remy ISSALYS
ST Employee

Hello,

You can look BLE_p2pRouteur example available in STM32CubeWB package. In this application, the STM32WB is Gatt Server and Gatt Client at the same time.

Best Regards