Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi Pico support #79

Open
baritonomarchetto opened this issue Jan 5, 2023 · 3 comments
Open

Raspberry Pi Pico support #79

baritonomarchetto opened this issue Jan 5, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@baritonomarchetto
Copy link

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

@dmadison
Copy link
Owner

dmadison commented Jan 5, 2023

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 dmadison added enhancement New feature or request help wanted Extra attention is needed labels Jan 5, 2023
@EloiStree
Copy link

EloiStree commented Jul 9, 2023

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 )

@Wolverine-14
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants