Repurposing A Click Wheel

We think the click wheel is the biggest contributor to the success of the original iPods. The devices were a brick with a monochrome screen but the user interface was slick and easy to use. [Jason] decided he wanted to add a click wheel to his own project. After using a logic analyzer he discovered that it doesn’t implement a common protocol such as I2C, perhaps a deliberate move by Apple to keep the controller under wraps? He managed to get past this hurdle, as seen in the video after the break, by bit-banging the data in from the click wheel and then reverse engineering the protocol.

It’s connected to an AVR ATtiny88 with feedback shown on a character LCD screen. We’re glad that [Jason] tipped us off about this, but he doesn’t have any code available yet. We love to dive into the source so the sooner he gets it up the better! We’ve got an old 3rd generation with a bad board that is begging to have the wheel ripped out of it, not to mention the dirt-cheap replacements available on ebay. Continue reading “Repurposing A Click Wheel”

Tricking An IPod Into Trusting Your Dock

[Thijs] has an iPod dock with an LCD display in it that allows you to watch videos without having to squint quite as much. Unfortunately, the iPod classic wouldn’t play videos on it because it’s not an Apple approved product. He figured out that an authentication chip is included in docks and cables that Apple has approved and set out to retrofit his device with one. He pulled the PCB, authentication chip included, out of a $5 cable from Deal Extreme and wired it up to the PCB on his dock. Voila, the dock now plays video.

This is a nice hack but it’s also just silly. You paid for the iPod, you paid for the music and videos (right?), and you paid for the dock. Why can’t they all talk to each other without authentication?

Poddwatt: Tube Amp With Mp3 In Mind

poddwatt

[Bruce] has designed a push-pull tube amp that has enough gain to connect to a portable audio player. The design is closely related to his OddWatt offering from a few years ago. The new amp has many redesigned circuits and the new hardware choices drop the price tag of the parts by about $50.

This little wonder pumps out 5-7 watts and [Bruce] is please with the end result. It doesn’t put out quite as much low-end as the KT88 amp we saw last year, but compared to some other iPod speaker solutions this provides stellar audio.

Bouncy IPhone Controlled Dance Lights

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

[John Boiles] introduces us to dimlet, his portable network controlled light dimmer. Inside the box is a fonera 2100 router that is running openWRT connected to an unnamed AVR microcontroller. Right now, he’s controlling the unit with his iPhone. It has three modes of control; a manual “slider” mode, an accelerometer controlled “dance” mode, and a programmable “tap” mode. You can download all the source code and schematics on his site.

[via Makezine]

Center Speaker Amp For An IPod

center_speaker_ipod_amp

A few weeks ago we saw [Jaroslaw’s] universal credit card spoofer. Now he’s sent in a project that incorporates an amplifier into a center speaker for use with an iPod or any device with an audio jack.

The build has two main components; an LM4950 audio amplifier and a center channel speaker he picked up for $3 at Goodwill. The circuit used is straight from the datasheet and he’s provided the four necessary resistor values for you in his writeup. An old set of headphones was butchered for the audio connector and DC power can be provided by any 6-12V source.

The final circuit was built on some protoboard. The speaker housing has plenty of room to fit everything in for a nice finished look. Pretty simple, and except for the IC, this should be an easy salvage project for most folks.

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”