2022-10-20 01:39 AM
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).
2022-10-28 07:20 AM
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