cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB55 Custom profile

Omkar
Associate

Hello, Could you please guide me in creating a custom template for STM32WB55 BLE? I am trying but I don't know why the Bluetooth is not starting or what. I am not able to detect device on the STBLE app.

2 REPLIES 2
Imen.D
ST Employee

Hello @Omkar and welcome to the Community :)

I advise you to have a look at BLE_Custom example (runs on STM32WB55xx devic) within STM32CubeWB firmware package: STM32Cube_FW_WB_Vx.x.x\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_Custom

Please follow the readme file available with this application to make the example work.

You can also start your project from STM32CubeMX tool, that helps you to generate your application with initialization code based on the configuration you specify.

The following Wiki pages can help you on your project implementation, as contains application examples, document references, and tips related to STM32 BLE:

Hope this helped you!

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Omkar
Associate

I tried following the guide to generate the code for the custom template. But I don't know why I am not able to detect the BLE device. I think the ble is not turning on. 
I am trying to make a code to read ADC data from wb55 and then display that value on the application.