magic_music_table_accessible_jukebox

Magic Table Gives Disabled Child Control Over Her Music

Instructables user [XenonJohn] recently put together a fantastic tutorial detailing how he made an RFID-controlled jukebox. The Magic Music Table was created for a disabled child, who is unable to use a CD payer, nor navigate small buttons and menus on MP3 players. He originally though about making the buttons more accessible a la the Frankenkindle, but ultimately settled on making the table instead.

Embedded in the center of the Music Table under a piece of plexiglass is a small project box containing an iPod, Arduino Mega, and a Parallax RFID reader. He crafted small RFID “bricks” that can be waved over the RFID reader, triggering the iPod to play a specific album from a large playlist. The Arduino acts as the middleman, controlling the RFID reader and relaying the appropriate information to the iPod when required.

The system looks pretty sturdy, and [XenonJohn] says that it works great. We think it’s a wonderful use of technology – you certainly can’t argue with brightening up a child’s day.

Continue reading to see a video of the Magic Music Table in action.

Continue reading “Magic Table Gives Disabled Child Control Over Her Music”

Star Wars Imperial March Played By Dual Floppy Drives

Although many have made some sort of music with improvised electronics, few sound as cool as this Imperial March from Star Wars played by two floppy drives. According to [Pawel], “It’s nothing new” and quite simple. This may be true as we’ve featured an Imperial March-playing floppy drive here before, but it was only one drive. Although it may not be the London Symphony Orchestra, the two drives together sound quite good!

According to him, the FDD has a fairly simple interface. To move the head, one simply needs to pull the DRVSB pin low and then activate the STEP pin on a falling edge.  This will make the head move one direction dependent on the DIR pin state. In this case, an ATMega microcontroller is moving everything. An explanation of the pins used in this hack can be found here.

Although it may look like an intimidating hack on the surface, something like this might be a neat project to try with some old hardware and an Arduino or other controller! [Pawel] did have the idea to hook up a 5 1/4″ and 8″ drive to make a full FDD orchestra, so we can’t wait to see what he comes up with! Continue reading “Star Wars Imperial March Played By Dual Floppy Drives”

Broken Vintage Record Player Reborn As A Portable MP3 Cabinet

old_record_player_pc_jukebox

[Julian] picked up an old record player that was sitting in somebody’s trash pile, and brought it home to see if it could be restored to working order. When he got it home he discovered that it didn’t work at all, so he and his wife decided to modernize it a bit.

In an effort to simultaneously reunite himself with his music collection and piss off audiophiles/antique collectors in the process, he gutted the radio and began rebuilding it to serve as an MP3 jukebox. Once the innards were removed, his wife refinished the cabinet and gave the front grill a new cloth cover.

An old PC was installed inside the cabinet, along with a set of relatively cheap (but better than paper cone) speakers. A pair of custom cut plexi panels were used to cover the computer, while providing space for the monitor and Apple wireless keyboard + trackpad [Julian] uses to manage the jukebox.

The refurbed record player came out looking quite nice, and although it likely raises the ire of several different groups of purists, we think it’s pretty cool.

Improved FPGA Synth

A week or so ago we featured an FPGA MIDI interface. Since then the builder has gone crazy with his FPGA and revised his code to include polyphony and PWM output, and posted a polyphony demo.

In our previous coverage of the build, the synth was monophonic, and the MIDI implementation was pretty shaky. After realizing the hard work was done, [Mich] re-wrote the MIDI interpretation module to keep 8 voices in memory. Now the synth can play 16th note arpeggios at 999bpm.

The original build used 8 pins to output the audio with an R/2R ladder for a digital to analog converter. This didn’t work well with a polyphonic synth (everything was clipped or noisy), so [Mich] moved to PWM output.

Continue reading “Improved FPGA Synth”

DIY Guitar Fuzz Pedal

diy_fuzz_pedal

Instructables user and Community Manager [Randy Sarafan] recently put together a tutorial on how to build an ages-old musical standard, the “Fuzz Pedal”. He says that the secret to rocking out is fuzz, so if you can handle both a soldering iron and a guitar, this project is for you.

When you take a close look, the pedal’s components are actually quite simple. The distortion is created by a pair of transistors, which in his case are vanilla NPNs from RadioShack. We have covered other distortion pedal builds before, and they have used germanium transistors to obtain a ‘creamier’ sound – you should be able to swap these cheap ones for uprated models with little trouble.

The handful of components were soldered neatly to a piece of perf board, and placed into a sturdy metal case that looks like it can withstand even the harshest abuse. He’s got schematics and a BOM in his writeup, so all that’s keeping you from a rocking weekend is a little bit of time and a soldering iron – what are you waiting for?

Stick around to see a quick video of [Randy’s] fuzz pedal being built.

Continue reading “DIY Guitar Fuzz Pedal”

Humanoid Robot Listens To Music, Plays Along On His Theremin

robot_playing_theremin

Researcher and YouTube user [mspetitegeek] along with her lab mate [Tatsuhiko Itohara] have been fortunate enough to spend some time working with the HRP-2 humanoid robot from Kawada Industries. Their research has seemingly been focused on using the robot to create real-time interactions with humans for entertainment purposes, at the very least.

The program they created allows the HRP-2 to listen and watch its human counterpart while he plays the guitar in order to recognize a beat pattern. Once the robot catches on, it plays along on his Theremin, matching both notes and rhythm perfectly. Since the human operator is clearly playing at a fairly relaxed pace, we are curious to see a demonstration where the robot required to match a snappier tune – it could be quite interesting.

In the meantime, we’re content to just sit back and enjoy the Mogwai-esque tones of the HRP-2 rocking the Theremin.

Keep reading to see a short video of the HRP-2 in action.

Continue reading “Humanoid Robot Listens To Music, Plays Along On His Theremin”

FPGA MIDI Interface

Hacking and digital music seem to be very much related arts. This very well built hack goes through the process of creating a MIDI synthesizer using a field programmable gate array (FPGA) and several other components.

A laptop is used as the MIDI interface which runs through a filter and then to the FPGA. This translated signal then goes through a digital to analog converter and finally to the amplifier and speakers. The FPGA is especially interesting as this chip is an array of logic gates that can be programmed however one wants. In this case, the wavetable principle is used to generate sound.

Although this is no Kaossilator yet, this device is a great start and very functional. If you’ve ever wanted to build your own electronic instrument, check out this hack. Also, check out the video after the break! Continue reading “FPGA MIDI Interface”