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.

Make An Apple Tablet Before Apple Does

[Andrew] wanted a tablet computer but is tired of waiting for Apple to come up with one. eBay and Craig’s list to the rescue, he picked up some parts and built his own tablet. You can take a look at the video tour of it after the break, or peruse parts one, two, three, and four of his work log.

The unit is assembled from a 500 MHz iBook. [Andrew] picked up a touchscreen from ebay and canibalized a USB joystick in order to add some buttons to the keyboard-less design. The end product is quite nice. We’ve wanted a tablet computer to hang on the wall for a long time and this may be the inspiration that gets us there.

Do you find this didn’t satisfy your Apple tablet fix? There’s more to be seen in our mac tablets roundup.

Continue reading “Make An Apple Tablet Before Apple Does”

Clocks That Only A Geek Could Love

Alpha-Geek Clock

Oh this one’s good! This clock has a built-in WWVB receiver to make sure the time is always accurate. But with just one LED as the display we wish you good luck when reading it! A whole bunch of info (time, day, year, etc) is blinked out in binary encoded decimal. [Thanks Tymm]

Standard Time

Manual labor. This clock is an art installation in Rotterdam. In the video you can see that workers changed the segments of a four-digit display every minute over a twenty-four hour period. Since they filmed it we’d expect the ability to turn this into a video clock like the one we saw last week. [Thanks David]

International Clock

Low-tech but highly creative. The instructional video uses basic geometry and the workings from a cheap clock to craft an international clock. There are twelve labels corresponding to different time zones. Put the zone you want up and read the clock as normal. [via Red Ferrett Journal]

Princess and the Pea

There are few who will agree to have an air tank as part of an alarm clock. The Princess and the Pea concept uses compressed air to inflate an exercise ball in between the mattress and the box spring. Watch this video to see how it will roll you out of bed if the hissing air sound didn’t wake you first. At least it’s more gentle than the pneumatic alarm clock from last June. [via Neatorama]

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.

Bluetooth Bracelet Hacked

[Jeffery] hacked the Bluetooth standard in order to use this bracelet as a custom display. He took up our challenge to hack the device when we first saw it back in February.

In order to display his own messaged he looked into how the HFP is implemented in the Bluetooth stack. The details are shared in his readme file but it goes something like this: The Bluez package needs to be compiled with a dummy backend that is not phone-specific and that will then allow external manipulation of the data being sent. This provides something of an API that a Python script can manipulate. His proof-of-concept allows for the script to be called with the message you want displayed as the command line argument. This should be simple enough to incorporate for just about any purpose that suits your fancy. Unfortunately, messing with the Bluetooth package in this way makes it impossible to use other devices with your phone, but that’s a hack for another day.