3

I am trying to use the wiimote accelerometers to control a robotic arm. I have the buttons workings and currently controlling the arm. Now i want to implement the wiimote accelerometers to control a robotic arm. has anyone worked with the wiimote accelerometers and could give me suggestions on how to implement it.

一二三
  • 21,059
  • 11
  • 65
  • 74
e_hello
  • 51
  • 1
  • 1
  • 5

1 Answers1

1

There is a managed library for wiimote.

Also, have a look at this answer: Using Accelerometer in Wiimote for Physics Practicals

Community
  • 1
  • 1
Colin Pickard
  • 45,724
  • 13
  • 98
  • 148
  • ok i looked at the managed library and created a gui application and i do get the accelerated values. i want to use the accelerated values to drive a servo first. i need to pass the accelerated values in a buffer does any know how to pass a float buffer in c# – e_hello Dec 01 '11 at 11:49