2021-10-08 01:04 PM
Hello,
I am using the STM32WB55 Nucleo board and have gone through a few of the example applications. I would now like to create my own BLE application similar to the heart rate monitor.
I really am not sure how to start and was hoping for a decent tutorial or video on the flow of adding BLE functionality.
If anyone has any tips I would really appreciate it.
Thanks
2021-10-11 02:33 AM
Hello @kcire L. ,
Have a look at the attached getting started and workshop for BLE.
Also, refer to the following resources :
I hope these resources are helpful for you.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2021-10-12 05:26 AM
Thank you for your response. I've watched the video you suggested. I'm also looking at the BLE Heart Rate Monitor example and trying to go through the steps in AN5289.
I cannot find even the first call aci_hal_write_config_data() to configure the BLE device public address. I assume this is used, but I am not sure where this code resides? Again, I am trying to create a BLE application from scratch.
Thank you again
2021-10-21 07:10 AM
Hi @kcire L. ,
The aci_hal_write_config_data command writes a value to a low level configure data structure, and it is useful to set up directly some low level parameters for the system in the runtime.
Please refer to the "4.8.1 Aci_Hal_Write_Config_Data" section in the UM1865, to have more details about the configuration of this command.
Imen