helloparthshah / StadiaWireless

Stadia Wireless enables you to use your stadia controller wirelessly. Not just with stadia, but with any game.
MIT License
447 stars 26 forks source link

Idea: Make it portable! #25

Open LennartPl opened 1 year ago

LennartPl commented 1 year ago

Hi,

it would be so great to use the existing Stadia controller for mostly everything. My idea would be to have like a IoT-Connector. Suggesting a Pi/ESP device which connects via Wifi to the Stadia controller and offer an generic HID-Device via OTG/Bluetooth.

This would enable basically the Stadia-Controller to everything. E.g. LG WebOS running GeForceNow ;)

Not sure about the dependencies here but if everything is running on python and can be ported to IoT-devices, the missing part is the HID-Device.

helloparthshah commented 1 year ago

Technically it's possible to achieve this without the use of any additional hardware. A lot of modern smartphones support Bluetooth hid profiles which can allow you to use your smartphone as a hid device. However due to my limited knowledge with Android programming I'm not able to figure this out.