Dinosaur Hoodie To Remind You Halloween Approaches!!

[Tom’s] dinosaur hoodie would make a bang up Halloween costume. It’s a glowing version of the bony plates you’d find on a Stegosaurus. Not only does it look great at night, you should be able to put one together or yourself in an afternoon.

He used a laser cutter to make the translucent fins, but it would not be hard to cut them all out by hand. Each piece is two sides of the plate connected by a narrow rectangle which leaves room inside for an RGB module. These are chained together and controlled by an Arduino (most likely using SPI or I2C, we’re not sure which), then sewn on the back of a hoodie.

Update: [Matt] made a derivative of this design. The plates are pointy like a stegosaurus.

Send in those Halloween projects

Which reminds us… Halloween quickly approaches and we haven’t seen the usual onslaught of awesome. We love this time of year because of the ingenuity that comes out to play in the costumes, yard decor, and scare tactics being prepared for the big night. Please send a link to your project and we’ll start pumping out the holiday features.

To get you thinking, here’s a set of folding wings used in a costume, and a possessed powerwheels to chase down the little ones. Don’t sit on your hands, we want to hear about every project!

More LED Madness!

So last week [Caleb] posted an article about hacking a floating LED ball.  In response, here’s a couple simple LED hacks or repurposings that I’ve come up with recently.

glow-cube-LED

LED Solar Glow Cube: If you’ve ever seen path lights lighting up people’s gardens or walkways you may have wondered what components they had in them and how they could be repurposed.  As shown in this article, there’s not much too them other than a circuit board, rechargeable battery, and, of course, a solar panel. Combine this with some leftover foam with a hole in it, and you have the device pictured above.  Really simple, but the results are pretty cool as seen in the video after the break.

LED light-nunchucks

LED Nunchucks: If you thought that wheel lights were only for actual wheels, than you haven’t seen these nunchucks built with some PVC pipe and acceleration-sensitive wheel lights. This may not be much of a “hack” in that they are quite easy to build, but the results are pretty neat, being fun to sling around or even for use in long-exposure photography.  Check out the videos after the break of these nunchucks in action and of some LED light paintings that can be made with them. Continue reading “More LED Madness!”

Hacking A Floating RGB LED Decorative Ball

Knowing that I’m always happy to get something new and glowy, my wife brought home a cheap “floating pool light” that she found on sale for roughly $10. This is a large white floating ball that has LEDs inside and cycles through different colors. Meant to be put into a pool for neat effects, we found it to be much more interesting just used around the house.

However, it was a bit too bright and cycled colors too quickly for our taste. It was actually somewhat distracting when we were just trying to sit and have a few beers late at night on our patio. This gave me a perfect excuse to tear it apart and start hacking… like I wasn’t going to do that anyway.

What I found inside was extremely simple. There’s a single un-marked chip that holds the different display modes (there were 3 display modes: warm, cool, and white). The LEDs were arranged in an array of Reds, Blues, Greens, and Whites (half marked yellow).

Continue reading “Hacking A Floating RGB LED Decorative Ball”

Putting 300 Watts Of LEDs On An RC Plane

Being a member of the FPVlab forums, [HugeOne] is really in to strapping a video camera to RC airplanes and flying around by the seat of his pants. He’s also in to flying his plane at night. Combine these two interests, and you’ve got 300 watts of LEDs flying around at night, most likely causing a spike in UFO reports in [HugeOne]’s native Quebec.

The main issue with putting 16 CREE XM-L LEDs in such a confined space is the issue of heat; even though these LEDs are amazingly efficient, they still produce a good amount of heat. [HugeOne] solved this problem by soldering these LEDs to a piece of copper pipe and connecting two radiators to his plane for liquid cooling.

The result is a small, lightweight LED array capable of producing more than 20,000 lumens flying around the wilds of Quebec. This greatly improves [HugeOne]’s night flying ability (video after the break), and has surely annoyed the local police department with an increase in UFO reports.

Does anyone know how bright the nav and landing lights on single-engine passenger airplanes are?

Continue reading “Putting 300 Watts Of LEDs On An RC Plane”

A Desktop Binary Clock

This is the desktop binary clock which [Tim the Floating Wombat] recently finished building. He calls it the Obfuscating Chronoscope since it’s a bit more difficult to read than your traditional analog or digital timepieces. But the simple design looks neat and it’s a great way to learn about board layout and microcontroller code.

He started by solving a few questions about the display technique. He wanted to use as few LEDs as possible. He settled on just four, and to prevent unnecessary confusion, decided to make sure each type of display (seconds, minutes, hours) would have at least one LED on at a time. Hours are easy enough to display, but with just four bits how can minutes be shown? He uses a 5-minute resolution, always rounding up to the next division of five. This way the first bit will be illuminated on the hour.

A PIC 24F16KA102 microcontroller keeps time using its built-in RTC and a clock crystal. It puts itself into deep sleep mode after displaying the time. The black knob at the bottom is a push-button which resets the chip, waking it up just long enough show the time once again.

10bitworks Shows Us How To Light Up A Synchronized Swarm Of LED Jellyfish

10bitworks-led-tshirts

[Jeremy Zunker] from 10bitworks recently wrote in to share a cool build the group put together for the Luminaria 2012 festival which took place in March of this year. As you might have guessed, the fest is home to a wide array of light-themed projects, so the team at 10bitworks thought long and hard to come up with a design which would help them stand out from the other 79 featured artists.

At the core of their project is a t-shirt which features a deep-sea diver surrounded by swarm of jellyfish. Each of the jellyfish is backlit by an LED module, allowing the group to create intricate light patterns on the shirt.

10bitworks brought 8 shirts to the show, each fitted with a small control pack that contained a set of batteries and a Jeenode wireless board. A ninth Jeenode and a large antenna were used as the master control unit, sending signals to each of the t-shirts in order to synchronize the light display.

The final result turned out very nicely as you can see in the video below, where [Jeremy] walks through all of the project’s finer details.

Continue reading “10bitworks Shows Us How To Light Up A Synchronized Swarm Of LED Jellyfish”

Cloning A Water-based Light Wall Project

A few weeks ago, we featured this water-based LED graffiti art installation that allows anyone to paint in light using only a bottle of water. When one of [Chris]’ friends saw the video of this build, he immediately asked him how it worked. One thing led to another, and now [Chris] and a few other members at the BUILDS hackerspace at Boston University are building their own water LED installation.

The basic premise of this build is allowing water to serve as a conductor between the anode and cathode of a LED. Without spraying or painting water on the circuit [Chris] whipped up, there is an infinite resistance between the two pins of the LED and current cannot flow. After applying water to the anode and cathode pads, a small amount of current is conducted through the water and the LED lights up.

Right now, [Chris] is working on a test board with different sizes of pads and spacing to get the best water graffiti LED effect for his future build. The plan is to build a single one-meter panel out of one hundred 10 cm x 10 cm boards connected together with jumpers.

All of [Chris]’ work is up on GitHub, and even though [Chris] hasn’t begun designing the production boards, it’s more than enough to get you started if you’d like your own water LED painting panel.