Skip to main content
KoRba88
Associate II
May 14, 2019
Question

STM32WB. How to add multiple characteristics under one BLE Service

  • May 14, 2019
  • 2 replies
  • 1353 views

Hi

Im working on custom template from STM32WB Workshop HandsOn_3 with template BLE server. I've tried to add more custom characteristics (notify with variable values) to my service. Ive modified the code to the moment that I see them on the Client BLE app on my phone but ony one characteristic send the desired value (the last one).

Iva searched in the provided examples in STM32CubeWB but there is no example with 2 or more characteristics with notify/read property under one service.

Is there any instruction how to do that?

project in the attachment

This topic has been closed for replies.

2 replies

AVajd
Associate II
May 14, 2020

Hello,

I am working on a similar project based on HandsOn_3 also. I discovered some things that may help but my project doesn't work too. Maybe we should talk about this BLE thing.

Adam

BNist.1
Associate III
May 27, 2020

Hello,

Did you manage to solve this issue? I am dealing with the same problem.

Bogdan

AVajd
Associate II
May 27, 2020

I couldn’t yet but I guess I am on the way. My idea is generating a code with the latest mxcube that now supports almost the whole Bluetooth code generation and check what is generated when two or three characteristics are added. For this I guess it’s necessary to properly set the initial things in Mxcube according to bluetooth.com. But it also would be great if someone knows a step from step guide for this mxcube settings (I mean the Bluetooth settings)

Adam