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.
Asked
Active
Viewed 426 times
3
-
Many people have hooked up the wiimote to Arduino's. Look for answers there too. – leppie Nov 30 '11 at 06:37
-
What kind of cool job do you have? ;) – Paolo Tedesco Nov 30 '11 at 08:33
-
+1 just for the awesomeness of the project! – Purplegoldfish Nov 30 '11 at 09:59
1 Answers
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