howto windows10 read <- uno+mpu6050

howto read the data

first:
can read the mpu from the arduino ide & processing (in windows & linux, hardware and software is working)

first learning project: trying to get a head tracker working

tried all the examples with the teapot, works.
can read the data from putty, works.

tried the edtracker /opentrack/ facetrack/ doesnt work

not sure where to go from here.

What I NEED to do is read the data as either a mouse/joystick/gamepad/ whatever works.

need a MINIMAL example that actually works :slight_smile: so I can build from there.
(i work best with an example that works, then I can add/remove/see what happens when I change something)

I hope someone can help me

What I NEED to do is read the data as either a mouse/joystick/gamepad/ whatever works.

The Uno can not emulate a mouse or keyboard. ALL that is can do is send serial data.

You need an app on the PC that can read serial data, and know what to do with it.

need a MINIMAL example that actually works

You already have that. I seem to recall that you said:

tried all the examples with the teapot, works.
can read the data from putty, works.

So, what is it that you really think you need?