Accelerometer May Help Make You A Sharpshooter

[Chris Suprock] is interested in using technology to improve your accuracy with a firearm. To that end, he’s using an Accelerometer mounted to a gun to gather feedback about each shot.

The hardware setup is pretty simple. We don’t have specific details, but it looks like he’s using a QFN accelerometer chip like you would find in a cellphone. The milled aluminum mounting bracket that holds the board has ‘USB’ printed on it, although the connector is something we don’t really recognize.

In the video after the break [Chris] demonstrates the feedback he can get when the device is mounted on the stock of a Ruger Mini-14. The graph of the data makes it obvious when the trigger was pulled. The most useful part may be the period leading up to that event, as it shows any unnecessary movement prior to the shot. If you’re into sport shooting, this may be one more tool that will help give you the edge on your competitors.

Continue reading “Accelerometer May Help Make You A Sharpshooter”

Building Sensors For The Scratch Programming Language

[Kevin Osborn] is making it a bit easier for young programmers to write programs that interact with the physical world. The device he’s holding in the picture is an Arduino based accelerometer and distance sensor meant for the Scratch language.

Scratch is a programming language developed at MIT. It has kids in mind, and focuses on graphical building blocks. This can make it quite a bit easier to introduce youngsters to programming concepts without the roadblocks and gotchas that come with learning syntax.

As you can see in the clip after the break, [Kevin’s] Arduino sketch includes hooks that automatically pull the accelerometer and distance data into the Scratch environment. We figure his example provides everything you need to get just about any type of sensor up and running, be it a magnetometer or LDR (both of which would make a nice burglar-alarm type project). Give it a try with your own hardware and see what you can accomplish.

Continue reading “Building Sensors For The Scratch Programming Language”

IPhone Wielding Guitar Adds Tip Of Your Finger Or Tip The Instrument Control

[Rob Morris] has been hard at working improving his guitar augmentation techniques. Here he’s demonstrating the use of an iPhone to control the effects while he plays. This builds on the work he shared a few years ago where he strapped a Wii remote to the body of his ax.

Just like the Wii remote, the iPhone includes an accelerometer. As you would expect the best parts of the older hack made it into this one, but the inclusion of the touch screen adds a lot more. In the clip after the break he starts by showing off the screen controlling a whammy bar functionality. But we really love the octave offset feature that comes next. This kind of sound manipulation simply can’t be done using a purely physical method (like the whammy bar can). But he’s not done yet. The demo finishes with a Theremin feature. You’ll notice he plucks a string but no sound comes out until he starts touching the screen. This turns it into an entirely different type of instrument.

The only info we have about putting this together is the list of packages he’s using:  TouchOSC, Max/Msp, and GuitarRig

Continue reading “IPhone Wielding Guitar Adds Tip Of Your Finger Or Tip The Instrument Control”

Creating A Multimedia Elevator Ride

[Ben Peoples] works in theatrical electronics. Sounds like fun, and here’s an example of the kind of stuff he does. We’re not sure what event this installation was used for, but if the elevator ride needed something flashy just think of what the party room must have looked like. These HDTV screens on the ceiling of the elevator play different clips when the elevator is moving up or down. The challenge for [Ben] was to find a way to make it work without tapping into the elevator electronics or requiring any button presses.

The first attempt at sensing the elevator’s travel was done with an accelerometer. The problem with this approach is that an accelerometer only senses change in acceleration and this method proved to be fairly error prone. [Ben] switched over to a reflective sensor which performed quite well. Since most of these sensors will only work within about an eighth of an inch he ended up building his own with a LDR and a couple of amber LEDs.

[via Reddit]

Inconspicuous Guitar Hack Adds A Lot Of Control To Max/MSP

[Sam] is working on his Interactive Technology Degree and he made some alterations to this guitar as a class project. It doesn’t look much different, but closer inspection will reveal a handful of extra buttons, and a camera module. He actually added a Wii remote to the guitar which is used to control Max/MSP.

His pinky is pointing at one of the buttons. That one is red and triggers the Bluetooth sync function for the Wii remote. The other four buttons are wired to the up, down, A, and B buttons. In the video after the break [Sam] talks about the Max/MSP front-end which is used to connect the remote to the computer. Once communications are established the accelerometer sensor data is continuously streamed to the software, and the other four buttons are used for controlling the patches.

The camera module that is mounted in the guitar can be used to stream video but it appears to have no effect on the sound. In fact, the live video feed can be mixed with a waveform generation. Sound characteristics like volume affect the cross-fade between the two video signals. [Sam] talks about this feature, but when the playing demo starts about 6:10 into the clip we don’t seen any of the live video on the projection screen.

Continue reading “Inconspicuous Guitar Hack Adds A Lot Of Control To Max/MSP”

Modeling An Object With Internal IMUs

[Joseph Malloch] sent in a really cool video of him modeling a piece of foam twisting and turning in 3D space.

To translate the twists, bends, and turns of his piece of foam, [Joseph] used several inertial measurement units (IMUs) to track the shape of a deformable object. These IMUs consist of a 3-axis accelerometer, 3-axis gyroscope, and a 3-axis magnetometer to track their movement in 3D space. When these IMUs are placed along a deformable object, the data can be downloaded from a computer and the object can be reconstructed in virtual space.

This project comes from the fruitful minds at the Input Devices and Music Interaction Lab at McGill University in Montreal. While we’re not quite sure how modeled deformable objects could be used in a user interface, what use is a newborn baby? If you’ve got an idea of what this could be used for, drop a note in the comments. Maybe the Power Glove needs an update – an IMU-enabled jumpsuit that would put the Kinect to shame.

Continue reading “Modeling An Object With Internal IMUs”

Advanced Compass/accelerometer Library For Arduino

We don’t have much personal experience with DOF hardware, but this Arduino library which reads and compensates for three-axis magnetometer and accelerometer data looks very impressive. It should work for existing hardware, but there’s also a demo design using a Honeywell HMC5883L compass and a Freescale MMA8453Q accelerometer which you can build yourself. Unfortunately these come in QFN packages (like most cheap accelerometers these days) so you may need to be creative when soldering.

What’s so special about this library? Watch the video after the break (use 720p in fullscreen to get the full effect) and you’ll see three different scatter plots of the output data. The image above is a capture of the third example, which is using the hard iron offset and accelerometer compensation. That is to say, metal on and around the board is accounted for, as well as the physical orientation of the device. Even if you have no prior experience with this type of hardware it’s easy to see the usefulness of this kind of software compensation.

Continue reading “Advanced Compass/accelerometer Library For Arduino”