Skip to main content
AlexHeslop
Associate
March 7, 2022
Question

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

  • March 7, 2022
  • 1 reply
  • 553 views

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.

This topic has been closed for replies.

1 reply

Remy ISSALYS
ST Technical Moderator
April 7, 2022

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