2009
12.21
Completed 12/2009
Using your breath, you can remotely control the 3 elemental forces of nature (wind, fire and water) through a 6 foot bamboo cane.

The idea is based on the Chilean rainsticks that recreate the sound of rain when they are flipped over. The Elemental Stick allows for control of the forces of nature by the use of your breath. Mother Nature or God would perhaps use this type of interface to control the elemental forces. As you blow into the remote (shorter bamboo cane) the sounds of wind, fire, or water coming from the long bamboo cane will grow louder and the lights will become brighter in addition to changing color based on the element selected. Twisting the remote, ie. altering the tilt, will change the control between the 3 different elemental forces.



Elemental Stick and Remote Demo
Construction and Testing
- Arduino Pro Mini’s are used for the microcontrollers
- Wireless communication is done via the Xbee’s
- A thermistor is used for the breath sensor
- The BlinkM MaxM, available on Sparkfun, is used to light the fiber optics
- The MP3 Trigger, also available on Sparkfun, is used for audio playback and storage
Testing Electronics
Testing Elemental Stick
2009
11.24
For my project I’m creating a device that tells you the weather forecast. Using sound, and possibly visuals, I plan to create a wireless device which will get the latest weather report. Based on the report, it will translate this into sounds. For example, if it is sunny out it will play sounds of the beach, or if it is cold it would play the sounds of wind blowing. My idea and interface is based on the rainsticks that come from Chile or Peru. These sticks are normally made from cactus filled with pebbles. When flipped over, the pebbles bouncing to the bottom generate what sounds like rain. Instead of cactus I will be using bamboo, which is easier to find and work with then cactus, and embed it with speakers to create sounds of different types of weather. An accelerometer inside the stick will detect the motion and play the tracks when the stick is flipped over. I may also add a visual element using fiber optic cables that change colors/brightness in correspondence with the weather/temperature. The general goal of my project is to create something that tells you the weather in a more interesting and visceral way.


2009
11.22
Category:
PComp /
Tags: no tag /
2009
11.03
Category:
PComp /
Tags: no tag /
Using an H-bridge you can control a DC motor’s direction. Here I’m using the Texas Instruments L293NE. Setup and code can be found here.
2009
11.03
Category:
PComp /
Tags: no tag /
Using a TIP120 transistor, we can control high-current DC loads. Here I’m using potentiometer to change the brightness of a incandescent light bulb that is powered by a 9V power supply. Setup and code can be found here.
2009
10.27
Category:
PComp /
Tags: no tag /
Using 2 potentiometers and a switch, I’m sending 3 sensor values over to Processing to control the display of a circle on a black background. The 2 potentiometers control the x/y position while the switch controls the circle visibility. Setup and code can be found here. I had to change the value mapping to account for using potentiometers vs the accelerometer used in the example.


2009
10.20
Category:
PComp /
Tags: no tag /
Using a potentiometer with Arduino, we can send serial data to Processing. The readings are graphed over time. Setup and code can be found here.


2009
10.06
Category:
PComp /
Tags: no tag /
After trying to calibrate the analog sensor to play a tune, I was unsuccessful in getting particular shades to consistently play the tones I want. I instead tried to use the photocell to detect white or black, representing 0 or 1. Using 4 photocells, I can create 16 combinations which is enough for a 2 octave scale. Below is the printed chart I used to map the tones and a clip playing the 2 octave scale .

2009
10.06
Category:
PComp /
Tags: no tag /
Using a photocell, I can play 2 octaves of the C major scale. The next objective is to try to play a tune.