Soundbeam Chords (Arduino)

From vjmedia
Revision as of 08:53, 18 October 2013 by Radhikari (talk | contribs)

The Soundbeam Chords plays different chords depending upon the movement detected by the Ping))) Ultrasonic sensor[[1]]. The sensor is connected to the Arduino Uno board[[2]] which sends digital pulses to the sensor and measures how long did the waves take to reflect from a surface and come back. This unit of time then can be used to calculate the distance. The Arduino Board was programmed to convert the time into distance and send the data to the computer using serial port. Any software can have access to this data from the serial port. The MaxMsp was used to build a program that converts the data received from Arduino into musical chords. Serial object that is present in the MaxMsp reads the data which is then connected to a pre-built module from EAMIR SDK[[3]].