Head Bangers Beware: Motion Sensing Headphones

tiltphones

The iPhone doesn’t have the market cornered on the use of accelerometers. The tiltphone project incorporates a three axis accelerometer into a set of headphones transforming them into a remote control for an iPod. A PIC16F690 reads in data from the analog sensor, translates specific movements into commands, and like the Arduino iPod Remote from last week, relays them to an iPod via the Apple Accessory Protocol. A quick nod left or right skips tracks, holding a sideways nod controls the volume, and setting the headphones down pauses.

This project is a bit older but we’re glad [anon] tipped us off as we hadn’t seen it before. There doesn’t seem to be any code or schematics available but because the Apple Accessory Protocol is known, it’s only a matter of working out how to interpret the sensor data. There is video after the break and if you pull off this hack yourself be sure to send in details for a followup.

Continue reading “Head Bangers Beware: Motion Sensing Headphones”

Linux (via ILoader) Out For Nano 2G

Iloader

[Linux4Nano] over at the [Gna! repositories] have just finalized a breakthrough for their bootloaderproject.  Because the iPod Nano 2G has a hardware encryption chip, it could previously not be flashed with a custom firmware. By digging around in some assembly code (and working their magic) the team was able to get Linux onto the 2G, develop drivers for its peripherals (screen, clickwheel and serial interface are a few), and put all of that code into a package convenient to install by the end user. If you’ve ever considered installing uClinux (the ported distro) on your Nano, the [Linux4Nano] team have made the iLoader an easy place to start.

Update: Closer inspection yields that the iLoader is not yet able to load uClinux onto a 2G because it has not been ported. However, it can reload it with other custom firmware which is still a solid breakthrough.

Rotating IPhone Dock From Legos

lego_rotating_iphone_dock

Hot on the heels of the aluminum dock and the Lego camera mount, [Steve] sent in his iPhone/iPod Touch dock made out of Lego bricks. It’s very stylish with a black and grey theme but we think the function makes this DIY spectacular. In the design [Steve] has included the ability to rotate the cradle so that the iPhone can be presented either vertically or horizontally. A step-by-step guide is not yet available but resourceful Lego lovers should be able to build this using his flickr set.

Arduino As IPod Remote Control

arduino_ipod_controller

[David] had an Arduino in search of a project. He decided to make an Arduino powered iPod remote control using an ipod connector breakout board and a 3.3v to 5v level converter (both from SparkFun). The circuit was built on a mini breadboard, controlled by an Arduino Mini, and housed in an Altoids tin. To talk to the iPod the Apple Accessory Protocol is used. With driving in mind [David] connected a Staples Easy Button as the play/pause button. This is a good example of how to interface Arduino with iPod. Using his example code we’d like to see more people working on homemade iPod accessories.

Aluminum IPhone Dock

finished_dock_with_iphone

Last week we mentioned an article to cover up that ugly iPod dock; [Jozerworx] did one better by creating his own iPhone dock entirely. He had access to a machine shop where he combined some spare aluminum with an existing iPhone connection cable, but mentions the dock could probably be created with basic hand tools and a power drill. The design is quite minimalist and we would go as far as to say it has that shiny-and-made-by-apple-so-I-have-to-buy-one look. Alternatively, frosted acrylic with some leds would probably look pretty cool too, maybe it would blink whenever there is activity. What kind of dock would you hack?

Multi-screen Video With Ipod

multivid_ipod_multi_sync

[Marco Tempest] has developed some software called MultiVid that allows synchronized video across multiple iPhone or iPod Touch devices. For this to work, all of the devices must be connected to the same WiFi network. Playback can be controlled from any one of the iPhones/iPod Touches or from the Mac running the controller software. There is of course the option of connecting to larger monitors through a video output cable. The app also supports OSC. We’ve embedded the example video as well as a video detailing the software setup after the break.

The client software is available at the apps store and controller software can be downloaded from [Marco’s] website. Both are free which is our favorite price point.

Continue reading “Multi-screen Video With Ipod”

Lego IPod Hacking Robot

800px-Nanotron-3000-farthen-1

The Linux4nano project has been working to port the Linux kernel onto the iPod Nano along with other iPods in general. Although the iPodLinux project has had luck with some older iPods, newer models protect firmware updates with encryption. One of the ways they plan on running code on the device is through a vulnerability in the notes program; it causes the processor to jump to a specific instruction and execute arbitrary code. To take advantage of this, they first need to figure out where their injected code ends up in the memory. Currently, they are testing every memory location by painstakingly loading in a bogus note and recording its effect. Each note takes about a minute to test and they have tens of thousands of addresses to check over several devices.

Continue reading “Lego IPod Hacking Robot”