Skip to main content
Associate II
August 1, 2023
Question

STM32WB55 BLE

  • August 1, 2023
  • 3 replies
  • 1924 views

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.

This topic has been closed for replies.

3 replies

ST Technical Moderator
August 2, 2023

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

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
Associate II
August 3, 2023

Hello @Imen.D 

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

TBarn.3
Associate
October 18, 2023

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