Tagged Questions
The Wii Remote, also known as the Wiimote, is the primary controller for Nintendo's Wii console.
18
votes
6answers
3k views
How does gesture recognition work?
In a multi-touch environment, how does gesture recognition work? What mathematical methods or algorithms are utilized to recognize or reject data for possible gestures?
I've created some ...
8
votes
0answers
493 views
Problems using the wiiuse library and its events
I recently downloaded the wiiuse library and am having problems using it. I wrote a small code but the remote disconnects just after the connection. Even the code present at the author's website ...
8
votes
2answers
896 views
How do I account for gravity using a wiimote's accelerometer?
For a project my team and I have been trying to track a wiimote in a 3D space using the built in accelerometer and the WiiMotion Plus gyroscope.
We’ve been able to track the rotation and position ...
8
votes
3answers
1k views
Simulate Mouse Clicks on Python
I'm currently in the process of making my Nintendo Wiimote (Kinda sad actually) to work with my computer as a mouse. I've managed to make the nunchuk's stick control actually move the mouse up and ...
7
votes
6answers
1k views
What is the best library to manage a wiimote? [closed]
There are many libraries that manage the wiimote but I am looking for the "best" one, or at least that has the following features:
open-source
portable (at least Win32 and Linux)
written and usable ...
5
votes
4answers
1k views
Moving from Wiimote to camera?
I've been doing some Johnny Chung Lee-style Wiimote programming, and am running into problems with the Wiimote's relatively narrow field-of-view and limit of four points. I've bought a Creative Live! ...
4
votes
2answers
236 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#?
4
votes
2answers
503 views
How to receive data from the Wii Remote in Objective-C?
I'm trying to write a Cocoa application which allows me to see what buttons I'm pressing on my Wii Remote. I also want to be able to receive Nunchuck-data and set the LEDs. Does anyone know where I ...
3
votes
1answer
41 views
using wiimote accelerometers to control a robotic arm
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 ...
3
votes
2answers
691 views
Good portable wiimote library with sound support?
I'm lookin for a portable wiimote library. I want to use the wiimote for the hardware it has (but I don't need to access any data stored on it).
Required features:
access to all the buttons (as an ...
2
votes
1answer
38 views
How to connect the WiiMote internally in a C# app?
I want to connect a single wiiMote to my app using WiiMoteLib, but I want the connection done internally ie. the user has only to run the app (and should have no need to connect the wiiMote with ...
2
votes
0answers
987 views
Windows HID device driver installation for Wiimote. Can we improve it?
We’re working on a project in which we have a program that connects to a Wiimote and reads data from it. It works, however we would like to improve the connection process. We often have to make ...
2
votes
1answer
402 views
wii motionplus support
I am developing a PC application that interacts with the Wii Remote. So far I have been using the wiiuse library, which has worked great.
However wiiuse does not support the MotionPlus extension.
I ...
2
votes
0answers
519 views
WiiRemoteJ Sound Issue (wiimote speaker)
I was wondering if anyone can help, I'm using the WiiRemoteJ Java library for connecting to a wiimote. I have the supplied WRLIpml test application up and running but I'm having some problems with ...
2
votes
3answers
810 views
Controlling mouse in linux
Basically I'm currently using the wiiuse library to get the wiimote working on linux. I want to now be able to control the mouse through the IR readings.
Can somebody point me in the right direction ...
1
vote
2answers
254 views
Reducing wiimote pitch/roll variations
I want to use the wiimote to control a cursor WITHOUT the infrared sensor bar. I'm using the pitch and roll values for this.
The problem is that when the pitch is close to 0 degrees, the roll is very ...
1
vote
1answer
729 views
Using Quaternion to represent gyroscope angle in C#
I'm using the WiiM+ gyro to calculate rotation.
I integrate the rates of turn along the yaw, pitch and roll axes and store it in a vector called angleSum
So for each reading, angleSum(reading) ...
1
vote
1answer
577 views
Android Sensors
I have a very basic question about Sensors:
Do magnetic sensors return readings w.r.t the phone's initial orientation or w.r.t the world coordinates?
What about accelerometers? Do they return ...
1
vote
1answer
466 views
Are there any good Wiimote APIs (C/C++) out there that include Wii Motion Plus?
Hello I was looking around on the internet and I was unable to find anything concrete. I would like to find a good Wiimote API (in C or C++) that also implements usage of the Wii Motion Plus ...
1
vote
4answers
771 views
Xorg, Python, and Current Window Title
After stackoverflow answered my previous question on here about my Wiimote left/right click issue, Not only can I move the mouse cursor, I can now left/right click on things. I now have one more ...
1
vote
2answers
3k views
Connecting a WiiMote to an android device
Does anyone know the UUID to connect an android 2.2 device to a WiiMote? The wiimote will not pair, as the wiimote does not require a PIN #.
1
vote
0answers
243 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 ...
1
vote
3answers
680 views
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 ...
1
vote
1answer
296 views
using wiimote on windows xp
I'm looking for a reliable java api for wiimote. and it should run under windows xp. does anybody here know one?
1
vote
2answers
1k views
Wiimote orientation as a 3D vector
I wonder if it is possible, as the Wiimote has 3 accelerometers, to convert the accelerometers readings to a 3D vector.
I know the trick to extract pitch/roll, but it only uses the X and Z ...
0
votes
0answers
89 views
serial port communication in c#
I am working on a wiimote project and have my wiimote runninng on my application GUI. Now I want to pass my information to my micro-controller and display the buttons on the LCD. Before I do that I ...
0
votes
0answers
34 views
Wave Analysis — WiiMote Acceleration
I'm working on gesture recognition with a Wiimote using the (wonderful) WiiYourself! library.
Everything is being developed in C++ (Visual Studio 2010).
I'm trying to process the acceleration vector ...
0
votes
0answers
167 views
Connecting to Bluetooth Service over Widcomm stack in C#
I am trying to programmatically connect multiple Wiimotes to a PC. I am using the 32feet.Net library, version 3.0 beta. I have had success with connecting the Wiimotes over the Microsoft stack.
...
0
votes
1answer
77 views
how to subclass this? DarwiinRemote Objective C
I use this class:
@interface NSObject( WiiRemoteDiscoveryDelegate )
- (void) WiiRemoteDiscovered:(WiiRemote*)wiimote;
- (void) WiiRemoteDiscoveryError:(int)code;
@end;
but how do I subclass ...
0
votes
1answer
207 views
wii remote plus library
is there a library (C# or C++) that support the new wii remote plus?
In particular to access the angular data.
I managed to get the acceleration data, but using the same program as with the wii ...
0
votes
0answers
129 views
wiimotelib bug?
I am recently writing a wiimote program:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Diagnostics;
using ...
0
votes
0answers
475 views
Connect Android to wii remote with bluetooth
I am working on a project on Android where I want to connect and communicate between my Android device and a Wii Remote / Balance Board. Currently I am trying to use the motej library and the bluecove ...
0
votes
1answer
282 views
Converting angular velocities to orientation Wii Motionplus
I'm working on the Wii Motionplus and I've extracted the raw values using WiimoteLib Library. However, when I normalize it, I get random values that don't tally with what is actually happening.
This ...
0
votes
2answers
441 views
Readfile on HID sometimes gives wrong values
I have a connection for a WiiMote
handle = CreateFile(didetail->DevicePath, GENERIC_READ|GENERIC_WRITE, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL);
if(handle != ...
0
votes
1answer
405 views
32Feet API with C# .NET - Stuck
I am trying to pair my Wiimotes using 32Feet API and I am successfully in doing so by following code.
var client = new InTheHand.Net.Sockets.BluetoothClient();
var devices = ...
0
votes
2answers
59 views
Way to Map Small Values to Large and Vice Versa
I am currently working on a tool that will allow Wiimote to be used as computer mouse and am stuck in a problem. The wiimote returns x and y co-ordinates which are very small as compared to screen ...
0
votes
3answers
405 views
Wiimote and Computer Mouse
I am Umair and I am here to ask a very basic question related to Wiimote (Wii Remote). I am in charge to turn Wiimote into computer mouse and I know this is possible. I am told to use this library ...
0
votes
1answer
341 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
0answers
352 views
How to reset the Nintendo Wii remote LEDs from code when using the WiiMote with a PC?
I'm using Delphi Pro 6 to control the Nintendo Wii remote via the HID interface from my PC. I can change the LED blinking pattern. However, I don't know how to reset the WiiMote so that the LEDs ...
0
votes
1answer
434 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
412 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
139 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
503 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.
0
votes
1answer
327 views
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 ...