Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Motion sensing axes not centered #192

Closed
matlo opened this issue Nov 27, 2013 · 2 comments
Closed

Motion sensing axes not centered #192

matlo opened this issue Nov 27, 2013 · 2 comments

Comments

@matlo
Copy link
Owner

matlo commented Nov 27, 2013

From mathieu....@gmail.com on September 26, 2012 08:44:13

acc_x/acc_y/acc_z/gyro values are in [0..1023].

acc_x does not seems to be centered.
The real center seems to be near 628.

Maybe there are extra bytes in the report that tell what's the center.
There are a few unknown bytes just before the motion sensing value.

For example:
buf[36] = 0x02
buf[37] = 0x77
0x277 = 631 (quite close to 628...)

Further tests need to be done.

Original issue: http://code.google.com/p/diyps3controller/issues/detail?id=190

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on October 02, 2012 13:28:26

Status: Fixed

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on October 18, 2012 04:41:56

Status: Verified

@matlo matlo closed this as completed Nov 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant