Turn Signals On Your Head

Several weeks ago, I was in Culver City L.A., and happened to find a hackerspace nearby. It was a pleasant coincidence that the night I chose to randomly show up, was their public meeting which focused more on projects people were doing. The place was packed, I was barely able to squeeze in the door and actually stood outside for part of the meeting, just listening to people talk about what they’re making.

One of the projects I did get to see was this bike helmet built by [Naim]. At first I was amused at the idea, but the idea of putting lights and an accelerometer on a helmet wasn’t that groundbreaking. But as [Naim] kept talking, he caught my attention. For one thing, the one he was showing at the hackerspace seemed to have some built in correction for natural head movement. In this video he does look around a bit without false positives. At the hackerspace he explained the way he monitors the motion to avoid natural movements causing the lights to initialize.

The part I was really interested in was his power. He spent tons of time reducing the power consumption on the base arduino. I believe the number he used was 10 years of standby without causing the battery to vent or die. If you pick up the helmet at any point during that time period, it automatically turns itself on based on the accelerometer’s motion. While the bike helmet itself was a fairly cute idea, I was really trying to get him to send me the information on how he’s saving power. I believe he had to cut the traces to the arduino’s native power management. Hopefully we’ll still hear from him on the details.

Building An LED Suit

[Rob] has been hard at work designing and building this LED suit which he can wear to parties. He’s got it working, although right now it’s just a pair of pants. It reacts to sound, and has the potential to be controlled from a smartphone via Bluetooth. You’ll find a video description of the build embedded after the break.

The planning started off by selecting driver hardware for the LEDs. [Rob] wanted the suit to pulse to the music in the room so he grabbed an MSGEQ7 chip. When connected to a microphone and opamp this chip will output a signal which can be used as a VU meter. He built the hardware into an Arduino shield, then got to work on the LED driver board. He’s using LED strips, but they’re not individually addressable. Instead he cut loops which wrap around the wearer’s legs. Each loop connects the pins of a TLC5947 LED driver chip which sinks a constant current and offers PWM abilities. He’s using PNP transistors on the high side.

For anyone that’s ever worked in a Tyvek suit before you’ll know they don’t breathe. Sweat will literally be pouring off of you. And we’d bet that’s what cause the short that burned the back of [Rob’s] leg at a recent party. Then again, your light-up pimp coats are going to be hot to wear too.

Continue reading “Building An LED Suit”

Light Painting With The Raspi

The art of taking long exposure photographs with blinking RGB LEDs has improved greatly over the years, mostly due to the extremely easy to use Arduino and hundreds of tutorials on the web. If there’s one problem with light painting with a ‘duino, it’s that large, full color images take up a ton of storage space, much more than the flash memory on an Arduino can provide. Wanting fancier and more colorful light painted images, [Phil] over at Adafruit used a Raspberry Pi to make some very awesome light painted images.

Like any Adafruit tutorial that uses LEDs, the build begins with a digital RGB LED strip wired to the GPIO pins on the Raspi. After loading up the Adafruit educational Raspi Linux distro for hardware SPI support, the only thing left to do was writing a Python script to display images in the air.

[Phil] says vertical, hand-held LED bars are old hat, so he took a hula hoop and a few bits of PVC pipe, attached the LED strip, and put it on his bike. The results are really impressive – we’re loving the flames in the title pic – and considering the Raspi is a full-fledged computer, light paintings larger than what [Phil] made are very possible.

Back Up The Band With Some RGB Stage Lights

Fresh off the 72-hour madness of the Red Bull Creation contest some of the folks a North Street Labs took on a stage lighting project. It’s for a local performing venue that just opened up, and despite the time crunch the team pulled off another great build.

Sixteen meters of LED strip make the electronics for the project a whole lot easier. The strips run up the center of a cabinets built as stand-alone columns which will end up at the back of the stage. Each cabinet has its own 5V 4A power supply (note the burnout issues they mention when using cheap eBay PSUs). Each column has its own Arduino Uno driving the LEDs, with an RS485 shield to connect back to a main Arduino Mega 2560 controller. It uses a PSX controller to switch between different lighting modes.

The seven towers boasting 688 LEDs isn’t all that’s shedding light on the show. There’s also about 300 feet of EL wire at work.

Continue reading “Back Up The Band With Some RGB Stage Lights”

How To Design Your Own LED Driver

If you find yourself in need of a driver for a high power string of LEDs this is a must read. [Limpkin] just designed this driver as a contract job. He can’t show us the schematic, but he did share some tips on how to build an LED driver around a MAX16834 chip.

As you move to higher power designs the barriers to success pile up rather quickly. Using a chip like the MAX16834 really helps to simplify the task as it can be used as a boost or buck converter, it includes functionality that allows for dimming, and it’s a constant currents solution. There are board design issues that need to be accounted for in these designs. [Limkin] included links to a few calculators that will help you determine trace width based power levels used with the driver. He also recommends using copper pours on both sides of the board connected with vias to help dissipate heat. To that end he used an IR thermometer for feedback during testing.

It’s too bad he doesn’t have any photos of the device at work. If you build something similar please take some pictures and tip us off about it.

RGB Chandelier May Not Fly With The Wife

We understand where [Craig] is coming from, leaving no stone unturned when looking for new electronic projects to occupy his time. He tried to convince his wife that they needed a light show to accompany dinner, and while she was skeptical he went ahead and built this remote control RGB chandelier anyway.

He recently purchased fifteen feet of RGB LED strip and has since been trying to use it in his projects. What’s interesting is that he didn’t make direct use of the strip. Just 10 of the LED packages were used. He desoldered and extended each wire leads and used one of the driver chips to address them all. The main body of the light fixture is a triangle, and out of each side two test tubes host one LED each. To diffuse the light [Craig] mixed up some resin and laced it with glitter. Once hardened the resin holds the LEDs firmly in place. The glass shade in the center of the fixture hides four more LEDs.

[Craig] uses a remote control from a Roku box to control the chandelier. An IR receiver is monitored by an Arduino which drives the LEDs accordingly. After the break you can see a demonstration of the completed project. Unfortunately it doesn’t provide as much light as they need. We’d suggest an upgrade along these lines.

Continue reading “RGB Chandelier May Not Fly With The Wife”

Painting A Wall With Light Using Water As Ink

This art installation uses a fantastic concept. The wall can be painted using water as ink which lights up a huge grid of white LEDs. This offers a very wide range of interactive possibilities since water can be applied in so many ways. Grab a paint brush, wet your finger, use a squirt gun, or mist with a spray bottle and the lights will tell you where you hit the wall.

We’re hoping a reader who speaks both French and English might help out by posting a translation as a comment on the prototyping video. In it, [Antonin Fourneau] shows off the various prototypes that led to the final product and we’d love to know what he’s saying. But by seeing the prototypes, then watching the English promo video after the break we can make a pretty good guess.  The boards have a hole that fits the flat-lens LEDs perfectly. This creates a mostly water tight seal to keep the liquid on one side while the leads are safe on the other. The water side has squiggly pads which allow droplets of water to complete an electrical connection.

Continue reading “Painting A Wall With Light Using Water As Ink”