1
Wiimote accelerometer & motions detecting projects / 2-Dimensional WiiMote Vector Analysis
« on: November 04, 2011, 10:40:04 AM »
This should be fairly simple for you guys, but I'm having a bit of trouble.
I'm developing a signaling system using the WiiMote, C++, and WiiYourself!.
I'm attempting to figure out the angle and magnitude of acceleration of the remote so that I can reliably provide a force and average direction for an acceleration.
I have access to the raw acceleration data from the WiiMote, so my main problem is handling the constant stream of data. I also need to be able to deal with the DECELERATION from stopping the remote after a motion. I don't want an opposite direction signal being sent immediately after the first.
Any ideas how to program this?
I'm developing a signaling system using the WiiMote, C++, and WiiYourself!.
I'm attempting to figure out the angle and magnitude of acceleration of the remote so that I can reliably provide a force and average direction for an acceleration.
I have access to the raw acceleration data from the WiiMote, so my main problem is handling the constant stream of data. I also need to be able to deal with the DECELERATION from stopping the remote after a motion. I don't want an opposite direction signal being sent immediately after the first.
Any ideas how to program this?