Questions tagged [wii]

Video game device developed by Nintendo.

Video game device developed by Nintendo.

64 questions
1
vote
0 answers

How do i copy files to the wii's nand using c++? (homebrew)

I tried doing it this way, didn't work (no file was copied, there was no error message) #include #include #include #include #include #include #include int main()…
jawa
  • 13
  • 4
1
vote
2 answers

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?
Simon
  • 25,468
  • 44
  • 152
  • 266
1
vote
2 answers

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 unstable, and when the pitch is close to 90…
David Menard
  • 2,261
  • 3
  • 43
  • 67
1
vote
1 answer

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 like this! Like airodump or network…
Possa
  • 2,067
  • 7
  • 20
  • 22
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

Arduino Code not executing after Wire.endTransmission line

I am working on a project, syncing Nintendo Nunchuk with Arduino. I found a code online for the same from http://letsmakerobots.com/node/5684 Here, is the code #include ; void…
Ankit Gupta
  • 185
  • 1
  • 6
  • 16
1
vote
3 answers

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. Here is my jQuery test ajax call: $.ajax({ …
Joel Harris
  • 1,966
  • 3
  • 20
  • 32
1
vote
1 answer

How do I connect the C++ Wii devkitpro to the internet?

I am struggling with my code in devkitpro trying to get this program to connect to the Internet. It says it connects, it gets an IP address. However, how do I read from the Internet and verify that it is even writing my data to the socket? This is a…
Tyler McMaster
  • 1,407
  • 2
  • 14
  • 15
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
0 answers

devKitPro network.h: Cannot create network socket, returns "Illegal byte sequence"

I am trying to create a HTML web server for the Wii. It'll only serve static content, nothing dynamic. However, I'm running into issues when it comes to actually creating the socket. This code had been developed within Arch Linux, and had…
0
votes
1 answer

How to mod a WBFS or ISO wii game?

Is it possible to modify a wii game (at .iso or .wbfs format) code so that I cange things such as the textures, etc. ? I know these types of mods exist (for example Super Mario Gravity) but idk if it's possible with just the ISO or WBFS file. Thanks…
user_767_
  • 1
  • 1
0
votes
0 answers

Is there a way to encode/decode hex like from Python 2?

Summary: I'm creating a project using the Wii Balance Board and Python. I found a module to use in GitHub. It is unfortunately written in Python 2. I fixed the code using 2to3, except I couldn't find a workaround for functions like x.decode('hex')…
0
votes
1 answer

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 of viewers head relative to the screen how do you…
Mr Bell
  • 9,228
  • 18
  • 84
  • 134
0
votes
1 answer

What is wrong with my python 2 code that incorporates a wii remote that activates a buzzer via GPIO on a raspberry pi zero w?

Here is my python code that I am using. I am trying to use a wii remote to trigger a buzzer. I thought this would be an interesting use for my old wii remote. The code that interacts with the buzzer works fine because I used an example script to…
0
votes
1 answer

Why isn't python finding the cwiid module?

I installed cwiid to my raspberry pi 4 (sudo apt-get install python-cwiid) and it worked, but when I try to import it into a python file import cwiid, it says ModuleNotFoundError: No module named 'cwiid' (I've also tried import python-cwiid but…
Kate
  • 31
  • 1
  • 5