One Minute Review Of Your Wasted Time

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

It’s easy to throw around the accusation that you waste time throughout the day. Now you can prove it by reviewing everything you did on your computer, all in just one minute. [Dan Paluska] ground out some code to take screenshots and assemble them into a video.

His script ties together the open source tools FFmpeg, ImageMagick, and scrot. It takes a snap every 15 seconds in a 10 hour period for a total of 2400 frames. He even outlines the process to automatically upload these clips to YouTube. Just remember, if you’re doing something naughty, there’ll be a record of it.

Add A Clean Room To Your Workshop

I Heart Robotics has posted a guide for building your own clean room. They’ve been clever with their materials, starting with heavy-duty shelving to provide the framework. We like that idea, it allows you to position your workspace at whatever height you desire.

The side walls are MDF painted with white enamel. Light, power, and tools are mounted to these walls. To keep things clean, a ventilation system uses a vacuum filter and 12V fans to keep filtered air moving in and dirty air out.

Maybe now we’ll be able to pull off that window hack without killing our hard drive.

[Thanks Mawitö and Ciric]

LEGO Sequencer Builds Sound In 3D

[Yoshi Akai] built a sequencer that is part steampunk, part injection molded plastic. The LEGO sequencer MR II has eight steps in a loop that is manipulated by adding the colorful blocks to a green base plate. Each color corresponds to one particular sound which can be modified by building skyward. On the other side of things he’s added a beautifully crafted control area for knobs and switches. We didn’t see much info about what is inside the device so, watch the clip after the break and then feel free to start the speculation in the comments.

This is a similar concept to the coin sequencer. From the picture above it seems the blocks have been altered and perhaps use light to identify the different blocks.

Continue reading “LEGO Sequencer Builds Sound In 3D”

Tube Clock Database

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

[Brian] wrote in to show us a site he’s been working on for a while. He’s been building a tube clock database. We didn’t realize there was actually a big enough draw for such a site, but we have to admit that we spent more than a few minutes browsing through the different clocks. There isn’t a ton of data for each clock, but there are links to individual project pages wherever available. There is also a growing amount of information on the different components themselves, so submit any data you have that he’s missing to help flesh it out.

The video above wasn’t chosen for any reason other than it is quite stylish.

Cardboard Androids

Who needs expensive acrylic based, microcontrolled robots with only a few sensors available when cardboard and an Android cellphone will work much better  for much less in cost! The team over at Cellbots have done just that. While they did cheat a little by using a laser cut cardboard for exact measurements and including an Arduino to control the servos, they certainly attained their goal of “cheap” (assuming the already had the cellphone). We’re just wondering why it took them 4 weeks for a little CAD and code.

Regardless, one idea that immediately comes to mind is thousands hundreds a few little cardboard swarm bots ravaging homes everywhere, just don’t step on them.

[Thanks Mashable]

LEDs Invade Coffee Table Crevice

That’s a lot of LEDs, and a little bit of glass cleaner. [Tobias] spiced up his IKEA coffee table by adding 6144 LEDs. This is a larger realization of SparkFun’s LED coffee table which used 64 8×8 modules. [Tobias] sourced three display boards from Sure Electronics for a total of 96 8×8 modules. These boards are addressed through a serial interface; four serial lines for each board but a shared data bus for each of the row select pins and the data/latch/clock pins.  This method uses 19 of the 20 pins on the Arduino that drives the display. After the break you can see a demonstration. If this is more than you need there’s always the 112-LED and 81-LED table projects that can produce a full color range. Continue reading “LEDs Invade Coffee Table Crevice”

Dr. Boardman’s Color Conundrum

We feel like trumpets should be sounding. Someone took the overused project of connecting RGB LEDs to a microcontroller and produced something useful. [Paul] created Dr. Boardman’s Color Conundrum which works much like a simple mechanical coin-op game you might find at a carnival. When switched on, a random color is displayed by the ping-pong ball covered LED on the left. The player then manipulates three knobs to color-match the two lights.

Inside you’ll find a minimalist set of hardware. An ATmega8 polls the three potentiometers and uses them to mix the appropriate user color. Everything is wired-up using prototyping board and draws power from two AA batteries. He’s using a random seed stored in EEPROM and increments it every time the uC boots up. This keeps the input color different for every game.

Fun and simple, it’s not going to make your guests marvel at the complexity but [Paul’s] come up with a unique game that we think has marketing potential.