UPCB Makes Your Arcade Stick Universal


The Universal PCB project lets you make any controller (specifically arcade sticks) console agnostic. A PIC microcontroller is used to translate between the button presses and the signals for the specific console you’re connected to. It uses a DB15 for the external plug. The PIC knows which console you’re plugged into based on which pins are high or low in your console specific adapter cable. The board includes a piggyback plug so you can plug in an Xbox360 controller board (like the one above) since the console requires authentication. The PIC’s firmware is conveniently upgradeable over the USB cable.

USB Driver Hacking


[qDot] sent in his efforts to hack the oddest USB interface I’ve seen. The game is played by relaxing, so the controller senses biometrics. His notes on his adventure in hacking a driver are a bit entertaining, and definitely interesting if you’ve considered doing a little USB driver hacking of your own. If there’s enough interest, maybe he’ll post some more code to get things rolling.