Search results

  1. Z

    multiple HID gamecontrollers

    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, that's why I was originally asking about an software bitbang I2C library to use both at the same time...
  2. Z

    Teensy 2.0 with NKRO Keyboard

    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 again the joystick and mouse stuff? Is it that the HID joystick is not independent from the keyboard...
  3. Z

    multiple HID gamecontrollers

    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 implement, so I’d rather spend the time working on the “API software” in order to simplify the...
  4. Z

    multiple HID gamecontrollers

    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 android device. Due to the limited space this would have one arcade controller and two wii classic...
  5. Z

    multiple HID gamecontrollers

    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 functionality to implement more than one simultaneous HID might not yet be available. I am wondering...
Back
Top