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”

SparkFun Arduino Pro


SparkFun’s new Arduino Pro is an updated version of their Skinny. The board comes populated with the running gear of an Arduino, but without all of the connectors in place. It’s targeted at people building integrated systems around the Arduino and not just prototyping. The board is 3.3V with an 8MHz bootloader just like the LilyPads and is fully certified by Arduino. It has a small side mounted power switch, but you have to supply your own DC jack (if you need it). There is no USB hardware on board and you’re expected to program it via an FTDI breakout board or cable. We definitely like the stripped down approach, but it would have been nice if the price had dropped more.

[via Make]

RGB Monome Clone


[Julien Bayle] has posted this great breakdown of building an RGB monome clone. He is a musical performer using Ableton Live. He wanted to do away with the need for a computer screen and found that the monome would have been perfect had it been RGB. So he decided to build his own.

The parts list for the entire project is as follows:

  • 1x Arduino board
  • 4x Sparkfun breakout PCB
  • 4x Sparkfun buttons pads (like our door lock)
  • 4x Sparkfun buttons bezel
  • 64x RGB LEDs common cathode
  • 64x Diodes Small Signal (1N4148)
  • 1x MAX7221 (LED Driver)
  • 1x 74HC164 (8-Bit Serial-In, Parallel-Out Shift Register)
  • 1x 74HC165 (8-Bit Parallel-In, Serial-Out Shift Register)

He also has files for the schematics and source code as well as information on how to assemble and test it.

The RGB aspect is still under development. He is using the LEDMatrix-Serial Interface-RGB from Sparkfun Electronics to run it. It is expensive, but is exactly what he was looking for.

There aren’t very many pictures of the project, and none of the working RGB unit. He makes up for it in sheer information. Many parts have links to manufacturers or support forums. Hopefully he’ll post some pictures and video of the final product soon.

New Sparkfun Designs


Sparkfun has recently released a bevy of new boards and other devices, with some very intriguing new builds among them.

The first board that caught our attention is the Wee. It is a compact Arduino compatible controller that features a small size, low voltage, and many other minimalist attributes. It is built around an ATMega 168V and uses all SMD parts.

For even tinier fun, check out the LilyPad LED. It is a LED designed to be incorporated into clothing, featuring large holes for threading, a thin and extremely small PCB and a very bright 250mcd light. It is also washable, meaning that one or many can permanently be incorporated into clothing without fear of losing them. You can see these in the turn signal jacket we covered earlier.

The last one we’ll discuss is the LiPoly Charger, a USB lithium ion battery charger. Based on the Max 1555 IC, the LiPoly can use USB bus power or a 2.1mm center positive wallwart power(it uses the more high-powered wall-wart if both are connected). It can’t charge NiMH batteries, but it is still compact, efficient, and very useful.

Tube Amp Monitor


Sparkfun contributor [Pete] really loves tube amps, but he’s a very safety-conscious guy who doesn’t like being electrocuted. This is a problem, since tube amps are usually very high voltage, and a small mistake can be fatal. To deal with this voltage issue, he built a tube amp with a control system built around a 6DOF v3 controller board. The control system is there mainly in case of a failure, automatically shutting off the high voltage transformer in any such event. It has the added benefit of filtering any 60Hz noise from getting into the audio, which happened before he installed the control system.

In addition to regulating power, the controller board also monitors bias points in the output tubes and displays its diagnostics on an LCD. Aside from getting great sound from the tube amp, [Pete] made it look great too, installing colored LEDs under the tubes. We love his design: just because safety comes first it doesn’t mean cool-factor can’t come in a close second.

SparkFun’s Logic Level Converter


SparkFun has always been good about designing and stocking useful breakout boards. This recently added Logic Level Converter is no exception. It’s uses two BSS138 MOSFETs to shift 5V logic levels to 3.3V. The board handles two separate serial pairs. Just hook up the RX and TX on either side. Provide power at both voltages and the board will happily do the conversion. It’s $2, smaller than the size of a quarter, and perfect for plugging into a breadboard.