So my Physical Computing midterm group (Taylor, Celina, Alex, and me) has decided on a project for the midterm. We’re not sure of the name yet, so for now I’ll just call it “Soundbrella”.
The basic ideas is to place contact mics on the panels of an umbrella. When a raindrop hits a panel, the contact mic will presumably detect it. A tone will be triggered and an LED (white?) will light up. A small speaker will be mounted to the inside of the umbrella, preferably above the holder, and the LED’s will (hopefully) dangle down from the frame. We anticipate using a clear “bubble” umbrella (http://umbrellastand.com/bubbleumbrella.html?gclid=CKqHs5bu8I4CFQIuHgodunTbJw) to provide a more immersive experience for the user, and for better acoustics. We also think it will be cool for the LED’s to be seen from a distance walking down the street.
I asked around for some sound generation options. Our original concept was to use an MP3 player of some sort, but Gian Pablo Villamil recommended using 74c14’s. They’re cheap, and they can be used with AD5206 digital potentiometers. He has previously worked on a project using a similar configuration, so he could become a very useful resource! I did find a 40 second programmable IC (http://store.qkits.com/moreinfo.cfm/ISD2540) which could also be used, but I’m not sure how to program it. I also found a “Polyphonic Ringtone IC” which contains a small MIDI synth (http://www.winbond-usa.com/en/content/view/166/1573/), but I doubt that it would work in this application, and we’d have to request a sample…which is apparently kind of hit-or-miss.
My duty at this point is to determine the materials requirements, except for the Umbrella itself…which is Celina’s job. After some research, I have determined that we will need the following:
6 - contact microphones - Alex says he can get these easily, and there are typically six fabric panels in an umbrella. We may need to add more, depending on the sensitivity per panel.
1 - arduino - we’ve all got one
2 - AD5206 Digital Potentiometers - this is a chip that contains 6 electronically-controlled potentiometers. (http://www.analog.com/en/prod/0,,761_797_AD5206,00.html)
1 - 74C14 Hex Schmitt Triggers - there are six triggers on the chip, and we can use one per contact mic to produce a square wave. Each wave’s frequency will be triggered by a digital pot. (http://www.datasheetarchive.com/preview/466481.html)
6 - LED’s (White) - these will be controlled by one of the digital pots. Hopefully we can do some slick stuff like fading them out. (see http://www.arduino.cc/en/Tutorial/SPIDigitalPot)
1 - audio amplifier - I already own a 3 watt amp kit, but that may be overkill.
1 - speaker - I also own a 1 watt speaker, as well as some small piezo speakers I scavenged from a couple of audio greeting cards.
Time to get to work!