cancel
Showing results for 
Search instead for 
Did you mean: 

Getting started with BLE on STM32WB55

HIfti
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
PDeng
Associate II

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

View solution in original post

2 REPLIES 2
PDeng
Associate II

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

Hello Phillipp,

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

Regards,

Haider