Androidome: Monome For Android

[Ewan Hemingway] tipped us off about his new Android app, Androidome. This is the first one he’s turned out after going through our Android development tutorials. It combines an app running on his Android 2.1 device with a computer running Max/MSP 5. The two don’t needed to be tethered, they just need to be on the same wireless network. This won’t be the best solution if you’re doing live performances, as the buttons on the screen end up being quite small. But as you can see after the break, it’s a great way to get into working with the Monome interface and decide if you want to build a dedicated physical version of the tool.

Continue reading “Androidome: Monome For Android”

More Car Audio Input Hacking

[Dave] pulled the head unit out of his dashboard to add an iPod input. He took a much more invasive route than the other hack we saw a few days ago. He actually patched into the audio lines going from the Dolby reader head chip to the amplifier.

The first step was to trick the deck into thinking it had a cassette inserted. He scoped an enable pin on one of the chips to discover the timing and emulated that signal using a PIC microprocessor. From there he popped off the chip that reads the tape data, patching directly into the audio out traces. This presented some noise issues when charging the iPod but [Dave] fixed that with some decoupling capacitors.

YM2149 Gets New Life

[MicroMinded] took us way back to our childhoods with his experiments and subsequent YMstream music player based on the Yamaha YM2149 sound generator used in old arcade systems, computers, and even phones (think chiptune). This reminds us of the Chipophone, only this time the sound is achieved from ICs used back in the day, rather than MCU waveforms.

There is still some work to be done to make the music player have a bit more functionality, but for now source is available if you want to make your own. Of course you might come across a small problem; finding an SSG is a tad bit more difficult than say, an Arduino. If a good resource is found, please share it in the comments!

[Thank you Andrew Kretschmer for sending in the chiptune mp3s]

Adding An Input To An Old Head Unit

Tape decks in cars? Yes, that used to be quite common before optical media took over road. [Nirav Patel’s] 2004 Toyota Corolla had a deck that he used with a tape adapter in order to listen to music from his iPhone. But one day something happened and, although the adapter still worked, the cassette player started making distracting noises. [Nirav] set out to quiet the noise and install an auxiliary audio input for the sound system. There were some tripping points along the way, like breaking everything and starting a small fire, but perseverance got him to his goal. Because these units are built with compatibility for things like CD changers they have a communications bus called AVC-Lan. This protocol has been sniffed out and documented, and [Nirav] even found an existing audio-input hack that he based his design around. Now he’s able to plug directly into the dash and ditch the cassette adapter.

We’ve seen [Nirav’s] work a few times before. He’s shown us a first person shooter controller and his site was a resource in our Launchpad programming with Linux post.

[via Make]

Bluetooth Multimedia Remote

[Mathieu] spent three months developing this multimedia remote control. It connects to a PC via USB or Bluetooth and communicates with Winamp to pull down track information for display on a Nokia LCD screen. It can also be used as a wireless headset via the two on-board jacks. [Mettieu] thinks it’s just a small hop away from working as a Skype client if you take the time to write a plugin for that API.

Long Arms Required, Electronic Trombone

[youtube http://www.youtube.com/watch?v=0sX4Dleqz_0&feature=player_embedded%5D

Sadly, the video above is the only information we were able to find on the “Double Slide Controller” trombone, built by composer Tomás Henriques. As well as, the instrument took first place in the Georgia Tech Center Guthman Musical Instruments Competition. Right in front of a Bluetooth bow for violins, and a circuit bending group from New York, and…wait; it beat out our favorite modified didgeridoo? Better luck next year.

Guitar Effect Shield For Maple

[Okie] designed this audio effect shield for Maple. You’ll remember that Maple is a prototyping system built around an ARM processor, so there’s plenty of power and speed under the hood. First and foremost, the shield provides input and output filters to keep noise out of the system. From there a set of potentiometers let you change the effect, with the manipulation like echo, distortion, and ring modulation happening in the firmware.