Twittering Pub Hanging

There’s nothing groundbreaking about this hack, called the TweetWall, but the craftsmanship is gorgeous! [Yergacheffe] had access to the right tools; an epilog laser and a thermoplastic bender (an item we didn’t know we needed until now… thanks a lot). It has the usual bits you’d expect in a Twitter ticker, an LED matrix and an Arduino. There is also an OLED screen that displays the avatar of the current Twitter feed. Because data is transferred over a serial connection the SD slot on that screen is used to cache images which helps to keeps the messages coming without delay. The end product is quite good, we’d expect to see it hanging on the wall of the pub down the street.

112-LED Coffee Table

[Joe] tipped us off about his 112 LED coffee table. This 12-ups the LED matrix from Friday and 31-ups the Shiftbrite table. Driving this grid is an ATmega328 in i2c slave mode. It listens for display data from a second ATmega328 and uses that to set the array of TLC5940 driven LEDs appropriately. Separating the processing microcontroller from the display microcontroller allows for fast and smooth display changes that can be seen after the break. [Joe’s] table exhibits exquisite cable management, clean code, and an amazing amount of flexibility. Maybe [Caleb Kraft] will finally pony up the dough and make this project for his own home.

[Joe] waited until he saw some other LED tables to send us a link to his hack. This is obviously an awesome project, one that we want to see just as much as our readers do.  So please, don’t wait for someone else to stumble upon your project, send us a tip once you’re done sharing the details.

Continue reading “112-LED Coffee Table”

Two Input Devices Made With Common Items

Here’s two input devices you can easily build with materials you already have on hand.

To the left, [John] built a 3×3 keypad matrix from paper and tinfoil. The rows and columns are made up of strips of tin foil on the front and back layers of paper. The layers are separated by spongy double-stick tape. A ‘keypress’ results when the gap between the conductors is compressed with your finger.

In much the same way, [Dave Fletcher] built a touch potentiometer. He made two resistance plates by scribbling pencil lead on sheets of paper. When the two plates face each other, separated by the same type of foam tape as before, they can be pressed together to form a circuit with a variable resistance. This results in a crude version of the SparkFun softpot.

10×10 LED Matrix

[KopfKopfKopfAffe] just finished a 3-year labor of love resulting in this 10 by 10 LED Matrix. This trumps the Shiftbrite table from earlier today by bringing an actual 100 LEDs to the display. These LEDs cost much less than the Shiftbrites, but since they don’t have their own on-board controller this project requires much more back end work. A total of 25 ATmega8 microcontrollers drive this display, in turn controlled via an RS-232 connection to a computer.

We love the Lemmings animations. It made us realize that this would be a great candidate to play Super Pixel Bros on. Check out the video after the break for snapshots of the hardware as well as videos of the matrix at play. You may also want to peruse the translated work log.

Continue reading “10×10 LED Matrix”

Hackaday Links: February 14, 2010

$30,000?

Is it art or is it a puzzle? Well, it functions as a game but it’s certainly a work of art and priced accordingly. The Superplexus was featured in Make Mazine and Hammacher Schlemmer sells it for thirty grand (you can’t just click to add it to your cart though). Think of the work that went into developing this! [via The Awesomer]

Rollable Display Update

[SeBsZ] continues work on his rollable display matrix. He’s got twenty five controller boards now and has them working as a matrix. We originally covered this in January but now it’s much easier to see how this can be made portable by mounting it on fabric or canvas. Check out the demo video if your interested.

Security testing suite

BackTrack 4 final has been released. If you didn’t like it when it was rough around the edges, you should give it another try. This lean and mean Linux ditro is made for security testing and is approachable for noob and pro alike. [Thanks Steve]

Power on the go

[Csae] uses this portable power center to fire up some studio strobes outside. It consists of a case, an uninterruptible power supply, and a couple of extension cords all hacked together into one. At first you might think this is a bit ghetto but it’s portable and it does what is intended.

Happy Valentine’s Day

Giving this LED-heart adorned shirt as a gift is sure to make your Valentine head for the hills. This project’s a few year’s old, but gawdy T-shirts never go out of style, right?

Voice Controlled LED Sign

[youtube http://www.youtube.com/watch?v=KiYYJ5WMG6I&feature=player_embedded%5D

120 LEDs and NerdKit, check. Python and appropriate Google Voice module, check. Blend on high for 2 minutes, bake for an hour at 400 degrees Fahrenheit. Your soufflé is done, whoops, we mean your voice controlled LED sign is done. Leave a voicemail on Davis’ Google Voice account that starts with “message” and it will be displayed for all to read within a matter of minutes. We think: make it bigger and add a security code before you can leave a message, and you’ve got the perfect recipe for some over sized message fun.

[via Make]

SMD LED Matrix

3573544803_03000843fc

Everyone loves a good LED matrix hack, and we’ve seen our fair share, but never a 16 by 24 hand soldered SMD one. [bear24rw] and his team needed a project reflecting the interests of one of his classes, being an EE major, an LED matrix was just the ticket. Based on this instructable, he was able to cobble together a driver board; the code however was unacceptable, and he came up with a double buffer array solution. You can grab the eagle file and source code here, while you’re at it check out a quick video after the break.

Continue reading “SMD LED Matrix”