HeadsetControl icon indicating copy to clipboard operation
HeadsetControl copied to clipboard

Steelseries Arctis Nova 7: World of Warcraft Edition

Open Pommersche92 opened this issue 1 month ago • 2 comments

Description

From what I can gather from info online, the device is identical to the regular Arctis Nova 7, just with a different ProductID. I tried implementing the protocol on my own but was not successful initially and now have very limited free time, so can't try again in the near future. Therefore I thought I might post this info here in case someone wants to pick it up. I dont think it will be difficult as from what I read about the differences it is literally a carbon copy to the already implemented Arctis Nova 7. If noone has the time or is able to implement it, I will try to find some time in the new year.

Headset Name

Steelseries Arctis Nova 7: World of Warcraft Edition

Device information

Detailed Device Information
Device Found
 VendorID: 0x1038
ProductID: 0x227a
 path: /dev/hidraw4
 serial_number: 
 Manufacturer: SteelSeries
 Product:      Arctis Nova 7 WOW Edition
 Interface:    3
 Usage-Page: 0xffc0 Usageid: 0x1

Device Found
 VendorID: 0x1038
ProductID: 0x227a
 path: /dev/hidraw5
 serial_number: 
 Manufacturer: SteelSeries
 Product:      Arctis Nova 7 WOW Edition
 Interface:    4
 Usage-Page: 0xc Usageid: 0x1

Device Found
 VendorID: 0x1038
ProductID: 0x227a
 path: /dev/hidraw6
 serial_number: 
 Manufacturer: SteelSeries
 Product:      Arctis Nova 7 WOW Edition
 Interface:    5
 Usage-Page: 0xff00 Usageid: 0x1

New Device Implementation Checklist

  • [x] I acknowledge that implementing a new device requires direct access to the device and familiarity with capturing and analyzing its communications. I have access to the device and am willing to contribute by capturing necessary data and/or attempting implementation.
  • [ ] I have already attempted to capture device communications using WireShark or similar tools and am including my findings (successful or not) with this issue to assist in implementation efforts.
  • [x] I am seeking guidance on how to begin this process and am willing to collaborate with the community to add support for this device. I understand where to find resources (refer to the WIKI).

Pommersche92 avatar Nov 11 '25 16:11 Pommersche92

Hello 👋

Thank you for reaching out and expressing interest in having support for a new headset. We appreciate your willingness to contribute to the project!

In order to create a implementation for a specific headset, we need to be able to reverse-engineer and test the implementation on that particular device. Explicitly speaking, only people who actually own the headset, can implement that request.

👉 If you're interested in adding support for a specific headset, we recommend taking a look at our wiki to get started.

📝 If you encounter any problems while using WireShark, we would be more than happy to help. Simply post screenshots and data on your progress.

github-actions[bot] avatar Nov 11 '25 16:11 github-actions[bot]

Did you try directly adding the device id to an existing implementation?

Sapd avatar Nov 13 '25 12:11 Sapd