2024-10-22 10:08 PM
Need to send data at high sampling rate in real time, how to configure the maximum transfer rate and large protocol stack memory to support high-speed transmission。And how to calculate the current Bluetooth transfer rate
The connection interval has been configured to 7.5ms, and a single packet can transmit up to 245 bytes from HCI
BLE_CMD_MAX_PARAM_LEN = 255
2024-11-19 02:04 AM
Hello @jiefeng_wang
To achieve a maximize throughput, I suggest you take a look at this application: https://github.com/stm32-hotspot/STM32WB-BLE-Basic-DataThroughput-Server. This app will help you to understand how to make it work on the best data throughput.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.