Micro Audio Player Can Hide Behind A Postage Stamp

The original iPod shuffle was a pretty small device, there’s no doubt about that. However, in the world of miniature audio players, [Chan] is no slouch either.

A few years ago, he set out to construct a micro audio player that used little more than a small microcontroller and a microSD memory card. He chose an ATinyX5 series microcontroller to run the show, utilizing its pair of PWM output pins to directly drive the speakers. Since there is no built-in amplifier, the audio volume is not loud, but it does sound reasonable if you use a set of high efficiency desktop speakers. He does mention that the sound can easily be amplified after passing the signal through a filter, so there is hope for those of you who like your music turned up to 11.

The only downside we can see is that the audio player can only process Wave files, but it’s hard to expect more from a DIY audio player smaller than a postage stamp. It would be great to see what sort of micro-handiwork [Chan] could perform if he were to update his design and build a full-functioning MP3 player based upon this project.

Audio Two-fer – Sneaker Speakers And DIY Mid-Fi Woofers

speakers

Nike Air Force 1 shoes are probably some of the most well-recognized sneakers around the world, aside from the always timeless Chuck Taylor All Stars. So when [Alex Nash] was asked to create some art using something ordinary with a goal of turning it into something special,  he immediately grabbed a pair and got to work.

His vision was to build a set of PC speakers by embedding a small amplifier and speakers into a pair of Air Force 1s. As you can see from the pictures on his site, they look awesome. He doesn’t say how good they sound, but we’re betting they perform better than that old pair that came with your last computer.

When [Stacy] was in college, she didn’t have a ton of room or money for a nice audio setup, so she decided to build a pair of speakers rather than buying them. She admits that these “Mid-Fi” woofers won’t be the centerpiece of your Hi-Fi setup, but they still sound pretty darn good for $50 DIY speakers. She compares them to units you would find in the store for $300+, and they sound so good she continues to use them as a compliment to the rest of her Hi-Fi setup now that she has a place of her own.

Fun Slide Whistle Synth Toy

slide_synth

[Dino] recently sent us some info on his latest project, a 555 timer-based slider synthesizer. The synth was built to emulate the sound made by playing a slide whistle, and also as an entry into the 555 Design Contest, which is quickly coming to a close. If you’re not familiar with a slide whistle, just spend a few minutes on YouTube looking for clips of Sideshow Bob – it’s ok, we’ll wait.

The circuit is pretty simple, though the implementation is quite clever. While traditional slide whistles require the user to blow in one end, this electronic version operates using a LED and photo cell. When the main switch is closed, the 555 timer is activated, and a tone is produced. The pitch of the tone is controlled by the LED as it slides in and out of the tube. The more light that hits the photo cell, the higher the pitch, and vice versa.

Continue reading to see a quick demonstration of [Dino’s] slide synth, and be sure to check out his other 555 contest entry we featured a short while back.

Continue reading “Fun Slide Whistle Synth Toy”

Alien Life Form Synth Toy

space_bug_in_a_bottle

We were sent [Dr. Offset’s] most recent project, a kid’s toy that is half sculpture/half noisemaker, but 100% cool. The device uses several 555 Timers and is his entry into the 555 Design Contest, which wraps up in just a few days. To really enjoy his creation, you need to suspend disbelief for a moment, and indulge the space fantasy he creates. In other words, let yourself be a kid again, if only for a few minutes.

What he has built is a containment unit for an alien life form found during an outer space exploratory mission. The creature has fused its organic bits with electronic components in order to survive in the stark, empty world it used to call home. The containment unit allows you to zap the “bug” with various frequencies to see how it reacts. The “bug” is light sensitive, so it always offers a varying experience, day or night.

It’s definitely one of the most artistically creative entries into the 555 Design Contest we have seen yet. Continue reading to see a thorough walkthrough and demonstration of his project.

[Thanks Rich Decibels]

Continue reading “Alien Life Form Synth Toy”

Digital Wavetable Oscillator

The tabulaRasa is a digital wave table oscillator, and features control of frequency, wave table selection, and interpolation. The device is split up into 2 parts. One is a pcb with a healthy amount of resistors, 3 potentiometers, ST TL074 JFET op amp, atmega328 and a SD socket.

The second part is software for your computer that allows you to edit or create your own waveforms. There are 3 different modes of control. Breakpoints, which allows you to set the waveform points and allows up to sixteen. Harmonic allows amplitude control over 16 harmonically-related sine waves, finally, the third mode lets you load in short sound clips.

Once you’re happy, save to a SD card and pop it into the board, and you’re ready to make some noise. The project page states at the end “tabulaRasa is in the last stages of development, and will be available soon.” so you cant get your hands on one just yet, but if you’re interested [Greg] has a kickstarter page setup where you can find out details on pricing.



555 Two-fer – Baby Swing Upgrade And A Headphone Tube Amp

baby_swing_tube_amp

[Jason] sent in two 555 timer driven items that were worth sharing, both of which are entries in the 555 Design Contest.

The first item is a circuit that automatically resets an infant swing. [Jay], who built both items, has an infant swing for his daughter that spins a mobile and plays music. It’s great but it only works for 7 minutes and 15 seconds before a button push is required to trigger it again. He found this limitation to be annoying, and as I have owned the same swing, I can echo his frustrations. He probed the swing and found that a 5v pulse was required to reactivate the mobile, but it had to be sent after it turned off to have any effect. He put together a simple circuit that would do the button pushing for him, as you can see in the video below.

[Jay’s] other entry is a headphone tube amp using a quartet of 6DJ8 vacuum tubes. The 555 timer in the amp is used to drive a FET and the hand-wound transformer he built for the amp. You can see a video of the amp in action below as well.

The projects are lacking a thorough write-up, but he does provide schematics for both the swing reset switch and the tube amp for those looking to replicate either item.

Continue reading “555 Two-fer – Baby Swing Upgrade And A Headphone Tube Amp”

MIDI Controller Fit For An Arcade

arcade_midi_controller

MIDI controllers can be relatively expensive depending on feature sets and requirements, so Instructables user [fraganator] went about building one on his own for just under $100. He originally wanted to replicate a commercially available MIDI controller, which used arcade buttons in lieu of the more common rubberized buttons, since they are large and have a better feel when pressed. Once he drew up plans for his MIDI clone, he realized he wanted more features in his controller than were available in the commercial version, so he started revising.

His final plan included three rows of four arcade buttons as well as four rotary and two sliding potentiometers. All of the components were mounted in a small keyboard enclosure, then wired to an Arduino clone, which manages all of the controller’s functions. The controller is connected to a PC via USB and can perform any number of operations once the buttons are mapped in MIDI-compatible software.

There are no videos of the controller in action just yet, though [fraganator] says one is forthcoming.