New Wii Drive Hardware Emulation

wii_drive_emulation

The Wii-Optical-Drive-Emulator (WODE) makes it possible to load Wii and GameCube ISO files from an SD card or USB storage device. This hack uses the ribbon cable for the optical drive to connect to the Wii, requiring no soldering. The WODE is based on an ARM9 processor, runs Linux, and features a backlit LCD screen and 4-way center click joystick. Storage can be hot plugged and then an ISO selected using the stick and LCD display. Selected ISO files appear in the game channel as if an original disc had just been inserted into the drive.

The developers claim that a Wii firmware upgrade will not be able to lock out the WODE. There is also a second ribbon-cable connector to use as a pass-through, giving the option to keep the optical drive hooked up if you so desire. Now the race is on for a replacement case that can house all of this new hardware and still look nice like the original. We wouldn’t be surprised to see a homebrew channel program that allows ISO selection without having to walk over to the console.

The original report (in dutch) is a dead link so here’s the Google cache copy translated. These links came via the translated Tweakers article (here’s the original Dutch). Video after the break. Don’t pirate video games!

[Thanks Roy]

Continue reading “New Wii Drive Hardware Emulation”

Homebrew Wii Via The Bannerbomb Exploit

bannerbomb_exploit

The Twilight Princess hack doesn’t work on newer versions of the Nintendo Wii, but thanks to a new exploit for the Wii, homebrew is still possible. Using an SD card and a few files, you can have the homebrew channel up and running in no time. The folks at Lifehacker show us how it’s done. It’s good to see that the Wii modding community is still in full force. Hopefully, this won’t turn into a back and forth battle between modders and Nintendo, like it has with Sony and the PSP.

Wii Balance Board

[youtube=http://www.youtube.com/watch?v=t4UciZLl2Hk]

[Matt Cutts], head developer for google’s anti spam team, describes how to attach a Wii balance board to a linux computer. He even shows how to make a GUI to show the input. The entire project is done in about 200 lines of python.The process assumes that you can already make a bluetooth connection to a WiiMote, but if you can’t, he’s got instructions for that too.

[via hackawii]

Wii MotionPlus + Arduino

wiimoteplus

[knuckles904] was able to use the new Wii MotionPlus with an Arduino. Nintendo has released the WM+ in order to detect the motion of the controller better. The Wiimote only detects acceleration, whereas the WM+ detects rotation along 3 axes. The Arduino communicates with it over I2C, the same protocol that is used with the Nunchuk. To connect the two devices, he used jumper wires, but breakout boards are also available. He was able to create some example code with help from wiibrew.org. When paired with a Nunchuk, which contains a 3-axis accelerometer, you can have a 6 degrees-of-freedom IMU for under $40, perfect for controlling your robots or logging data.

[via adafruit]

Punchy Punchout, Improved

[youtube=http://www.youtube.com/watch?v=kuHxfYfs9XY]

[Sam] submitted this fun project, a Punchout interface that you actually punch. If you recall, we’ve done a Punchout interface that you punch, but this one takes it a step further. Instead of being a blob on a desk that you’re mashing around, the new one is a Slam Man boxing dummy. They’ve mounted the buttons on different areas of the dummy so you can punch him to completely control the game. As you can see in the video, it seems to work ok, though we doubt the buttons will hold up very long under those conditions. They do say that this is just to hold them over till the Wii version, so maybe those buttons will last just long enough.

Wii Nunchuck Controlled Pleo

[youtube=http://www.youtube.com/watch?v=1pcAsEUOW9Q]

[Andy] wrote in to show us how he hacked his Pleo to be controlled by a Wii Nunchuck. He has installed Xbee units for the communication as well as written a “skit” that allows the Pleo to just stand there and wait for commands. He is using an Arduino to interpret the Nunchuck input and send it to the Pleo. It’s a pretty cool proof of concept, but the response time is pretty slow. This might be due to the Arduino’s slower serial communication rate.  Yes, we said you might want to refrain from hacking them, due to their impending extinction, but did you expect us to stick to that? If you’re going to dig into one, you may also be interested in how to hack the Pleo for face recognition and remote control.

Wii Controlled Segway Style NXT Bot

[youtube=http://www.youtube.com/watch?v=gUzgYcokIF4]

When [Epokh] sent in this Wii controlled segway style bot, we remembered a post a few months ago where someone made a balancing bot, but hadn’t completed the Wii code. Well, [Epokh] is going to show you how to implement the Wii controls with the Lego NXT system. He’s found the links to all the software you need and broken down the configuration step by step. He’s been busy lately, let’s hope he keeps it up.