Search code examples
visual-studiogenericsaccelerometerwiimote

Using Accelerometer in Wiimote for Physics Practicals


I have to develop some software in my school to utilize the accelerometer in the Wiimote for recording data from experiments, for example finding the acceleration and velocity of a moving object. I understand how the accelerometer values will be used but I am sort of stuck on the programming front. There is a set of things that I would like to do:

  1. Live streaming of data from the Wiimote via bluetooth
  2. Use the accelerometer values to find velocity and displacment via integration
  3. Plot a set of results
  4. Avoid the use of the infrared sensor on the Wiimote

Please can anyone give me their thoughts on how to go about this. Also it would be great if people could direct me to existing projects that utizlise the wiimote. Also can someone suggest what would be the best programming language to use for this. My current bet is on using Visual basic.

Any sort of help is greatly appretiated.


Solution

  • I have written some software to do some of what you ask. Check out wiiphysics.site88.net.

    You will find integrating the acceleration data very tricky to get any decent results.

    It is written in c#.