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”

Ms. Pac-Man IPod Charging Cover

FSPKD86FYTCGWZL.MEDIUM

iPod chargers definitely are a unique entity on anyone’s desk. Allowing you to stand your iPod upright, charge, and maybe play a video at the same time, but they aren’t exactly beautiful. [russm313] got the brilliant idea of disguising his iPod (and charger) as a miniature Ms. Pac-Man arcade cabinet. Unlike some other small cabinets we’ve seen, it is just cover and can’t actually be played. But the idea is still original and the process is so simply we’re surprised it hasn’t been done before; just cardboard, glue, and some other small items are needed and you have a work of art. All that is left is figuring out how to adapt it for the iPhone. Check out his iPod playing a video of game play for a more authentic look, after the break.

Continue reading “Ms. Pac-Man IPod Charging Cover”

Ipod Shuffle Remote

DSC02919 (Custom)

[Dennis] points out that the iPod shuffle and the iPod remote are almost identical visually. He decided to combine the two so he always had his remote with him. He pulled the guts out of a remote and mounted them in a shuffle. The remote functions all of the time, while the shuffle only turns on when you insert headphones. We wonder if he accidentally does stuff on his computer while he’s changing songs.

IPodGyro

[youtube=http://www.youtube.com/watch?v=DG8khSe5gBQ&feature=player_embedded]

[Benjamin] submitted this slick project. It’s a gesture based control unit for the ipod and iphone. It plugs into the dock port and allows you to control the track and volume with simple gestures. While accellerometer equipped units can already “shake to shuffle”, they lack the ability to simply skip tracks forward or backward. He notes that with an accellerometer, simple gestures can be harder to decipher than with a gyro. The gyro gives the ability to tell which direction you are twisting it, so it’s easier to utilize. [Benjamin] was previously covered when he released the iPodGPS.