# 3D Motion Graphics for MPU9250

**URL:** https://discourse.processing.org/t/3d-motion-graphics-for-mpu9250/8346
**Category:** Libraries
**Created:** [February 13, 2019, 11:59am UTC](https://discourse.processing.org/t/3d-motion-graphics-for-mpu9250/8346 "2019-02-13T11:59:08Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Deep](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/deep/32/3667_2.png) [@Deep](https://discourse.processing.org/u/Deep)
#### Post date: [February 13, 2019, 11:59am UTC](https://discourse.processing.org/t/3d-motion-graphics-for-mpu9250/8346/1 "2019-02-13T11:59:08Z")

</div>

I am a newbie in this,just wanted to know how to visualize the MPU9250 Roll, Pitch, Yaw data to show in the Processing IDE. I want something like this: [3D Tracking with IMU](https://www.youtube.com/watch?v=6ijArKE8vKU&feature=youtu.be) I am really sorry if I have missed any information to share, let me know. Thanks in advance!

---

<div class="post-metadata">

### Author: ![f42ter](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/f42ter/32/16793_2.png) [@f42ter](https://discourse.processing.org/u/f42ter)
#### Post date: [February 13, 2019, 7:06pm UTC](https://discourse.processing.org/t/3d-motion-graphics-for-mpu9250/8346/2 "2019-02-13T19:06:22Z")

</div>

Check one of my MPU6050 examples

> **[f41ardu/MPU6050\_Quaternion\_Dev](https://github.com/f41ardu/MPU6050_Quaternion_Dev)**
>
> Based on Free\_IMU Example. Contribute to f41ardu/MPU6050\_Quaternion\_Dev development by creating an account on GitHub.

I use an Arduino Uno for connect the MPU6050 and a serial connection between Arduino and my PC. If thet example above doesn’t work feel free to look the other MP6050 examples.

But I can’t guarantee the my examples are still working properly.

f41ardu

---

<div class="post-metadata">

### Author: ![kfrajer](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kfrajer/32/196_2.png) [@kfrajer](https://discourse.processing.org/u/kfrajer)
#### Post date: [February 15, 2019, 7:25am UTC](https://discourse.processing.org/t/3d-motion-graphics-for-mpu9250/8346/3 "2019-02-15T07:25:56Z")

</div>

This task has two parts: getting the data from your sensor and plotting your data. Is the first part implemented? Can you provide a sample of your data?

Kf

---

<div class="post-metadata">

### Author: ![f42ter](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/f42ter/32/16793_2.png) [@f42ter](https://discourse.processing.org/u/f42ter)
#### Post date: [February 15, 2019, 7:22pm UTC](https://discourse.processing.org/t/3d-motion-graphics-for-mpu9250/8346/4 "2019-02-15T19:22:05Z")

</div>

Check the sensor code for arduino.

> **[f41ardu/mpuAccelerometerDemo2](https://github.com/f41ardu/mpuAccelerometerDemo2)**
>
> Required by myMPU6050Demo3Kalman. Contribute to f41ardu/mpuAccelerometerDemo2 development by creating an account on GitHub.

This will work with [https://github.com/f41ardu/myMPU6050Demo3Kalman](https://github.com/f41ardu/myMPU6050Demo3Kalman)

Sorry, I have no sample data available. Device is not configured yet.

---

<div class="post-metadata">

### Author: ![kfrajer](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kfrajer/32/196_2.png) [@kfrajer](https://discourse.processing.org/u/kfrajer)
#### Post date: [February 16, 2019, 2:57am UTC](https://discourse.processing.org/t/3d-motion-graphics-for-mpu9250/8346/5 "2019-02-16T02:57:13Z")

</div>

@f42ter Apologies, My question was not for you but for @Deep

Kf
