Audio cabinet refit with modern equipment
posted Sep 20th 2010 12:00pm by Mike Szczysfiled under: digital audio hacks

Hard at work on making this 1960′s Fleetwood audio console usable again, [Travis] packed a lot of power into the retro case. Both the radio and turn table had stopped working but the cabinet looks great and the speakers still work. In the lower center cavity you’ll now find a full computer motherboard and replacement amplifier. A new turntable has been added with an interesting vibration-dampening shelf to support it. [Travis] built the shelf with a void in between two layers of wood which he filled with sand to help with isolation. The remote control for the amp also needed some work as the receiver is pointed to the back of the unit. To fix that a second IR receiver found a home behind the fabric for one of the speaker grates. That receiver is monitored by an ATmega168 microcontroller and signals are repeated back to an IR LED mounted near the amplifier.








Why not move the original IR-receiver to the front instead of using a mega168 for such easy task?
Considering you need one pin for the receiver (those things have 3 AFAIK…i’d go for Vcc, Gnd and Data) and another one for the IR-LED, only four of the pins of the 168 are used (Vcc, Gnd, Receiver Data and IR-LED pin). Even if it’s not possible to replace the original IR-receiver, you could’ve used an AtTiny13 or something like that.
Other than that…really cool project