MPU 9250 works with MPUTeapot.pde(MPU6050_DMP6 code) ??

Hello Sir,

Am just a beginner, please help me learn.

I have a MPU 9250 and tried to check with MPUTeapot.pde(MPU6050_DMP6 code) code in processing IDE.

After i run, I can able to get Teapot (Arrow plane), but its not moving.

I followed these steps

Could you please help.

MPUTeapot.pde (9.55 KB)

Start with the i2c_scanner : Arduino Playground - I2cScanner
Is the sensor detected ? At which I2C address ?

Please don't use an (old) library from somewhere on the internet.
Use the original:
http://www.i2cdevlib.com/

Start with the 'raw' example, before using the 'dmp' example.

If installing that library, or the 'raw' example causes problems, then use the most simple sketch there is, the short example sketch : Arduino Playground - MPU-6050

Thanks a lot sir, Its working now.

Did you actually manage to get teapod demo working with MPU9250 using the library for MPU6050??