Skip to main content
Senior
October 24, 2024
Solved

How to see BLE traffic (data send and received) between STM32WB55 and PC?

  • October 24, 2024
  • 2 replies
  • 815 views

Hello,

What should I do to record BLE traffic (data send and received) between STM32WB55 and PC?

Best answer by STTwo-32

Hello @GS2 

I will personally suggest generating a script that recuperate and save the data coming and sent by the PC throw BLE. Also, you can connect an SD card to your board and collect this data on the card.

Best Regards.

STTwo-32

2 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
October 30, 2024

Hello @GS2 

I will personally suggest generating a script that recuperate and save the data coming and sent by the PC throw BLE. Also, you can connect an SD card to your board and collect this data on the card.

Best Regards.

STTwo-32

GS2Author
Senior
November 2, 2024

Thanks, Do you have any script example for that?