STM32WB55 Custom profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-07 12:45 AM
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.
- Labels:
-
STM32Cube MCU Packages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-07 1:29 AM
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:
- Introduction to Bluetooth® LE with STM32
- STM32WB Bluetooth® LE - STM32CubeMX Application Conception
Hope this helped you!
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-19 8:53 PM
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.
