Replies: 1 comment 4 replies
-
You can definitely do this sort of thing - I've done it myself with Xbox 360 controllers. Using gimx as a base doesn't really help as much as you would think as it's firmware is written for LUFA and that's quite different to tinyusb, so you would essentially be porting and rewriting most of it. Eventually I plan on releasing a tool that does this sort of thing for you, but also let's you build controlers from scratch and then only use host for auth. One other problem you have is that a pc has drivers for pretty much every controller you want to use with gimx, but you would have to code that into your firmware and that is a bit more difficult. I do have some ideas for that too but it does make the problem a little more difficult. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
it would be good for gimx adapter users, it would solve the problem of having to use a pc
someone did it via arduino + usb host shield but only one device works and does not continue development
Beta Was this translation helpful? Give feedback.
All reactions