Page 7 of 7
Re: Arduino only-based adapter (no PC needed)
Posted: Thu Aug 31, 2023 11:29 am
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
Re: Arduino only-based adapter (no PC needed)
Posted: Mon Feb 17, 2025 9:05 pm
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.
Re: Arduino only-based adapter (no PC needed)
Posted: Sat Feb 22, 2025 3:39 pm
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!