LED Coffee Table

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”

A Console For Retro Games

Like many nerds, we have our share of retro video games and nonworking consoles lying around. Every so often we feel like dragging one out and hoping it works.. Luckily for us, the Super Genintari is available to fulfill our fantasies of beating Ghosts ‘N Goblins. The Super Genintari is an Atari 2600, NES, SNES and Sega Genesis all rolled into one; you can even put in four cartridges at once and hook it up to your television with a simple AV cable.

[via DVICE]

Turn Your Playstation 3 Into Linux-based Lab Equipment

In a two-part series called “PS3 Fab-to-lab” on IBM’s awesome developerWorks website, [Lewin] explains how to use the Cell Broadband Engine in a PS3 to create an audio-bandwidth spectrum analyzer and function generator. The set up consists of Yellow Dog Linux, an NTSC television, and an external USB sound card to provide the inputs of the spectrum analyzer and the outputs of the function generator. The sound card driver is written to simply capture or send the info in question (audio range only) and the NTSC television as the graphical interface. This hack involves a lot of coding with hardly any example code provided. The article is more of a guide than anything. If anyone gets this working, let us know!

[via Digg]

[photo: Malcom Tredinnick]

Hackit: Modern Arcade Cabinets?

We’ve been contemplating getting into MAME arcade cabinet building. It was sparked by someone dropping off a Street Fighter II machine at our office. Many people have been seeking to build the perfect arcade cabinet clone, but looking over this old dusty cabinet we realized that retro isn’t really what we want. We want an arcade cabinet with a modern aesthetic.

Retro Thing recently posted [Martijn Koch]’s Retro Space. The cabinet takes design cues from old cabinets, but uses modern technology like a 24″ LCD. It does feature classic controls though. Wandering through arcades today, most of the machines appear to be DDR style or vehicle sims. No one is building modern gaming machines.

We’re still in the planning stages of this build. We’d definitely use classic controls and combine it with an LCD 24″ or larger. The brain would probably be a Playstation 3. We could run any emulator we want on the Linux side and also play modern PS3 games. How it will look is still up in the air. We’re leaning towards building a standup 4 player brawler machine for playing games like Teenage Mutant Ninja Turtles, X-Men, and The Simpsons.

Have any of you built a MAME machine before? How would you build an arcade machine with a modern aesthetic?

How-To: Hack A ThingamaKIT

The ThingamaKIT is an anthropomorphic analog synthesizer kit from Bleep Labs. Using “LEDacles”, photoresistors, knobs, and switches, it generates interesting high pitched vocalizations. Bleep Labs sent us a review unit and this article shares our experiences building and using the kit. We’ve also included a tutorial on making some hacks, modifications, and circuit bends to it. Skip to the end to see a video of our hacked kit in action.

Continue reading “How-To: Hack A ThingamaKIT”

Hybrid Headphone Amplifier


[Rogers Gomez] has posted up this hybrid tube based headphone amplifier over at DIY Audio. Being a fan of tube amplifiers, but wanting something with lower voltage and lower cost, he put together this little system out of spare parts he had lying around. He wanted it to have as few parts as possible and be able to power his 32 ohm Grado headphones.

He states that he’d built several YAHA amps, and a Szekeres Mosfet follower and was curious how they’d sound together. He was pleasantly surprised with the resulting quality.

There are less than 30 individual components involved in the project. The complete parts list and schematics are available from the site. He notes at the very end, to unplug your headphones when powering up as there is a surge that could damage them. That might be good to know at the beginning just in case you get eager to test it out.

[Thanks, Gio]

Deogen, Tiny Monitor Tester


Deogen is a small, self contained device for testing monitors. It was designed back in 2000 to reduce the amount of space and effort required to test monitors in a computer shop. The initial design used an AT90S1200 microcontroller to generate test patterns for the monitors. Being about the size of a portable CD player, it was much easier to take to any monitor and plug in for testing.

Version two of the device, pictured above, is much smaller, being about the width and height of a credit card. The depth is slightly larger than a 9 volt battery. Compared to the last vga test project we ran, this one is tiny. The unit boasts a decent set of features, such as; eight test patterns at four different resolutions, battery or DC power, and small form factor.

The processor of version two is an ATtiny2313 at 20MHz, and controls the H sync and V sync signals directly. The RGB is converted to analog using a resister network. The power circuit is custom made for low power consumption, though they note that a 78L05 equivalent unit could be used in its place.

The plans for the PCB and the software are available from their site. Head on over and check out some pictures of it in action.

[Thanks, Philip Fitzgerald]