Skip to main content
Associate
November 7, 2023
Question

STM32WB55 Custom profile

  • November 7, 2023
  • 2 replies
  • 960 views

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.

This topic has been closed for replies.

2 replies

Technical Moderator
November 7, 2023

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
OmkarAuthor
Associate
November 20, 2023

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.