2019-08-28 12:23 AM
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
Solved! Go to Solution.
2019-08-28 03:17 AM
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
2019-08-28 03:17 AM
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
2019-08-29 02:04 AM
Hello Phillipp,
Thankyou for your response, I am going through the videos and so far they have been very helpful.
Regards,
Haider