Floppy drive as an audio sampler

Here’s a floppy drive which is being used as an audio sampler. At first glance we thought this was another offering which drives the stepper motor at a specific frequency to generate that characteristic sound at a target pitch. But that’s not what’s happening at all. The floppy is actually being used as a storage device (go figure).

From what we can tell, it’s being used almost like an 8-track tape. A PWM signal is stored on one circular slice of the disk, then the head can be moved back to that same “track” to play back the wave form. The head doesn’t move during playback, but just keeps reading the same track of bits. To the right you can see an Arduino board. This allows for MIDI control of the track selection. [Alexis] shows off some keyboard control in the video after the break. There’s a buffer chip on the breadboard which allows the audio output to be quickly switched off as the floppy drive head is moved. This keeps garbage out of the sound until the new track can be read.

[Read more…]

Hackaday Links: February 26, 2012

Wii Nunchuk controlled Monotron

Adding a bit of motion control to your music synthesizer turns out to be pretty easy. Here’s an example of a Wii Nunchuk used to control a Monotron. [Thanks John]

Hackers on the Moon and other space related goals

Yep apparently a non-government backed expedition to the moon is in the works. But you’ve got to walk before you can crawl and one of the first parts of the process is to launch a hackerspace-backed satellite network called the Hackerspace Global Grid. Check out this interview with one of the initiative’s founders [Hadez]. [ThanksĀ MS3FGX]

Laser pointers and frosted glass

We were under the impression that a laser show required finely calibrated hardware. But [Jas Strong] proves us wrong by making pretty colors with laser pointers and slowly rotating glass. [Thanks Mike]

MSP430 Twitter Ticker

[Matt] built a Twitter ticker using the TI Launchpad. It works on an LED matrix or OLED display along with a Python script which handles the API.

Android floppy drive hack

[Pedro] shows us how he reads floppy disks with his Android tablet. The hardware includes a docking station to add a USB port to the tablet, as well as a hub and USB floppy drive. On the software side of things an Android port of DOSbox does the rest.