Audio Cabinet Refit With Modern Equipment

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.

Building A Remote Control

Here’s a homebrew remote control that [Jad Berro] is developing. He’s using a tank robot to test it out but eventually he plans to use it to control an RC plane thanks the 434 MHz wireless module inside. There’s no shortage of input, with two analog sticks from a PlayStation controller, several momentary push buttons, and some toggle switches. Although it’s not shown in the picture above there is also a 16×2 character display that serves as part of the interface. With a navigable menu the only limit to what you can do is the programming space available on the ATmega168 that inhabits the homemade Arduino board at the heart of the system. It certainly would give the robot remote from Friday a run for its money.

NES Controller To USB Gamepad

Regular Hackaday reader [Osgeld] is at it again with this USB conversion for an NES controller. This is a ubiquitous hack that we started seeing very early on, sometimes involving an adapter kit, and other times including things like a thumb drive and USB hub. But this time around is truly a bare-bones version. He’s using an Arduino but it’s really just an AVR ATmega168 running the bootloader. We’d wager this can be done with an ATmega8 just as easily. Grab a couple of diodes (we never seem to have the 3.6v zener diodes around when we need them), a couple caps and resistors, a crystal and you’re in business. The hack wires each button to a pin and implements a keyboard HID that can be mapped for any purpose you desire.

FPC Arduino

Seeed Studios has a new version of the Arduino that they’re calling the Seeeduino Film. Instead of the traditional fiberglass substrate they’ve used a resin material to produce a Flexible Printed Circuit (FPC). In addition to its flexibility their aim with this prototype was to keep it modular. From what we can see each of the four squares is a different component in the Arduino system. The photo above has the USB interface on the nearest node, then the power regulator, the microprocessor, and finally the remaining peripheral connections. This material can easily be cut with a pair of scissors so the programming section can be removed once the firmware is burned to the chip. It will be interesting to see final pricing and package options. We wouldn’t mind having an FPC ATmega168 breakout board around, but specifially this would fit nicely in a watch band if you were building your own wristwatch.

[Thanks Juan]

Audible Tuner For The Blind

[Lain Sharp] modified this guitar tuner so it can be used by his blind friend. In the picture above you can make out a small white project box that houses the additional electronics. Inside is another battery and an ATmega168 providing a connection for an earphone. The AVR chip connects to each LED on the tuner and converts the visual tuning meter to an audio cue. Check out the demonstration clip after the break to see how it works.

Now if we could just figure out how to get our strings in tune with our built-in keyboard.

Continue reading “Audible Tuner For The Blind”

Didgeridoo, Now Does Real Time Video

Some of you may remember when we introduced you to [Kyle’s] Electronically Modified Didgeridoo. Those same members will have their hearts warmed knowing he’s still playing and advancing on his Didgeridoo, now including real time video processing. There isn’t too many details aside from it being controlled by an ATMega168 and an unknown analog switching chip, and in its infancy it just looks like a bunch of dancing white lines but we expect this to turn into one amazing display.

Oh, and those determined on making their own Electronically Modified Didgeridoo should keep an eye out for the April ’10 issue of Popular Science where the instrument will be featured.

Reboot Life In A Heartbeat

This hoodie senses your heartbeat and uses it to control Life. Conway’s Game of Life, popular in all kinds of electronics projects, uses a grid of cells coupled with a set of rules to mimic the life and death of simple organisms. This iteration displays the game over your own heart, then taps into your heart rate, resetting the game at the beginning of each cardiac cycle. We guess you could say that Life goes on only if you do not.

The EKG circuit that detects the heartbeat is made up of an IR transmitter shining through the tip of your finger to a receiver. An ATmega168 running the Arduino bootloader controls the EKG circuit and resets an ATmega48 which is responsible for Life. [Joe] admits that this is overkill but he’s currently without an AVR programmer; he went this route to make it work. The stylishly-geeky hoodie is taken for a test run (er… test-hop?) after the break.

Continue reading “Reboot Life In A Heartbeat”