MPU6050 Vibration Analysis - thoughts?

Hello World!
I'm planning to run a vibration analysis (i.e. capture accelerator data, integrate twice to get displacement data, then take an FFT in matlab to get frequency spectrum) with a MPU6050 breakout board and my arduino uno.
Do you think it is feasible to perform vibration analysis this way? I know that the sensitivity is appropriate, and i can get up to 1KHz on the MPU6050.
If so, does anyone know any resources on only transmitting the accelerator data, without gyro or any other data?
Thanks in advance :slight_smile: :astonished:

Use the library ....

Allan

Hello, I am also doing almost the same project. I was able to retrieve the data from Arduino but dont know how to proceed further...for vibration analysis :frowning: