FeralAI / GP2040

Gamepad firmware for Raspberry Pi Pico and other RP2040 microcontrollers supporting Nintendo Switch, XInput and DirectInput
https://gp2040.info
MIT License
585 stars 125 forks source link

Wireless functionality? #39

Open tyronejamalbbc opened 2 years ago

tyronejamalbbc commented 2 years ago

Is there a possibility to configure this with a microcontroller that has a wireless module?

FeralAI commented 2 years ago

It's possible to port this to other MCUs with a bit of refactoring. The Arduino Nano RP2040 Connect does have an integrated Bluetooth module, so it would techinically be possible there. Having said that, Bluetooth HID is different than the current USB HID and it's not an easy addon.

While this would be awesome, it would require someone with knowledge of Bluetooth protocols to make it happen, which is unfortunately not me at the time.