Tagged Questions
10
votes
4answers
2k views
Wiimote example programs
I'd like to use the Wiimote (accelerometers, gyroscopes, infrared camera, etc, etc, etc) on various applications.
It's a bluetooth device, and I know others have connected it to their computer.
...
4
votes
2answers
249 views
What is the refresh rate of the accelerometer in the wiimote?
Does anyone know what the refresh rate of the accelerometer in the wiimote is? Is there a way to find out using Visual C#?
2
votes
0answers
251 views
Working out the angle of rotation from gyroscope data
How can you use data from the gyroscope to work out the angle of rotation in x,y and z. I am using the gyroscope in the WiiMotion plus amd Brian Peek's Wiimotelib 1.8 beta library.
Any help is ...
0
votes
1answer
359 views
C# wiimote library - computing distance from sensor bar to wiimote
I'm working with the C# managed wiimote library for a little fun project I'm working on, But I'm having trouble finding a good tutorial on how to calculate how far the wiimote is from the monitor (i.e ...
0
votes
1answer
467 views
Coverting from RawValues to Values for gyro in wiimotion plus - Wiimotelib 1.8 beta
Using:
Wiimote.WiimoteState.MotionPlusState.RawValues;
I can retrive the raw values of the gyroscope from the WiiMotion plus, However, these values for rotational acceleration are completely ...
0
votes
1answer
438 views
Accessing the gyro in the wiimotion plus using Brian Peek's Wiimotelib 1.8 beta
I am sort of confused on how to access gyroscope data from the wiimotion plus using the wiimote lib beta 1.8. I know for the accelerometer you would do something like this:
...
0
votes
1answer
149 views
Where to get started with using the Wiimote library and C#?
Can someone direct me to resources which will guide me through using C# and the Wiimote library. Brian Peek's turorial is far too complex for me. I would ideally like to write a program to get the ...
0
votes
1answer
533 views
How to install wiimote library in Visual C# Express Edition
I am very new to Visual C# and can't figure out how to install the wiimote library. Can someone tell me how to do so.