Hello! I have a Nordic nRF52840 BLE dongle, and I want to scan/sniff BLE air using custom BLE parameters: scan window and scan interval. How can I achieve this correctly?
"Nordic Semiconductor AI" advises me two options:
- Using Zephyr APIs
- Using nRF5 SDK (SoftDevice S140)
also, "ChatGPT" advices me another option:
- Using pc-ble-driver-py
Ideally, I want to use nRF52840 BLE dongle with Wireshark and do scanning with custom BLE parameters (scan window and scan interval).
Also, good for me is to have flashed nRF52840 BLE dongle once and have possibility to configure BLE scan parameters (scan window and scan interval) by script or serial (not a Wireshark task, just another one).
What would you recommend as the best approach for this task?