The wii communicates using normal I2C, so that is quite simple to implement. The only issue is that the slave address is static, so I will not be able to talk to two controllers in the same bus,...
Type: Posts; User: zeroneo
The wii communicates using normal I2C, so that is quite simple to implement. The only issue is that the slave address is static, so I will not be able to talk to two controllers in the same bus,...
Hi again joshuass,
Great job! So as far as I understand, the current code implements more than 6 keystrokes in HID Keyboard mode, right? So, what do you mean when you say you are planning to add...
Hi joshuass,
Yeah, I believe HID support was added in android 3.1, so I am hoping it works “out of the box” once it’s finished. I would like to make this as simple as possible for somebody else to...
Hi Paul, thanks for your prompt response.
The idea was to have 2 joystick interfaces and perhaps a keyboard interface. To give you a better background, I'm planning to make a small bartop with an...
Hi,
I am planning to make my own arcade controller and would like to use a single microcontroller that appears to the host as multiple HID game controllers. From looking around it seems like the...