Tagged Questions
The wii tag has no wiki summary.
58
votes
6answers
15k views
Tutorials for Wii programming
I have a Nintendo Wii, and I've got devkitpro working to load some simple programs. The example source code that I've been able to find is very simplistic, such as drawing and rotating a simple ...
13
votes
6answers
4k views
Writing a game for the Nintendo Wii
I'd like to write a game for the Nintendo Wii. How do I go about obtaining an SDK and/or any other tools necessary for writing a game?
11
votes
8answers
2k views
Wii Fit data format?
So the boss just came buy to tell me he's buying a Wii + Wii Fit for the office. At first I'm thinking this is awesome, we're getting a Wii. But, we're a pretty fit group, why do we need the Wii Fit ...
10
votes
4answers
1k 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
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#?
3
votes
3answers
223 views
How to get Mario Kart Wii scoreboard points after race into database
I don't think this is even possible, but maybe I'm missing something. A group of us play Mario Kart Wii in the office. We don't play online, just a couple races. We often have tournaments where we ...
3
votes
2answers
489 views
Flash Lite 3.1 + javascript
I know almost nothing about actionscript. Is it possible for Flash Lite 3.1 to use the flash.external.ExternalInterface to allow javascript interaction?
If it is possible, can someone explain why ...
2
votes
3answers
221 views
wii programming
my daughter just got a wii for christmas from her parents and her father has nothing better to do than looking for ways to dive into wii programming. i already read a lot about "homebrew" and wii. but ...
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
4answers
844 views
Looking for Wii compatible Javascript Flash mp3 player
I am looking for a flash mp3 player that will work within the Opera-based browser on the Wii. The player needs to be javascript enabled (support methods like play, stop etc.) The mp3 tracklist will ...
2
votes
0answers
743 views
Does Flash in the Wii support h264? [closed]
I'm working on a streaming video player that can play either FLV or H264. I have it working on the PC and my attempts to get the Wii to play H264 have come up short.
With the recent browser update ...
2
votes
8answers
6k views
Python with Wiimote using pywiiuse module
After seeing the abilities and hackibility of wiimotes I really want to use it in my 'Intro to programming' final. Everyone must make a python program and present it to the class.
I want to make a ...
1
vote
0answers
140 views
How are game consoles reverse engineered so emulators are created?
How do people reverse engineer consoles such as the Wii, to create emulators for their game executables?
1
vote
2answers
256 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
470 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
1answer
445 views
Getting wireless strength signal in C++
I would like to create a little C/C++ program that should be able to detect wireless APs and getting from this some infos, like ID, the strength of the signal ... encryption (open, WPA, WEP) ... stuff ...
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
458 views
Opera, Wii, Ajax, Jquery and asp.net
I've written an ajax-enabled web page intended for use on my Wii. However, ajax doesn't appear to work on the Wii's Opera browser. This page works in IE, Chrome and FF, but not in Safari or Opera.
...
1
vote
2answers
386 views
How would I go about making a Flight Gear port for WiiBrew?
How would I go about making a Flight Gear port for WiiBrew? Or, better yet, how would I convince someone else to?
0
votes
0answers
24 views
Xbox, PS3, Wii Parental lock API/SDK
Sorry if this is a general question but I cannot locate this information (their SDK's are mostly locked)
Do the SDKs for Xbox, PS3, Wii have an API/access to parental lock facility? Can I make an app ...
0
votes
2answers
236 views
How to calculate 3d camera's position from head position for hologram effect
In this video http://www.youtube.com/watch?v=Jd3-eiid-Uw a hologram type effect is achieved by moving a 3d camera in some sort of corresponding motion to that of the viewers head.
Given the position ...
0
votes
1answer
343 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
436 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
415 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
140 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
507 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
5answers
712 views
Porting Wii and/or PSOne Games to OpenGL ES
I have been asked to investigate porting Wii games and some (Sony) PSOne games to OpenGL ES (can you guess what platform?).
I have never undertaken a game port like this before (and will be hiring ...
0
votes
1answer
558 views
javascript/ wii remote up/down/right/left keys as TAB
I am developing a website for nintendo wii which uses "opera" any ways what i want is that while surfing any website on wii we use "wii control"..
So, the control have up/down/right/left keys on it I ...
-2
votes
1answer
23 views
I set up 11 test accounts for 11 languages to see how a client's appliction iteracts with FB. Now, after weeks of testing, I'm locked out.
We're now being prompted for 11 DIFFERENT phone numbers to associate wit hthe accounts upon logging in to provide a security code. We've already had multiple testers establish these accounts a friend ...