Hello everybody!
I' m working on an interactive sound installation using an 'Arduino Uno (Rev 3)' and a 'MPU-6050' sensor to collect and process data. The Arduino then sends the raw data from the sensor to the program 'Max/Msp', a coding environment sspecifically related to music and visuals.
The patch in 'Max/Msp' works according to the position of the mouse on the screen; moving the mouse, the music changes.
Now, since I would like to have a person instead of the mouse, I though that an accelerometer+gyro (MPU-6050 in my case), could help me to simulate the movement of the mouse if given to a person that would walk around the space where the installation takes place. The problem is that as I stop moving the a+g, the data value goes back to zero, basically coming back to the starting position.
Has anybody ever worked on such a project? Anybody that could hep with some nice suggestions?
Thank you for your time,
Marco