We Want This LED Ball

[Nikolai] has a friend who is into fire and light shows. Her birthday was coming up, so [Nikolai] decided to build something to compliment her performances. He came up with a 10 cm LED ball (Russian, Google translation) that has a matrix of 256 LEDs wrapped around its surface.

The ball’s structural support is its own PCBs. The bottom of the ball is a simple bus – no components needed. The processor module fits into the bus along with the side arcs with LEDs on the edge. The top holds two AA batteries and a MAX1674 step up converter. The view from the inside looks like some sort of bizarre alien device. Very cool.

The central processor module is based around an ATmega88. The microprocessor controls two ‘595 for each of the 16 side panels. So far, four modes of operation have been programmed – a sine graph wrapped around a sphere, a random function, two oscillating circles, and plain old lines. The code for the LED ball is available (offsite link), and thankfully the variables are in English. An impressive piece of engineering and board layout skills.

Check out the video of the LED ball after the break.

Continue reading “We Want This LED Ball”

Christmasqualizer Is The Next Light Switch Rave

[youtube=http://www.youtube.com/watch?v=la1OuczS_wM&w=470]

[Kyle] was looking for a way to spice up his boring brick-wall dorm room. The Christmasqualizer he came up with brightens up his room and would make an awesome place for a rave.

The strings of lights in [Kyle]’s Christmasqualizer are off-the-shelf Christmas lights. A simple circuit for the 7-band equalizer was built following this article. The build uses an MSGEQ7 equalizer chip takes audio from any source. The volume level of the seven EQ bands are output to an Arduino over a serial connection.

After the EQ chip was connected to the Arduino, [Kyle] needed a way to switch the strings of Christmas lights on and off. A few solid state relays later, and he was in business.

All the code for the Christmasqualizer is up on github. The sketch is pretty simple – connect the EQ chip as per the article, then connect the relays to the output pins on the Arduino. It’s a fun and easy project that really livens up a dorm room.

Remote Controlled Glass Block LED Matrix

hive13_remote_controlled_led_matrix

At Hive13, a Cincinnati-based hackerspace, they like to hack everything – even their bathroom. One of the bathroom’s walls faces the street, and is made up of thick glass privacy blocks. A few years ago, they thought it would be a cool idea to install an LED matrix to the back side of the glass wall to spruce things up a bit. After a couple of iterations, they finally had something they were happy to show off, but they wanted to make it even cooler.

While the the Arduino and ShiftBrite shield running the matrix could be controlled over a serial connection, they wanted to use the ProjectBlinkenlights tools to control things over the network. While that didn’t quite work out as planned, it wasn’t necessarily an exercise in futility. While Blinkenlights controls were out of the question, they were inspired to add OSC compatibility to the Processing sketch, which allows them to work the display with an app available for both Android and iOS devices.

The result is pretty slick, as you can see in the video below. Now all they need to do is get Tetris up and running!

Continue reading “Remote Controlled Glass Block LED Matrix”

Halloween Hacks: A Haunted House Project For The Kids


light_up_haunted_house

If the kids have been bugging you to get started with your Halloween decorating, [Dale] from BasicMicro has a neat and interactive project that’s sure to satiate their thirst for ghoulish fun.

His wife was looking for some new decorations for this Halloween, so he took a quick trip to the craft store and found a DIY foam Haunted House kit. After convincing her to do the assembly, he outfitted the display with some Starlite RGB modules, which have all sorts of interesting lighting modes built in. When the lights are turned low, the house jumps to life, as you can see in the video below.

The construction and wiring are not an overly complex job, so it’s a great starting point for little minds and hands that are beginning to develop an interest in electronics. For those kids with a little bit of experience under their belts, the house could easily be modified to use servos to create swinging doors and shaking grave stones.

The limit is truly defined only by their imagination (and your electronics budget), so why not give it a try this weekend? We’d love to see what you and your budding hackers put together!

Continue reading “Halloween Hacks: A Haunted House Project For The Kids”

Candied LEDs Are A Light, Tasty Treat

rock_candy_diffused_leds

[Emily Daniels] recently snagged a free iPad in the Instructables “Play with your food challenge” with an interesting way to work with LEDs. Growing up, most kids attempted to make, or at least have seen rock candy be produced. [Emily] thought it would be interesting to mix LEDs with the stuff to see what she could come up with, and her candied LEDs are the result.

The process is pretty straightforward, and involves mixing up a batch of supersaturated sugar syrup in which LEDs are suspended. The LEDs act as a nucleation point for the crystal formation, growing a nice solid coating of sugar after a couple weeks’ time. After some cleaning up, the LEDs can be connected to a coin cell battery or similar, as you would normally do. The sugar acts as a diffusing medium for the LEDs, giving them a nice soft beam pattern.

Obviously you likely wouldn’t want to use these for any long-term electronics project, but it’s a fun activity for the kids, and it could be a good way to incorporate electronics into baked goods.

Slick Music Synchronized Light Show Uses UV LEDs And Water

music_synchronized_light_show

[mike6789k] wanted to spice up his dorm room, so he built a cool music synchronized light show that struck us as being very well thought out. We have seen similar music-based visualizations before, but they tend to be pretty basic, relying on volume more than actual audio frequencies to trigger the lighting.

[mike6789k] didn’t want to build “just another” synchronized light show, and his all-analog approach gives a true representation of the music being played instead of just flashing lights along with the beat. Using a trio of simple filters, he broke the audio signals down into three distinct frequency bands before being driven through a high gain transistor to power a set of LEDs.

We were pretty impressed at how bright the display was given that he is using UV LEDs, but the 1W diodes seem to have no problem lighting up the place when aimed through the UV-reactive water, as you can see in the video below.

If you’re looking to make something similar for your next party, the folks over at Buildlounge were able to wrangle a schematic out of [mike6789k], which you can find here.

Continue reading “Slick Music Synchronized Light Show Uses UV LEDs And Water”

Animated X-mas Sign

Sure, it may be two and a half months until Christmas. That doesn’t mean we can’t start building a few Christmas decorations. Last year, [RB] over at Embedded Lab made an animated Christmas sign using a simple microcontroller setup. This year, [RB] is adding a blinking LED border and doing the entire project with 74xx ICs.

The letters for this year’s sign were recycled from last years’. This time, however, two strings of 12 LEDs are used for the blinking border. The blinking circuitry uses a 74hc14 Schmitt trigger to provide the clock. A pair of 74hc595 shift registers turn each letter on one at a time. The speed is controlled with a small trim pot.

Using ICs to drive a series of lights in a pattern isn’t a new thing – you’d be hard pressed to not find a similar setup in the blinking panels of sci-fi shows of the 60s and 70s. Of course this sign doesn’t compare with what can be done with a microprocessor a lot of patience, it’s still a very nice build. Check out the video after the break to see the X-mas sign in action.

Continue reading “Animated X-mas Sign”