Hugo_Peters
Graphics Designer
Hey everyone! I haven't done anything in the modding scene for quite some time, but since I got my Arduino Uno I've been really excited to start working on this project. I call it: GameCube HELPER.
It's not a very big project or anything, but more for fun. I'm also still quite a noob with electronics, so if anyone has any tips I would love to hear them.
So what is GameCube HELPER?
GameCube HELPER is a standalone ATMEGA328 microcontroller that does awesome stuff.
The goal is to get rid of the need to manually press the WiiKey Fusion / Wode eject switch.
Here's a video of me explaining it in some more detail (sorry if it's not very clear to understand
):
The sequence would be like this:
This would hopefully simulate the WiiKey Fusion's button press.
I have no idea if this is actually going to work, but lets hope so! When it's all working I could give it some more features like a dip switch for the reset button function (reset the WiiKey when the reset button is pressed, etc.).
// Hugo
It's not a very big project or anything, but more for fun. I'm also still quite a noob with electronics, so if anyone has any tips I would love to hear them.
So what is GameCube HELPER?
GameCube HELPER is a standalone ATMEGA328 microcontroller that does awesome stuff.
The goal is to get rid of the need to manually press the WiiKey Fusion / Wode eject switch.
Here's a video of me explaining it in some more detail (sorry if it's not very clear to understand
![Razz 2 :P :P](http://forums.modretro.com/smilies/bh_icon_razz.gif)
The sequence would be like this:
Code:
1. Power ON (GameCube won't be powered yet).
2. Chip is loaded.
3. Voltage starts passing through the eject switch.
4. GameCube gets powered, starts up.
5. After 3.5 secs voltage stops passing through the switch.
6. After .5 secs voltage starts passing through again.
7. PROFIT!
This would hopefully simulate the WiiKey Fusion's button press.
![Awesome :awesome: :awesome:](http://forums.modretro.com/smilies/ac4zr7.png)
I have no idea if this is actually going to work, but lets hope so! When it's all working I could give it some more features like a dip switch for the reset button function (reset the WiiKey when the reset button is pressed, etc.).
// Hugo