You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure this sets the record for the smallest functional scale-model Wii console, but let me know if I'm wrong!
43
44
@@ -53,7 +54,7 @@ As the name implies, *Short Stack* is built from a stack of custom PCBs, and a c
53
54
54
55
Making a tiny build like this is made possible by trimming the Wii motherboard down to the bare essentials. The result is a board which is just *62x62mm*, but still contains the CPU, GPU, RAM and flash memory.
Since we removed the original power circuitry and trimmed off the USB, Bluetooth, and GameCube connectors, we need to provide power and data to the board another way. I designed a couple of boards which solder directly to the front of a trimmed Wii motherboard to provide power and data, which help avoid a tangled mess of wires.
59
60
@@ -77,6 +78,10 @@ The *front panel* PCB hosts the power, reset, and sync buttons, as well as the p
77
78
78
79

79
80
81
+
Since the GameCube controller connectors on the original Wii wouldn't fit cleanly on a build of this size, I use TRRS headphone connectors instead. This is the exact same approach used on the amazing [GC Nano](https://bitbuilt.net/forums/index.php?threads/gc-nano-the-worlds-smallest-gamecube.5697/) and in fact I made sure the dongles are pinout compatible!
82
+
83
+

84
+
80
85
### Cooling
81
86
82
87
The final part of the "stack" is a custom heatsink which is designed to be as low profile as possible, while still providing adequate cooling for the Wii's CPU and GPU. The heatsink is designed to be machined from aluminum or copper, and incorporates mounting holes which align with those on the Wii motherboard.
@@ -149,6 +154,18 @@ I FDM printed the case on a Voron 2.4 in ABS using a 0.4mm nozzle at 0.1mm layer
149
154
- Press-fit two 3 x 1mm magnets into the holes on the sd card cover, make sure they match polarity with the magnets on the front panel PCB
150
155
- Slide the side panel into the case
151
156
157
+
## Special Thanks
158
+
159
+
This project would not be possible without the amazing [BitBuilt community](https://bitbuilt.net), I'm truly standing on the shoulders of giants here.
160
+
161
+
In particular, I'd like to thank:
162
+
163
+
-[Wesk](https://twitter.com/Weskmods) for setting the bar so high with renders, for the suggestion of using magnets in the case assembly, and for the inspirational GC Nano
164
+
-[Aurelio](https://twitter.com/aureliomannara) for pointing me in the right direction to help figure the soft shutdown and power on via Wiimote.
165
+
-[YveltalGriffin](https://twitter.com/YveltalGriffin) for PCB design feedback, helping me when I was documenting the bluetooth module, and of course for fujiflex and nandFlex
166
+
-[CrazyGadget](https://twitter.com/crazygadgetmods) for helping me fix my GL823K on the first revision of my boards, and for the inspirational GC Nano
167
+
-[Y2K](https://twitter.com/y2k_x38) and supertazon for joining the PCB assembly live stream and being super supportive
168
+
152
169
## License
153
170
154
171
Permissively released under the Solderpad Hardware License v2.1
0 commit comments