cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB55 BLE

Sheik_Abdullah_P
Associate II

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.

3 REPLIES 3
Imen.D
ST Employee

Hello @Sheik_Abdullah_P,

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

Hello @Imen.D 

How this heart rate example will help to increase packet size that will send through BLE

TBarn.3
Associate II

Hello @Sheik_Abdullah_P , 

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 ?

Thanks