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
  • 813 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

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.
GS2Author
Senior
November 2, 2024

Thanks, Do you have any script example for that?