Questions tagged [wiimote]

The Wii Remote, also known as the Wiimote, is the primary controller for Nintendo's Wii console.

89 questions
0
votes
1 answer

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 arbitrary and are of little use to me as they stand. I…
Omar
  • 2,155
  • 4
  • 24
  • 38
0
votes
1 answer

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: Wiimote.WiimoteState.AccelState.Values.X; For the wiimotion plus, I first…
Omar
  • 2,155
  • 4
  • 24
  • 38
0
votes
1 answer

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 accelerometer values from the wiimote and print it…
Omar
  • 2,155
  • 4
  • 24
  • 38
0
votes
1 answer

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.
Omar
  • 2,155
  • 4
  • 24
  • 38
0
votes
0 answers

Android Bluetooth Wiimote

I'm new to Bluetooth development, and my knowledge is pretty much all accumulated from developers.android.com. I am very familiar with IP TCP sockets, and it looks like Bluetooth takes on the same structure. What I am looking for, is once a…
0
votes
0 answers

How to locate the position of the wiimote in space using data of infrared from the sensor bar

I am developing a video game on a FPGA board running linux. I want to use the wiimote to control the game. Now I have a sensor bar with multiple infrared sources at both ends, and a wiimote. I want to track the position of the wiimote in space…
hooray9
  • 153
  • 1
  • 6
0
votes
1 answer

What this C# code mean? can anyone decribe it for me?

I tried to modify the Wiimote Whiteboard app for my final project. but my experience in the programming language C # is very little. in fact I learn C # just a few months. I do not know what is the meaning of lines of code below. can anyone help…
user3332360
  • 105
  • 8
0
votes
1 answer

Using an array of size 4 to represent a single point

I am working with Wiimote API and I came across this code, float[] srcX = new float[4]; float[] srcY = new float[4]; float[] dstX = new float[4]; float[] dstY = new float[4]; I am unable to understand why would there be an array of 4 floats to…
user379888
0
votes
1 answer

How to get IR data from Wiimote? (DarwiinRemote, or WiimoteWhiteboard, etc...)

I'm trying to get the IR data from a Wiimote via Bluetooth and am quite frustrated. I've already tried using WiimoteWhiteboard (http://www.uweschmidt.org/wiimote-whiteboard) as well as Darwiin Remote…
bee
  • 216
  • 1
  • 13
0
votes
1 answer

Process Serial data at a constant frequency

Hi guys I'm writing an application in C# that gets data from an accelerometer (inside a wiimote), and then processes and graphs it. I'm using Brian Peek's Wiimote library, so I'm using an event handler to get the data: void…
7VoltCrayon
  • 662
  • 1
  • 7
  • 22
0
votes
1 answer

Problem using WiiGee?

Has anyone tried Wiigee? I am planning to use it but I am facing a problem related to bluetooth (I am using BlueCove (latest version)). Whenever I try to compile and run the demo program (which is downloaded from Wiigee site) my wiimote is not…
funkydokta
  • 96
  • 2
  • 6
-1
votes
1 answer

"pBase not defined"? pBase is defined in the included class

This program is supposed to read acceleration values from a Wii remote and light up LEDs based on those values. The only error I'm getting that prevents compilation is that pBase isn't defined in main.cpp. main.cpp includes ZedBoard.h and…
Ben G.
  • 1
  • 1
-1
votes
3 answers

Hardware needed for using a Wiimote as a computer mouse

I am in charge of turning a Wiimote (Wii remote) into a computer mouse and I know this is possible. I have been told to use the library http://wiimotelib.codeplex.com/. To use that library, will it just be a Wiimote that I need to buy? Or will there…
Umair A.
  • 6,690
  • 20
  • 83
  • 130
-3
votes
1 answer

Wiimote on PC with GlovePIE and Wiinremote

First off, I hope this is the right place to post this. I am new, and Stack Exchange was the first site I thought of for this question. After reading the "How to Ask" page here, I don't see a better place. Let me know if I'm missing something and…
1 2 3 4 5
6