Microcontroller Fireworks Launcher

[vimeo 2245777]

After being inspired by our previous posts on a microcontroller-powered missile launcher and the wireless fireworks controller, [Adam] at Additronics.com decided to build his own microcontroller launcher. He combined elements from each of the prior projects, and included some of the advice from the Hack a Day comments. His multi-rocket/fireworks launcher is configured with an Arduino Diecimila, and requires a whole boatload of batteries. [Adam] claims there’ll be another video at New Year’s of the microcontroller in action, which we’re definitely looking forward to watching.

Working With High Quality YouTube Videos

[youtube=http://www.youtube.com/watch?v=mZTJbsUcdeU&fmt=18]

[Kottke] posted advice for watching and sharing high quality YouTube videos. While it’s not HD quality, it’s much, much better than the normal, fuzzy quality you get on most videos. This hack has been available for some time, but it hasn’t been documented very well until now. When you’re logged in, you can just set the default to “Always play higher-quality video when it’s available”. When you’re linking to a video, add &fmt=18 to the YouTube URL. This also works when you’re embedding the link in WordPress. If you’re not in WordPress, then tack &ap=%2526fmt%3D18 onto each URL in the embeddable code. It’s pretty simple, and makes wasting your day at work much more enjoyable.

Autonomous Cookie Monster

cookie_monster

[DJ Sures], who built the autonomous Wall-E, is back with another creation. His new autonomous Cookie Monster is certainly an interesting build. He had the cookie monster plush toy already so the first step was to flay the blue beast and insert a skeleton. He used another robot for that. There are two servos for the wheels plus one for each arm and one for the neck. There’s a distance sensor in the mouth. He built a custom board for the PIC18F4685 microcontroller which is running the same 2D mapping code as his previous bot. Check out the video of it in action below. Continue reading “Autonomous Cookie Monster”

LED Menorahs

We’re barely past Halloween and people are already working on their next LED based holiday decorations. For Hanukkah, Gizmodo pointed out the PCB menorah pictured above. It uses a set of DIP switches to control which LEDs are lit. A couple years ago, Evil Mad Scientist Laboratories put together a tutorial for building a more minimal LED menorah. Each of the nine LEDs are soldered directly to the legs of an ATtiny2313 microcontroller. Every time you power up the device an additional LED is lit. [Ori] liked the project and decided to take a slightly different approach. He used an LM3914 DIP18 LED bar driver. A potentiometer controls how many of the LEDs are illuminated.

IR Glass Level Detection

[youtube=http://www.youtube.com/watch?v=DG3_2lvoL8A]

[Johnny Lee]’s colleague [Paul Dietz] has done some interesting work using interactive tables. He’s specifically researched how to determine how full a drink glass is. In the video above, he’s using Microsoft’s Surface, but this technique should work with any IR camera based multitouch table. Determining the drink level requires custom glassware that has a small prism inside. When the liquid level is above the prism, light passes through, but when it’s below the top it reflects more IR light back into the table. Using this information, restaurant staff could serve drinks in a more efficient manner.

[Paul] has worked on another project that uses RFID and capacitive sensing to a similar effect.

BSoDomizer Blue-screens Your Enemies

In case you were wondering what industrious hacker [Joe Grand] was doing when he’s not building stuff for Prototype This!, designing Defcon badges, or testifying before congress, it’s this: The BSoDomizer is a VGA pass through device that displays an image of your choice on the victim’s screen. It can do this either periodically or via an IR trigger. The image of choice is a Windows style Blue Screen of Death. It’s powered by a watch battery. The project site has all the schematics you need plus ASCII goatse imagery; you’ve been warned. Embedded below is a demo of the device. We unfortunately didn’t get to see it when it was originally presented during Defcon 16. Continue reading “BSoDomizer Blue-screens Your Enemies”