Skip to main content
Lep
Senior
October 20, 2022
Question

STM32WB55RGV6(C/S) Is the BLE server notification interval at least 7.5ms?

  • October 20, 2022
  • 1 reply
  • 531 views

Is the ble server notification interval at least 7.5ms?

Can I reduce it?

If the throughput is not enough and the notification interval can only be as low as 7.5ms?

Am I the only way to increase the amount of data per notification (for example, from 15bytes to 150bytes).

This topic has been closed for replies.

1 reply

Remy ISSALYS
Technical Moderator
October 28, 2022

Hello,

The minus connection interval possible is 7.5 ms. To increase the throughput, indeed you should increase the amount of data per notification. You can look BLE_DataThroughput example available in STM32CubeWB package.

Best Regards