Skip to main content
Associate
June 12, 2026
Question

Is the STM32WB65 supported as a BLE sniffer on Linux?

  • June 12, 2026
  • 1 reply
  • 30 views

I’ve followed the instructions for the STM32WB55 as a BLE sniffer, but I cannot get the st_ble_sniffer.py script to recognize my device as a BLE sniffer for usage in wireshark. 

Is this supported at all? Or are slight modifications required to make this work? As far as I can the tell the --extcap-interfaces should list all capable interfaces, but even the output example here does not list any example. The current result is that there is no entry in wireshark to use the STM as a sniffer.

I’ve already tried updating the internal device.pid to 14163 instead of 14155 to account for the updated integrated ST-LINKv3

1 reply

Associate
June 12, 2026

I’ve updated the serial port to use ser.port = f"/dev/{device.name}" instead of directly targetting device.name. The bytearray replies are however just completely empty...