GP2040
GP2040 copied to clipboard
Wireless functionality?
Is there a possibility to configure this with a microcontroller that has a wireless module?
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.