EDIT: People on StackOverflow are really fast. I'll see if I can work with the answer given
Original post on StackOverflow: c# - How to read rotation of a Microsoft Band - Stack Overflow
I'm trying to read the rotation of a Microsoft Band similar to how Bounce for Band does. Somehow the app knows if your palm is face-down which lets it measure the rotation of the Band to determine how to move the ball. All I've found are measures of velocity and acceleration, which don't elegantly solve my problem as it would require a reliance on the user (notice how Bounce doesn't require calibration). What am I missing?
Original post on StackOverflow: c# - How to read rotation of a Microsoft Band - Stack Overflow
I'm trying to read the rotation of a Microsoft Band similar to how Bounce for Band does. Somehow the app knows if your palm is face-down which lets it measure the rotation of the Band to determine how to move the ball. All I've found are measures of velocity and acceleration, which don't elegantly solve my problem as it would require a reliance on the user (notice how Bounce doesn't require calibration). What am I missing?
Last edited: