Months Of Failure Lead Up To This EL Panel Dimmer That Pulses To The Music

el-panel-dimmer

Way back in March [Ch00f] took on a for-hire project to make a suit that lights up to the music. He decided to build something based around a pulsating EL panel. He’s put a lot of time and tried of a few different techniques, but he finally has a working EL panel dimmer.

This is a saga we’ve kept our eye on. The fall seems to have been good to him, after a failure using TRIACS he managed to adjust the brightness of some EL wire by messing with the current going to the driver’s oscillator. Standing on the shoulders of that success he designed the board seen above by getting serious about audio signal processing. There’s a microphone on the board which picks up sound which is then processed into a signal responsible for the brightness of the EL panel.

There’s a demo video after the break, but you’ll want to dig into his article to get all the gritty details.

Continue reading “Months Of Failure Lead Up To This EL Panel Dimmer That Pulses To The Music”

Sound Reactive Christmas Tree Makes Folks Happy

This non-traditional Christmas tree in Victoria, British Columbia is bringing people together this holiday season. It boasts over 800 lights that react to sound. You can see the pulsing and color changing that go along with some Tuba carols in the clip after the break.

The art installation was commissioned by the Downtown Victoria Business Association. A great big cherry tree was adorned with strings of individually addressable RGB LED Christmas lights. They are controlled by a system which calculates changes based on onset, energy and frequency analysis of sound picked up by multiple microphones. The effect is delightful and it’s not just musicians getting in on the fun. Passersby can’t seem to help themselves from yelling, clapping, and singing to make the tree sparkle.

Also included in the project is an interactive stop-motion animation film. It’s projected on the side of a building and invites viewers to send a text message to interact with it. A video of this is also found after the jump.

Continue reading “Sound Reactive Christmas Tree Makes Folks Happy”

Reverse Geocache Based On STM32 And GPS Wristwatch

reverse_geocache

[Renaud Schleck] somehow got lucky enough to find a GPS wristwatch in the trash. It had a broken LCD screen so its wouldn’t be of much use on that next hiking trip, but he knew it still had potential. He used the GPS module and a few other parts to build this reverse geocache box.

Reverse geocache is a container that is locked, opening only in a pre-defined geographic location. We’ve seen plenty of these projects around here, like this one that talks, or this one which was given as a Christmas gift. They’re popular projects both because of the unique method of getting at the prize inside, and because it doesn’t take a whole lot of hardware to build one. Once [Renaud] had the GPS module he simply need a user interface, locking mechanism, and a microcontroller to pull it all together.

The interface uses a screen from an old cellphone and one push button. The latching system is a tiny geared motor salvaged from a Laptop optical drive. These, along with the GPS watch board are all monitored by the STM32 microcontroller which he programmed using OpenOCD and the Bus Pirate.

[via Reddit]

Stellaris Launchpad And Booster Packs Used As Frequency Analyzer

stellaris-frequency-analyzer-using-booster-packs

[Jordan Wills] got tired of being limited to eight pixels of resolution and having jumper wires littering his work space. He set out to upgrade his Stellaris Launchpad frequency analyzer project using booster packs. You may remember the initial iteration of the project which used an 8×8 LED matrix to map audio spectrum. With this upgrade he’s really putting the power of that ARM chip to use.

His first improvement with this project was to spin his own audio input board. It has a standard headphone jack for input and a few passive components to shift the signals to rest nicely within the ADC measurement range. The shield has two double pin headers and a group of four stand offs to serve as legs. This way it plugs into the female headers on the bottom of the Launchpad and provides a stable base for the assembly.

The second portion of the setup is an LCD booster pack for the hardware. Kentec manufactures this 3.5″ 320×240 LCD (EB-LM4F120-L35) complete with a resistive overlay making it touch sensitive. The increase in resolution, and availability of different colors gave [Jordan] plenty to work on. Since this add-on is designed for the Launchpad and has a driver library already available he was able to focus on adapting the FFT output for display and adding in new features. Don’t miss seeing what he’s accomplished in the clip after the break.

Continue reading “Stellaris Launchpad And Booster Packs Used As Frequency Analyzer”

O Christmas Tree Of Digital Logic

tree

[Chris] over at PyroElectro is getting into the swing of the holidays with a LED Christmas tree build. Unlike the other electrical Christmas trees we’ve seen this holiday season, [Chris] designed his tree entirely with digital logic – no microcontrollers included.

The tree [Chris] constructed on a piece of perf board is a beautiful spiral arrangement of 64 green LEDs.While we’re sure getting all the LEDs soldered to the right height, [Chris] makes it look so easy to create 3D structures with circuits.

The LEDs are driven with a set of eight shift registers, themselves clocked by either a predictable 555 timer chip or a pseudo-random pattern generated with a circuit built from a few hex inverters. By setting the tree to the sequential mode, a pair of lights travel slowly down the spiral of the Christmas tree. If set to random mode, an random number of LEDs light up and walk down the array of LEDs.

Continue reading “O Christmas Tree Of Digital Logic”

Man Proposes To Girlfriend With An Arc Reactor

arc

Thinking long and hard about how to propose to his girlfriend, [Ed] hit upon a great idea: use an arc reactor as the ring box, with enough LED lights to outshine all but their love, and servos to present the ring and tug at the heartstrings.

[Ed] set about giving his now-fiancé from his arc reactor heart by building a simple circular arrangement of adafruit RGB LED strip and an Arduino. There are two modes for this arc reactor: a light up mode that simply looks awesome, and a ‘ring mode’ that uses two servos to open the front cover and bring the engagement ring into view.

After [Ed]’s fiancé said yes, the cover in the center of the arc reactor closes for its continued use as a desk ornament. You can check out [Ed]’s proposal contraption in action after the break.

Continue reading “Man Proposes To Girlfriend With An Arc Reactor”

Building Pong For An 8-pin Micro

pong

For playing around with video signals and trying to create a an interesting microcontroller project, you can’t do better than the classic Pong. We’ve seen our share of microcontroller-based pong builds, but rarely have we seen an 8-pin microcontroller recreate every part of the first video game.

[Tim] started his PIC12F1840-based Pong build with just a few buttons for controls and a video output. This in itself is somewhat of an achievement, as [Tim] used all the data memory and every GPIO pin on this small microcontroller.

He had time to optimize his build and ended up adding the bleeps and bloops of the original Pong to his build. He’s got an interesting design on his hands, and also what is probably the smallest Pong clone in existence.