The Wii Remote, also known as the Wiimote, is the primary controller for Nintendo's Wii console.
Questions tagged [wiimote]
89 questions
1
vote
0 answers
What signal does the front button of a Wii Board send, to be consumed by a Python script?
I am trying to write a daemon which would listen to incoming messages from a Wii Board and translate them into a weight (and send it further to an existing dashboard). This will heavily reuse some existing implementations.
I have the code from the…

WoJ
- 27,165
- 48
- 180
- 345
1
vote
1 answer
C# coding problems with Wiimote
Currently working on creating a VR head tracking using Wii remotes have faced a error.
The class *** can be designed, but is not the first class in the file.Visual Studio requires that designers use the first class in the file. Move the class…

Kaajaln95
- 13
- 2
1
vote
1 answer
4 Wii Remotes with Unity3D
Is there a way for me to connect multiple wii remotes to my Mac and use them to control my game in Unity? If there isn't a direct solution, is there a way to implement a bluetooth interface into Unity and understand the commands used to read and…

Bradman175
- 168
- 10
1
vote
1 answer
Python exitting loop with Wiimote button press
I'm writing a python script that will control LEDs with a Wiimote using the cwiid library. The program recognizes the wiimote and is able to start the loops, but it will not let me stop the loop when the user presses "B" on the remote. Here is the…

kalenpw
- 695
- 3
- 10
- 34
1
vote
3 answers
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 understand how the accelerometer values will be…

Omar
- 2,155
- 4
- 24
- 38
1
vote
0 answers
Extracting numbers from messy strings, in particular from the Wii Motionplus Controller
Below is the output from a wii motionplus controller with buttons and motionplus set as report modes. I've tried interrogating it like I would with the board or accelerometer ie. but it always seems to throw up errors so I decided to treat it as a…

user3394391
- 487
- 6
- 15
1
vote
2 answers
How to visualize real time 3d movement in Java?
I have a code that gets data from WiiMote using GlovePie (acceleration etc). I have getters that get it to constants in real time. What would be the easiest way to visualize movement on XYZ axis using that data.
Every input is appreciated, like…

Kobi
- 11
- 2
1
vote
0 answers
How to interface with a Nintendo WiiMote through Python 3.3?
I am trying to read the button states and accelerometer and IR camera values with Python 3.3 but none of the ways that I have tried work. The first way is through Bluetooth sockets with this code:
import socket
if __name__ == '__main__':
MAC =…

fdvfcges
- 402
- 3
- 7
1
vote
1 answer
Manage devices from code (C#)
I am currently writing/experimenting with a wiimote touchscreen application in C# and one of the main issues is that after I connect my wiimote via Bluetooth, it cannot connect back again until the device is removed and then re-installed. This makes…

Bennett Yeo
- 819
- 2
- 14
- 28
1
vote
1 answer
VLC module, Cwiid, Linux, Wiimote, compilation issue
I'm trying to write a vlc module to control it with the wiimote.
http://wiki.videolan.org/Hacker_Guide/How_To_Write_a_Module
I'm using the library cwiid.h http://abstrakraft.org/cwiid/wiki/libcwiid
I'm on Kubuntu 11.10 and when I'm compiling my…

Jvles Arthvr
- 11
- 3
1
vote
3 answers
C# Wii Mote Gesture Recognition
Are there any C# gesture recognition libraries available for Wii Mote (Wii Remote) ?
Update
Found one library for gesture recognition. Need to test and see about the accuracy.
http://sourceforge.net/projects/wiimotion/
Another Update
Found Another…

Raathigesh
- 2,306
- 3
- 26
- 32
0
votes
2 answers
wiimote program closes when I press a button
I am working on a project trying to use the wiimote to control a robotic arm. But first I want to test the wiimote in c#. Basically I want my wiimote to be updated each time I press a button and have a GUI interface that displays which button has…

e_hello
- 51
- 1
- 1
- 5
0
votes
2 answers
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 (both magnitude and angle) for movement of the…

TreyRoady
- 53
- 1
- 8
0
votes
1 answer
trying to control mouse with nunchuck using glove pie script
I have been trying to control my nunchuck using glove pie and I want to use it as a mouse. Now my main problem is with the 2 nunchuck buttons the C and Z buttons, what I want to happen is:
the z button would be left click
the c button would be right…

KINGAB769
- 3
- 1
0
votes
0 answers
Wiiuse library - how to calculate the quaternion from the wm->exp.mp.angle_rate_gyro like the DSU Controller test
I currently have the wiiuse lib op and running with the motion plus output the angle_rate from the gyro. Now i want this to give me the output in angles either euler representation or best of with quaternions, and i am a little stuck here. any …

Rasmus
- 1