L2Ork – Virginia Tech Linux Laptop Orchestra

Create Digital Music Wrote a semi guide for Linux music creation and interaction after interviewing the L2Ork group. L2Ork is a Virginia Tech based Orchestra that use only laptops loaded with a custom Linux kernel, Wii remotes, and home built speaker salad bowls to produce some surprisingly amazing music. We’ve seen music creation from Wii Remotes before, but it didn’t sound anything like what L2Ork has created. The best part of the project, there are several videos and guides produced by L2Ork so you don’t have to attend Virginia Tech to produce your own music.

C-clamp Current Monitoring

[Hydronic] did some tests to make his own current sensor using a c-clamp wrapped with wire. He tried several different cores including an aluminum carabiner, the C-clamp, and what he calls a u-lock (removable chain link). There is some success here that could be improved with cleaner winding and by adjusting readings based on the length of wire used in the wrapping.

This did make us perk up a bit right off the bat. Reader [Mure], who tipped us off about this, suggested that this could be used to make your own Kill-a-Watt without including it in the circuit. We made the jump to house monitoring. We’d love to have a data tracker for our home circuits to curb wasteful energy use. Perhaps we’ll try to make our own sensors and produce a diy Cent-a-Meter.

Hacking ZigBee Chips: CC2430

[Travis Goodspeed] took an in-depth look at the debugging protocols for some ZigBee chips and posted his findings. In particular he’s looking at the CC2430 System-on-chip. These chips have a debugging protocol that is not hard to implement if you know what you’re doing. Certainly his tips make it easier for the rest of us. Don’t miss the info about reading from, writing to, and overcoming security of this hardware.

Four Generations Of Motion Simulators

We like a good flight simulator but often find the available control schemes lacking. [Roland] not only builds his own controls, but creates full cockpits that add physical motion to the mix. He completed his third generation cockpit last year.  It’s pictured above as well as in video after the break. That design uses a belt system to move the tricked out cockpit.

Now he’s started work on prototypes for generation IV. This time he’s using three Sarrus linkages to replace the belt system.  We saw these linkages yesterday in an extruder prototype and if they can handle the load they should work well for this application. Video of the prototype is embedded after the break but be warned, the lewd thrusting motions are not for the faint-of-heart. Continue reading “Four Generations Of Motion Simulators”

Aural Twitter

[POTUSCamacho] listens to his @public_timeline rss feed. In part one of his project, he describes creating a bash script in which he uses cURL get his private feed, sed to clean it and eSpeak to output a WAV file. In parts two and three, he goes on to discuss how he created an audio stream (currently down, opens in a new window) of @public_timeline and how he plans on tweeting vocally.

Home Made Panoramic Camera

This one is from way back in 2002, but we didn’t see it till today. This is a hand built panoramic camera. The film is laid out across the back of the case, and when taking a picture, the lens assembly rotates to expose the film. It is a very nice looking design. The brass body is quite reminiscent of the recent one posted here. On the site, you’ll find not only the build log, but a full explanation of all the math behind the design. It is a very interesting read, even if you have no plans on building your own.

[via Make]

Fake Snow From An Arduino

The team at [Sosolimited] was contracted to create an interesting holiday window dispay for the HBO retail store in NYC. The Times Square display encorporates a board of LEDs and a machine for blowing the artificial snow particles around the enclosure.

The code for controlling the LED array was written on top of the open source C++ toolkit, openFrameworks and the entire setup is interfaced through an Arduino Duelmilanove. Multiple Sharp IR sensors were hooked up to the Arduino in order to detect the movement of observers, which in turn triggers fans to blow the ‘snow’ around. A National Control Devices relay board connects the heavy duty fans to the Arduino. This video demo shows just how attractive the project is in motion.