Noise Box Synth Lays Down Some Beats

arduino_noise_box_synth

[Tim] sent us his Noise Box Synth. The box is a sixteen step synthesizer that can generate sine, square, triangle, and sawtooth waves as well as a collection of sound effects (video after the break). The hardware is simple; an Arduino, four potentiometers, four buttons, a switch, a speaker, and some LEDs. This was a gift for a three-year-old but we’d be just as happy unwrapping it ourselves. We didn’t find a schematic but all of the connections and hardware can be extrapolated from the source code.

Arduino sometimes gets a bad name around here. This project, [Tim’s] first that uses Arduino, proves that the accessibility of the platform makes it possible to jump directly into the deep end. Catch the video after the break. Continue reading “Noise Box Synth Lays Down Some Beats”

Make An Arduino Talk To You

arduino_speech_synthesis

One of the highlights from the Music Hack Day in Berlin was the Arduino singing “Daisy Bell”. If you don’t know, this is an homage to the HAL 9000 in the movie 2001: A Space Odyssey; an artificial intelligence that was taught the song in its first steps toward self awareness culminating in an attempt to kill its masters.

It’s unlikely an Arduino will every make it to the point of attempted homicide but with the available code you can find out. Sample code and an explanation of human synthesis is now available through the Cantarino project. The project facilitates the use of phonemes from the SAM Apple II synthesizer to build wave forms that make up recognizable speech on the Arduino platform. The code illustrates how to select and link together speech sounds from the library. Check out the video after the break and then get to work on your own speech synthesis. We’re waiting for someone to put together the theme song from the 1980’s Transformers cartoon. Good luck! Continue reading “Make An Arduino Talk To You”

Touchscreen Picture Frame

touchscreen_picture_frame

Circuit Ideas Design has posted a digital picture frame project based on their 240×320 16-bit color QVGA display. We made our own digital frame from a smaller screen a while back and this is pretty much the same implementation except with a larger screen and built around the AVR family of microcontrollers rather than PIC controllers.

The thing that piqued our curiosity was the five icons silk screened on one end of the display. That’s right, this is a touch screen. The board also has a built in SD slot and a bit of flexibility for connecting to a microcontroller. It can be controlled from a 40-pin header, or from headers that are designed to work as an Arduino shield. We’d love to get our hands on one but we were unable to figure out what currency the list price was in. Has anyone used this board yet?

Pinch Control2: Laser Drawing

[youtube=http://www.youtube.com/watch?v=0uXIqQxarYI]

[atduskgreg] posted this cool looking rig.  That’s a batting glove, chopped up and equipped with a flex sensor and a pressure sensor. The end goal was to create a new method of drawing. You can see he’s interfaced with the servos decently. It seems fairly responsive and intuitive. Looking at his results though, make us wonder if all that effort was worth it. We would probably apply this rig to some kind of animatronics.

Open Source Weapon Makes You Puke

[Limor] of Adafruit Industries and the Ice Tube Clock has made her own open source non-lethal weapon: The Bedazzler. After attending a conference by the DHS where she saw the big-budget Dazzler, she decided to make her own. Thirty-six LEDs, six switching FETs, a Boarduino, and a former flashlight later, the Bedazzler makes a better rave toy than a weapon. It doesn’t work as-is, but we figure it will only be a matter of time before someone hacks this to make people… umm hack.  See the video after the break.

Continue reading “Open Source Weapon Makes You Puke”

Arduino-human Synthesizer

[youtube=http://www.youtube.com/watch?v=IObPkUFq0hg]

(Thanks to [Aaron] for the tip) As a promo for [Calvin Harris], some of the creative minds at Sony Music have put together an Arduino-based sythesizer composed of 15 bikini clad babes. By analyzing which circuits are closed, the Arduino Mega is able to tell a sequencer which sample to play. The only innovation happens to be that the circuits are painted onto the aforementioned girls with a conductive body paint known as Bare.

Developed by students at the Royal College of Art, the paint is not available for purchase, but they are willing to mix a batch up for art installations or performances. Technical stats (such as resistance) have not been released, but for a washable paint it seems to be performing quite well.

How was the whole project set up? The video below reveals all:

[youtube=http://www.youtube.com/watch?v=up1wraRnriI]