MB LED Is Next Generation Of LED Video Block Puzzles

Meet MBLed, a set of interactive 8×8 LED tiles. Put them next to each other and they will orient themselves into a video screen which is the sum of the parts. If this sounds familiar it’s because we’ve seen the concept before in the GLiP project. [Guillaume] tells us that MB Led is the new version of GLiP and from what we’ve seen they’ve made a lot of progress.

The hardware is well designed. A PCB hosts the STM32 microcontroller and a pair of pin headers which receive the RGB LED matrix module. A pair of AA battery holders make up the legs for the device. Each has infrared receiver/emitter pairs on each of the four edges and constantly polls for its neighbors.

What really impresses us is the algorithms they’re using for communications. FreeRTOS runs on the ARM processors, and a series of messages was developed which allow the blocks to elect a leader, and follow its commands via the distributed system. Check out more about those algorithms on the page linked above, and join us after the break to see the demo video.

Continue reading “MB LED Is Next Generation Of LED Video Block Puzzles”

Magic Locket

[Andrey] from RTFM has built himself a glowing LED pendant using only three parts and some simple code. The hack is not particularly complicated but [Andrey] provides some decent instructions on Pickaxe programming via an RS232 serial port and RGB LED control to produce the nice glowing effects. The pendant contains an RGB LED, a Pickaxe-08 microcontroller and a couple of button cell batteries. To cram everything inside the locket, [Andrey] had to grind down the LED and Pickaxe-08 to their minimum dimensions using a file.

All of the Basic code for the pendant is supplied on the project page and [Andrey] describes how he manages to PWM all three LED pins for the colour effects. The video after the break may be of interest to anyone who has not had a go at Picaxe programming before or for a beginner who wants to try out some new embedded devices without a big hit to the wallet.

Continue reading “Magic Locket”

Not Your Ordinary LED Book Light

diy_led_book_light

[Steve Hoefer] is not a huge fan of traditional table lamps, so he set off to build a reading light of his own that was more aesthetically pleasing than the standard fare. He thought it would be pretty appropriate to construct his reading lamp out of a book, and we’re inclined to agree.

He stripped the pages from an old book he found at the thrift store, then built a plywood frame to fill in the recently vacated area. A second frame was built inside the first to support the installation of some warm LED strips as well as the acrylic sheet he used to diffuse the light. A whisker switch was installed in the corner of the frame, which turns the lights on when the book is opened. The lamp puts out about the light equivalent of a 40W bulb, and can be “dimmed” by simply adjusting how far the cover is opened.

It looks great on his bedside table, and like some of his other book-related hacks, it’s quite useful as well!

Be sure to check out the video of the light’s construction we have embedded below.

Continue reading “Not Your Ordinary LED Book Light”

Giant POV Tube For Light Painting

writing_in_the_night_with_the_light_scythe

When you really want your feelings known, we always say that bigger is better. [Gavin Smith, aka The Mechatronics Guy] must come from the same school of thought, because there’s absolutely no mistaking what he is trying to say with his latest project.

Inspired by this WiFi signal painter we featured a while back, the LightScythe is a 2 meter long bar composed of multi-color LED strips that he bought from Adafruit. The light bar is controlled by a Seeduino micro controller, which takes direction from his laptop via a pair of XBee units. Once he generates an image from text with ImageMagic, a Python script is used to match the colors as close as possible to the RGB color space. The image is then converted to raw serial data for playback on the Scythe. When he is ready to go, he triggers his camera to take a 10-15 second exposure, during which he walks across the frame, painting his images with the LightScythe.

We always enjoy seeing creative derivations of previous projects we have covered, and the LightScythe does it well. He actually built a pair of these that can work in concert or independently, which we imagine can make for some pretty awesome pictures.

Be sure to check out his Flickr photostream for more examples of what the LightScythe can do.

A Beautiful Fibre Optic Chandelier

[Bill] Decided that his living room could use some more light, or at least some more colourful light. To meet his needs [Bill] has designed and build what he describes as a modern/contemporary chandelier. The chandelier uses about 250′ of fibre optic cable to distribute the light from eight LED’s, light from the fibre optics is being diffused using marbles in place of the globes you would normally expect in a chandelier.

Control is achieved wirelessly via a pair of Xbee modules, this will allow [Bill] to integrate it into his home automation project he plans for the future. The colours are currently set using three slide potentiometers, and the chandelier is powered using a repurposed ATX power supply. It looks like a lot of time was spent on the acrylic enclosure and it was worth it because the results are fantastic. Check out his website for build details and the video after the break for a demonstration on the chandelier in action.

Continue reading “A Beautiful Fibre Optic Chandelier”

Ring Ring Ring Ring Ring Ring Ring Emotiphone!

emotiphone

Instructables user [zvizvi] was working on putting together a portfolio for his application into Industrial Design school, and thought it would be neat to repurpose an old rotary phone that used to belong to his grandmother.

He originally had pretty lofty goals for the phone, but eventually pared back his vision to include one-way communications to Twitter. After gutting the phone of its unnecessary parts, he got busy installing LEDs behind the dialer’s finger holes. The LEDs were connected to an MCP23017 I/O expander, which takes its direction from an Arduino he crammed into the phone’s shell.

When the receiver is lifted from the cradle, the Arduino initiates a connection to the Internet via the WiFly shield he installed. Once he dials a number, the Arduino translates the digit into a predefined emoticon, posting it to his Twitter page. While the emoticons are not quite as descriptive as the messages from the Tweeting Roomba we featured earlier this week, they relay his mood just fine.

It’s a fun project, and it happened to get [zvizvi] into the design school he was applying at, so we can’t ask for much more than that.

Building DIY BlinkM Clones

ghetto_pixels

If you are planning on using more than a handful of BlinkMs in a project, you will likely find that their $15 price tag quickly adds up. Instructables user [jimthree] found himself in that position and opted to create his own homebrew version of a BlinkM instead. He calls his creations “Ghetto Pixels”, and while they might not look as professional as the real thing, they get the job done just the same.

He bought a batch of RGB LEDs online for under a dollar apiece, pairing them with ATTiny45s that he scored for about $1.50 each. [imthree] popped his uCs into a programmer, flashing them with an open-source BlinkM firmware clone called CYZ_RGB. He then prototyped his circuit on some breadboard, adding the appropriate resistors to the mix before testing out the LEDs. When he was confident everything was working correctly, he assembled Ghetto Pixels deadbug-style.

When everything was said and done, they came together in a pretty compact package comparable to that of the BlinkM. As you can see in the video below, they work great too!

Continue reading “Building DIY BlinkM Clones”