ArduinoXInput icon indicating copy to clipboard operation
ArduinoXInput copied to clipboard

Raspberry Pi Pico support

Open baritonomarchetto opened this issue 2 years ago • 3 comments

Hello, not an issue but a feature request: would it be possibile to port this library to raspy Pi Pico? Thanks :)

baritonomarchetto avatar Jan 05 '23 13:01 baritonomarchetto

Hello! It's theoretically possible, the Raspberry Pi Pico has the hardware on board to act as an XInput device. Unfortunately I'm not familiar with the programming for the Pico's USB controller, and I don't have time to dig into it right now. But if someone else makes the necessary core modifications I would be happy to modify the library to add compatibility.

dmadison avatar Jan 05 '23 21:01 dmadison

Would love to help.

But, I am new to Micro Python. So I won't be super useful on this one.

If you need someone to test your micro python code and/or automate some Unit Test for it.
Feel free to ping me.

I am already coding that with HC06/TTL for your Arduino XInput at the moment.
https://github.com/EloiStree/2023_06_21_ArduinoToX360

I can do the same if someone or you do it.
Just ping me.

( Dont know if it can help. I was trying to do a dual with trigger HID on raspberry pi pico but I failed to add the trigger. https://github.com/EloiStree/2023_10_20_CircuitPythonToX360/tree/main/Code/2023_06_20_Draft )

EloiStree avatar Jul 09 '23 22:07 EloiStree

here's the core that I believe most people use for RP2040 based boards in the Arduino IDE https://github.com/earlephilhower/arduino-pico there is a library in it to make a joystick device but it's missing features such as rumple support which I would love to be able to use

Wolverine-14 avatar Apr 19 '24 15:04 Wolverine-14