Based off of somebody else's model (see geps.synack.ch), I built a musical data glove that uses an MPU6050 accel/gyro sensor to measure the user's motions and map those values to sound or sound parameters. I want to modify it to measure the user's velocity instead -- this allows for more intuitive motions. Is there a chip out there that I could use to measure the speed of hand motions, instead of accel?
Thanks, mikb55 -- but, correct me if I'm wrong, in order to get the quasi-instantaneous velocity, I need to integrate my accel values, right? That's quite complicated to do in PureData, the language we're using to parse the sensor data and map to sound. Is there a more effective way?
I'm still a bit confused, probably because I don't fully understand how accelerometers work. Delta_G, could you explain to me why multiplying the values by the time difference would work? I'm just not sure I understand what you mean, so I can't come up with an effective implementation. Thank you!!
As pointed out earlier, an accelerometer can only indicate changes in velocity.
It is impossible to use an accelerometer to distinguish between a hand that is not moving at all from one that is moving at constant velocity (where velocity includes both direction and speed of motion).