ranenbg / Arduino-FFB-wheel

Stand alone directInput USB device recognized in Windows as a joystick with force feedback functionality, based on BRWheel by Fernando Igor from 2017.
140 stars 20 forks source link

Raspberry pi pico with arduino firmware support? #31

Open smahdink opened 11 months ago

smahdink commented 11 months ago

As the title says, will this project work on a pico that runs arduino firmware and is flashed with this? Thanks

ranenbg commented 11 months ago

Hi, that's an interesting idea. I didn't try this myself so I have no idea if it would work, You can give it a try and please let me know how did it go.

However, I'd be very surprised if it would go without any compiler error, after all, these are two very different MCUs. I have no plans of making firmware support for any other MCU than ATmega32U4.

RP2040 is a 32-bit dual ARM Cortex-M0+ microcontroller integrated circuit, after a 2nd look, to port my firmware into this thing would be a great challenge, but I support your efforts, shall you decide to do something like this.