Skip to main content
rbenv.3
Associate III
March 22, 2019
Solved

when will be available docs about BLE services/characteristics implemented in Cortex M0+ of STM32WB ?

  • March 22, 2019
  • 1 reply
  • 1134 views

And description of the scheduler used in application of "Cable Replacement"

This topic has been closed for replies.
Best answer by Christophe Arnal

​Hello,

I cannot provide any committed date on the publication but this should come soon.

Here is a first quick answer

1/ The scheduler is a packaging of a standard while() loop implementation.

2/ The BLE services and characteristics are not implemented on the CM0+ side. All services and characteristics are defined on the CM4 side and the creation requests are sent to the CM0+ side.

You may check the BLE services provided in \Middlewares\ST\STM32_WPAN\ble\core\Src\blesvc as examples.

Regards

1 reply

Christophe ArnalBest answer
ST Employee
March 22, 2019

​Hello,

I cannot provide any committed date on the publication but this should come soon.

Here is a first quick answer

1/ The scheduler is a packaging of a standard while() loop implementation.

2/ The BLE services and characteristics are not implemented on the CM0+ side. All services and characteristics are defined on the CM4 side and the creation requests are sent to the CM0+ side.

You may check the BLE services provided in \Middlewares\ST\STM32_WPAN\ble\core\Src\blesvc as examples.

Regards

rbenv.3
rbenv.3Author
Associate III
April 1, 2019

I studied the "Cable Replacement" code, it seems too complex to me, it has

VT100 emulation, with menus, and requires 2 boards to test.

I tested with 1 board and a cellphone, writing and reading manually the characteristics.

I would like to get a simpler project, similar to "Cable Replacement", to exchange data

between STM32WB55 and a cell phone, like a serial port (using the 2 characteristics).

Em sex, 22 de mar de 2019 às 14:30, ST Community escreveu: