Xbox One Wireless Adapter

Greetings.

I'm a complete beginner with Arduino. I know C++, C#, Powershell, and Python fairly well even though that doesn't help. I don't have any experience with the making of hardware or how it works.

I was wondering if someone might be able to tell me if you could capture the input of an Xbox one wireless adapter before it gets to the PC and then convert it to keyboard and mouse input. That way when it gets to the PC it sees the xinput as just normal keyboard and mouse. There are reasons I would like to do this. One being that some things in Windows 10 don't work properly with software conversion like controller companion and steam. Especially things that have built in controller support like Windows Store apps. My idea is to plug the wireless USB adapter into the Arduino, send input to the wireless adapter via the controller, capture the input in the Arduino, convert the xinput to keyboard and mouse that would input from the Arduino to the PC, and then to the operating system.

I've searched around for information on this and haven't really seen anything. I'm assuming it isn't possible, but I thought I would ask anyway.

Thanks.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.