Hello all, I'm using the NUCLEO-WB55 board, I want to send 100 bytes of data through BLE, but I can only able to send 20 bytes of data, Please figure out the solution or any other alternate way is there.
I recommend you BLE_HeartRate example available in the STM32CubeWB package.
For more details about this example, please have a look at the following wiki page.
Imen
In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
I encountered the same problem. I can't send more than 20 datas, so I fixed the length at 19, but I would like to go up to 70. Did you find a way to solve this problem ?