Also when you open the example selector from the CubeMx as standalone app or the plugin in the CubeIDE, you will be able to find a list of project example.
Kind regards,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
In the above video series it is showing that it has 31 features(means 31 parameters we can send)
I have doubt how to send them(means=method)
I went through datasheet of STM32WB55RG to check the BLE connections with controller, but I can't find anything(means connections between BLE and microcontroller)
As M0+ cortex controller is responsible for BLE operations so BLE is acting as a peripheral device to M4 controller or not.
While I'm generating the custom project for BLE firmware BSP drivers are not generating
I tried to develop the BLE project using the demo examples, In that examples I done some changes and BLE is activated and it is detectable and connectable by any android application
Now I want to know how to create custom services and characteristics into the system generated code, so that I can transfer the data to Android app.
I gone through almost all STM32WB55RG YouTube Video series I did not find any relevant information from them, Please let me know if you have any idea related to that.
If you want to create your custom application using STM32CubeMX tool, you can have a look to this wiki page, this page defines how to generate a BLE server custom application for STM32WB55RG MCU. You can also look examples available in STM32CubeWB package.