Capturing Bullet Speed

Sometimes it’s amazing how slow our sense of time is. We find [Maurice’s] bullet capture system a great example of this. A pair of IR sensors spaced two inches apart can capture and calculate the speed of a projectile. Couple this with a user-input distance from the sensor to the target and a microcontroller can extrapolate the exact moment to trigger a camera to catch a bullet in mid-air.

As with his other projects, all the details on how to build and use this system are available for your perusal.

Virtual Theremin

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

[Mojo] has taken a lot of the complex circuitry out of the mix by creating a virtual Theremin. A Theremin is an electronic instrument, usually with two antennas, that senses the proximity of the player’s hands to the instrument and responds accordingly.

This design, called the AirDeck, uses a Wii remote as an IR sensor and two gloves with IR LEDs in them. Data from the Wii remote is processed by a custom Java app that converts it into sound. [Mojo’s] interface also includes some alternative options such as a turn-table scratch interface.

In the end this is still just a synthesizer/midi controller and cannot stand up to the real thing. However if you’re not an accomplished player you’ll probably never notice the difference.

Rotating Radar Visualization

[flickr video=http://www.flickr.com/photos/peplop/4106571163/]

We ask, who wouldn’t want a rotating motion and distance tracking radar? Sure in today’s day and age anyone could purchase a wide-angle sonar or IR solution that achieves the same goal, but [LuckyLarry] took it old school and made his own rotating radar. He used an Arduino, servo, and ultrasonic sensor as a base to gather data, and the open source programming language Processing to draw the data on the screen. He says it’s a little inaccurate currently, but will try out some other sensors in the future.

Duino Tag

FO91ECZG1QW9SW0.MEDIUM

During our daily rounds we stumbled upon Duino Tag. Sure it’s not as awesome as a coil gun but it really sparked our imagination. First the base: an Arduino is wired up with IR LEDs and placed inside of a plastic pistol. A second Arduino with an IR receiver is scanning for the first Arduinos signal. A ‘shot’ of IR light is ‘fired’ and detected, you get a ‘kill’.

The base is nothing amazing, but it really gives us some ideas and we would like to see it expanded upon. [J44] has already put in a piezo and other LEDs to simulate muzzle flash and other effects. But we like to go further. Start off with multiple pistols and players. Include GPS to track players current position, and wireless to update each player of another player. A small wrist watch display could act much like a UAV. Add some expansions like IR ‘grenades’ and you’ve got a full-out war! What would you like to see?

Mac Mini – Getting A Little More Useful

IMG_7559

We’re pretty sure Apple decided to implement an IR sensor in their Mac Mini line simply to mock the user. For those who are unaware, the built in sensor only works with the standard Apple Remote; unless you happen to have a programmable PDA or similar you’re SOL. An alternative solution would be to install a USB IR receiver. But then your beautiful Mac Mini is forced to sit alongside an ugly black box. Why not have the best of both worlds? [SqueeZe] wrote an (almost) entirely non invasive tutorial for placing a USB IR receiver inside his Mac Mini. Reminds us of a certain hack a while back, but the objective was to get the IR receiver outside of the unit rather than inside. Different people, different worlds.

[Thanks Kiran]

Apple Remote Arduino Shield

arduino-apple-remote-shield

[Computergeek] made an Arduino Shield in order to use it as an Apple remote. We like the construction technique that he used; taking perf-board and soldering the circuit and using stripped wire to interface with the pin sockets on the Arduino. He’s written the code needed to function as an Apple Remote but this shield has a lot more potential. This is an excellent opportunity to delve into the different IR protocols out there and create a universal remote for all of your random devices. We’d also want to give it a try as a TV-B-Gone.

The parts are easy to find or salvage without putting in an order.  We’re not certain about his design, he should probably have invited a resistor to the party the two IR LEDs are having.

Time-lapse Courtesy Of Arduino

arduino-time-lapse

[Ross] put together a small package for use with time-lapse photography. The Nikon camera he’s using can snap a picture when it receives an IR command. [Ross’] solution connects an IR LED to an Arduino to generate this signal. The delay between frames is set with a potentiometer that is read in through the ADC. This is quite a bit less involved than the last solution we saw.

The unit consisting of an Arduino clone, a 9v battery, and the IR LED on a cable is easy to fit into a camera bag. He’s posted the code and we’ve embedded an example of his work after the break. An enclosure as well as time references around the potentiometer would complete this handy tool.

Continue reading “Time-lapse Courtesy Of Arduino”