Skip to main content
HIfti
Associate II
August 28, 2019
Solved

Getting started with BLE on STM32WB55

  • August 28, 2019
  • 1 reply
  • 958 views

I just started working on STM32WB55 and was going through the BLE example codes given in the STM32Cube_FW_WB_V1.2.0 package. I am confused in understanding the program structure of the code (where to add new services, characteristics, where to handle the events generated by read and write services) as I would like to add a simple read or write service to the code.

In which file do i need to edit or add these?

Regards,

Haider

This topic has been closed for replies.
Best answer by PDeng

Hello Haider,

you might want to start here:

https://www.youtube.com/watch?v=5Lp9cDBzG94

This is a 6-part workshop on the WB. It helped me a lot.

Best regards,

Philipp

1 reply

PDeng
PDengAnswer
Associate II
August 28, 2019

Hello Haider,

you might want to start here:

https://www.youtube.com/watch?v=5Lp9cDBzG94

This is a 6-part workshop on the WB. It helped me a lot.

Best regards,

Philipp

HIfti
HIftiAuthor
Associate II
August 29, 2019

Hello Phillipp,

Thankyou for your response, I am going through the videos and so far they have been very helpful.

Regards,

Haider