A library written in C that connects with several Nintendo Wii remotes.
0
votes
0answers
21 views
How to separate light of different wavelengths in Wii?
I am using JhonyLee's Wii as a whiteboard code. I am looking to add the functionality to make differentiate between different lights of different intensity(i.e take up the light with maximum intensity ...
0
votes
1answer
462 views
SDK for Nintendo's wii
can any one tell me from where i can download nintendo's wii sdk. I am not able to find it anywhere. Also can I get this SDK for free, or can I just get SDK doc?
0
votes
0answers
216 views
AttributeError: function 'wiiuse_main' not found using WiiUse library
I'm trying to use the WiiUse library with a python program I am writing. But it seems like there is a problem with the dll?
I'm using Python 2.7
The library in question is the WiiUse library, with ...
0
votes
0answers
140 views
wiiuse wiiuse_poll never returns second time through
I'm hoping someone might be able to answer this wiiuse question, since there is no mailing list or forum specific to the library. Anyway, this is the code:
void getMii(int slot) {
int max = 1;
...
21
votes
1answer
941 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 ...
2
votes
1answer
575 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
3answers
1k 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 ...
