0

I don't know much about that topic so I'm asking for your understanding...

This is not question about Bluetooth connection!

I have WIRELESS headphones and I want to detect the connection between the 2.4GHz receiver and the headphones (Steelseries Arctis 7, if that helps). The receiver is connected via USB to the PC. How do I do it in Python? I tried trackerjacker module but it's on linux only and I'm on Windows 10.
Also, gamesense module is not for this stuff I guess so I'm really clueless if it's even possible to this...

Qiasm
  • 356
  • 6
  • 15
  • Nope, these aren't Bluetooth headphones. – Qiasm Mar 07 '20 at 19:25
  • I'm voting to reopen as this is not about Bluetooth, so the duplicate is not correct. BUT, I suggest editing your question to make it *more* on-topic: 1) What exactly do you want to check? What is the expected output of the Python script? 2) How did you try existing modules (share some code) and why did their output not meet the expected result? Otherwise, without any more info, this might get closed again as [off-topic](https://stackoverflow.com/help/on-topic) - "*asking us to recommend or find a book, tool, software library, tutorial or other off-site resource*". – Gino Mempin Mar 08 '20 at 03:41

1 Answers1

0

You can try "winwifi" package of python for windows env.

j suman
  • 127
  • 4
  • Nah, tried it. It's only useful if it comes to Wi-Fi but my headphones are wireless. They are not connected via Wi-Fi. :/ – Qiasm Mar 07 '20 at 18:42