
[sprite_tm]’s back with one of his excellent Atmel projects. This time he decided to turn an original XBox controller (cause he likes ’em) into a standard USB HID device. He gutted the custom USB chip that Microsoft installed and replaced it with an Atmel ATMega88. The ATMega required a few changes to the board, but nothing too off the wall.
games76 Articles
DIY Joystick Glove

[Elf] sent in this interesting DIY joystick glove. There aren’t many details on the actual glove switch design, but from the schematic on the site, it seems to mostly consist of micro-switches with some pot adjusted transistors to calibrate the X-Y signals.
Related: Data glove USB interface and Clove 2 one handed input
Universal Joystick USB Interface

Building on his USB NES pad interface, [Raphaël] released a universal USB joystick interface. It presents a HID device with four directional buttons and eight general purpose buttons. The board uses an ATmega8 and implements USB entirely in software.
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.
Two Degrees Of Ben Heck How-To’s

[Ryan] sent in [Bill]’s project to build his own JAMMA arcade game console. It’s actually a take off from one of [Ben Heck]’s how-tos, but I thought it might interest people who think that they can’t pull off any of the projects we feature on their own. We definitely like to show off some original, complex hacks, but success stories can be just as inspiring.
DIY PC Gaming Gun

[rustlabs] put together an interesting looking gaming gun for FPS games. He wrote up his build and how to use a webcam to provide gun tracking for games like Half Life 2. He gutted a keyboard to provide the button interface, and infrared LEDs on the gun body are tracked by the cam. Surprisingly, no USB game pads were sacrificed in the build, just a USB keyboard and mouse.