Peggy2 X2, With Video

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

Being avid fanatics of flashing lights, we always love to see the peggy2 in action. The video above shows another improvement, which is two peggy2 units working together as one. [iservice2000] chained the two together and wrote new code for the display. Using an Arduino to drive it all, he has gotten them to act as one. While video on the peggy2 isn’t new, this is the first time we’ve seen two of them chained together. The end result is going to be a scrolling sign that can be updated via the web, or that can display tweets. We did notice a bit of tearing, is that from the camera or the software?

[via littlebirdceo]

Capturing That (light Field) Moment

Yes, your eyes do not lie, that is 12 cameras rigged to take a picture at the exact same moment. The idea is a single camera loses data (namely depth) when it takes a 3D image and transposes it onto a 2D medium. FuturePicture somewhat circumvents this loss by taking several pictures with different focus distances. In short, the camera array allows you to focus on multiple items within a scene. The project’s hardware and software have yet to be released (we do know it’s at least Arduino), but they plan to make it entirely open source so everyone can experiment. Of course, we’ll keep you up to date.
[via Make]

Cheap Toy Yields Good Parts

We’ve spent some serious time building robot chassis and motor controllers. [Whamodyne] does the smart thing and scavenges what he needs form cheap sources. He picked up an RC car from the local pharmacy for just $10, tore the body off and behold, a bounty of robot-friendly parts.

We’re not talking precision parts here, but we don’t scoff at two geared motors, four wheels, a driver board, and steering. There’s no great way to attach your own stuff but that’s half the fun of hacking. [Whamodyne] used the 9v battery that came with the toy to power his boarduino and quickly patched in to produce a miracle of automated locomotion.

Giving An Old Arm New Life

[Jarek] found a non-functional robotic arm sitting around and wanted to get it working again. By adding a few custom boards to an Arduino he managed to do just that.

The arm is driven by six stepper motors, each having four control wires. To handle all of these [Jarek] used TIP120 transistors to protect the controller. This still leaves the problem of 24 control wires to connect. By using a couple of 74HC4514 demultiplex chips he cut that number down to just 8 Arduino control pins. He completed the project by interfacing an original Playstation controller as the input device.

Source code for the project is available for download but we didn’t see a schematic for his setup. This shouldn’t be a problem as the low parts count should mean the datasheets for the transistors and demultiplexers are all you really need.

Light Up Your Limbs

Here’s a Christmas tree project we can get behind. The “tree” itself is made of twisted pairs of insulated copper wire.  At the end of each pair a surface mount LED has been soldered between the two conductors.  All of the wire limbs converge into a 4×4 matrix. One tree uses a prototyping shield and an Arduino, the other tree is just using an ATtiny2313 microprocessor. Take a look at the twinkling tree in the video after the break.

This artful creation uses one color of LEDs.  We’d love to see future improvements that incorporate multiple colors, enhance the fading effects, and perhaps add some interactivity such as pulsing to an inspiring rendition of Chestnuts Roasting on and Open Fire (which, consequently, is called “The Christmas Song“).

Continue reading “Light Up Your Limbs”

Interactive Beer Pong Table

Do you find that beer pong is too dull on its own to keep your attention? Do you require flashing lights to accentuate your imbibing?  Here’s the perfect solution. Make an interactive beer pong table. It didn’t take much to sell us on the idea. We think everything needs a few more lights.

The idea is that as the game progresses, you get different feedback from the lights visible in the picture above.  [rohitk] is using an Arduino and some pressure sensors to tell when each cup is removed. Based on this the LEDs change color.

Social Media HUD

[youtube = http://www.youtube.com/watch?v=XnPfnEWFie0%5D

After [Gregg Benjamin] read our story about a simple physical email notifier, he decided to test his skills and add some touches of his own. Rather than limiting his notifier to just email, he has added support for displaying Pandora Radio songs, Facebook notifications, and email all to a LCD. He even has included code for an optional motion detector, as well as support for text message notification. We always love it when our stories inspire our readers to bring their own various solutions to similar problems, so we hope some of you take the code he has supplied (written in python for desktop side, and Arduino sketches for the microcontroller side) and add support for your own interests. Might we suggest RSS feed support, or other social media such as reddit or Google Reader? Let us know if you add something cool, and we might do a follow-up!

[Gregg] doesn’t have a blog of his own, so we have posted the demo video to YouTube, and he has provided all of his related code and images to Megaupload (warning, file is ~115 MB). Sorry to anyone looking for a blog link.