Arduino only-based adapter (no PC needed)

Discuss everything to do with GIMX here
Useus
Posts: 28
Joined: Fri Oct 06, 2017 8:27 am

Re: Arduino only-based adapter (no PC needed)

Post by Useus »

GoDlike wrote: Thu Aug 31, 2023 9:43 am Unfortunately this project was limited in many ways by Arduino speed and flash size.
if it were able to convert to rpi pico, there would be no need even of the usb host shield and it would have a 1ms response. unfortunately I'm not able to do it, otherwise I would have done it already.

source usb host device https://github.com/sekigon-gonnoc/Pico-PIO-USB
agoston99
Posts: 1
Joined: Mon Feb 17, 2025 8:59 pm

Re: Arduino only-based adapter (no PC needed)

Post by agoston99 »

I don't know if anyone is actually still interested, or if there is still anyone reading the forum, but I managed to make a rough port to TinyUSB. I made it using an RPi Pico board, though TinyUSB should support other targets as well (maybe STM32). If anyone is interested, if I clean up the code sometime, I will upload it to GitHub.
crowbarmaster
Posts: 1
Joined: Sat Feb 22, 2025 3:38 pm

Re: Arduino only-based adapter (no PC needed)

Post by crowbarmaster »

Hello good folks! I just wanted to drop by here to say I have ported mathijsvandenberg's code to work with my G27 wheel. If have forked and uploaded the changes at my own GH here: https://github.com/crowbarmaster/g29emu

Enjoy!
Post Reply