Skip to main content
PLee.3
Associate II
July 19, 2024
Question

STM32WB15cc - Adding custom Characteristics

  • July 19, 2024
  • 1 reply
  • 667 views

Hi,

I am trying to make a simple BLE service with a custom characteristic descriptor and UUID (128 bit) has anyone got any good examples of this?

The reason I ask is when I running a BLE server to advertise the characteristics always just seem to show the same UUID number (generic) with no descriptor on my phone? I have tried several different UUID's and descriptors yet it still shows the same generic UUID & Characteristic/Descriptor?

 

Thanks!

1 reply

STTwo-32
Technical Moderator
August 13, 2024

Hello @PLee.3 

Can you give more details about the requirements of your projects. If you are going to implement any characteristic, you can use the Heart rate example (follow the same implementation as on this example). The UUID are unique for each Known characteristic (look here). If you are going to configure your own service/characteristics you may have to use the same method (Don't forget to use different UUID).

Best Regards.

STTwo-32