cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to create a BLE Router application with STM32WB10CC?

AlexHeslop
Associate

I've been using a WB55 for a BLE Router but supply shortages have meant we need to switch to using a WB10CC. I noticed that there is no example from ST for this chipset. My initial attempts to adapt the WB55 example haven't been productive.

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

Yes, you can port BLE_p2pRouteur application on STM32WB10CC. You can compare BLE_p2pServer project for NUCLEO-WB15CC and for P-NUCLEO-WB55.Nucleo to see the difference between the 2 projects. You need to change the linker file and check the configuration in app_conf.h.

Best Regards