Spark Fun’s centerpiece at Maker Faire back in May was this LED coffee table. They just recently posted about how it was constructed. The surface is made from 64 8×8 RGB LED matrix boards totaling 4096 LEDs. The eight rows are connected to a custom router board so that one SPI line can control the entire display. The main microcontroller is an Olimex LPC2106 dev board. It runs a four player cooperative pong game where multiple balls are added over time. Each player gets a classic Atari paddle for control. You can see a video of the table running a screensaver after the break. Continue reading “LED Coffee Table”
Joystick122 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.