Wii Nunchuck Used For Mocap On 3D Studio Max


If you’ve been looking for a cheap way to do motion capture on 3D Studio Max, [melka] has devised an ingenious way to do mocap using a Wii nunchuck. As shown in his Vimeo video, the nunchuck is connected to an Arduino that feeds MIDI data to a computer running the MIDI app Ableton Live. Ableton Live feeds that data to 3D Studio Max via MIDI Yoke.

The video below the break shows that the motion of the nunchuck can be seen in real time in the 3D Studio Max Window. We’re really hoping [melka] will post a writeup of this project soon, as we are hungry for more details.

Continue reading “Wii Nunchuck Used For Mocap On 3D Studio Max”

Really Bare Bones Board Arduino Clone


Modern Device’s Really Bare Bones Board is an Arduino clone designed to have an incredibly small footprint. It’s barely wider than the requisite AVR and is laid out so you can reduce the size even further. Don’t need the power connector? Just snip it off. Don’t need the voltage regulator? That can be removed just as easily. The kit is only $12 and all through-hole components. [youevolve] posted a build guide that shows exactly how easy it is to assemble.

Related: Freeduino SB 2.1 review

Ardupilot: Arduino Based UAV Autopilot


A short while back, [Chris Anderson] released an Arduino based autopilot. It rings in fairly cheap and being open source, you can tweak away. To add more functionality, he’s releasing a dual core version. Thanks to the second processor, it no longer requires an external hardware co-pilot. It uses an on-board GPS and features an ATtiny based fail safe. It’s still under development, but he’s made the design files available.

Arduino PhotoLab


Droplet photography (link translated from French) often produces simple and beautiful images, but timing the exposure can be tricky. Snapping the photo too early or too late can cause you to miss the action, which only lasts a fraction of a second. EquinoxeFR (the people behind the Asus WL500GP audio hack) came up with a solution to this problem using a circuit with an ATmega168 running an Arduino environment. The circuit controls a syringe that contains a liquid and is triggered remotely to release a drop into a darkened chamber. A camera with the shutter open is attached to the chamber, and before the droplet hits, it crosses an IR sensor that triggers the flash to go off a few milliseconds later, capturing the unique crown shape of the impact. No schematic is available as yet, but comments at the bottom of the post suggest one will be coming soon.

GPS Logging Arduino Shield


ladyada continues to produce more and more interesting Arduino shields. This new GPS logger plugs into a standard Arduino board and has support for four different GPS receiver modules. On the backside of the board is an SD card slot where it stores the coordinates in a text file. The total runtime can vary from five hours to twenty depending on how you choose to power the device and how you use the device. How often you read the device and whether you maintain the GPS lock will affect the power consumption. Like all of ladyada’s projects, you’ll find a great construction guide and example code on her site.

AirPiano: Touch Free IR Piano

[youtube=http://www.youtube.com/watch?v=Gh4Ovsh2DZY&hl=en&rel=0&color1=0x3a3a3a&color2=0x999999]
We were excited to learn of [Omer Yosha]’s AirPiano, but being the persnickety nerds we are, we think its more like a theremin than a piano. The device lets users play 24 different notes with a wave of the hand over the AirPiano. The “keys” are arranged in a matrix of three tiers with eight notes per tier; if the user sustains his or her hand over the AirPiano, the corresponding note is sustained.

It’s construction is relatively simple: an Arduino, several infrared sensors, and LEDs corresponding to the notes make up the device. It doesn’t have any built-in audio hardware at all, so it’s most basic use is as a MIDI controller. Still, it is essentially an unspecified input device, so it could theoretically be used for other purposes. For us, it’s fun to just watch the AirPiano in action.

DuinoStamp


We think that in honor of the DuinoStamp’s small size and big power, the post about it should also be small and powerful. About the size of 34-pin DIP, the DuinoStamp is a breakout board that fits in DIP sockets and is Arduino compatible. It features an ATmega 168-20PU chip, a 16MHz resonator, decoupling capacitors and more. It doesn’t come with the necessary 5V power supply or any kind of interface cable, but what do you expect for under $10?