SD activity indicator for Wii
posted Dec 17th 2010 5:58am by Mike Szczysfiled under: nintendo hacks

[DeadlyFoez] wanted to know when the SD card in his Nintendo Wii was in use. He built and indicator LED using a PICAXE 08M and added it next to the SD slot. He uses one pin of the microcontroller to monitor the voltage on one pin of the SD card slot. That pin has a specific value when the card is idle, which rises when it’s in use. He didn’t share the details of which pin he’s sampling, or what the magic number from his source code actually represents. But the concept should be enough of a start if you want to do this one yourself. Watch it go blink-ity-blink in the clip after the break.








There are five digital signals that have pullup
resistors connected. CMD and the four data lines.
Since he’s saying tha card is idle if the analog
voltage is greater than a magic value, I’m
guessing he’s monitoring one of these five lines,
and when it starts toggling that he sometimes
detects a “low” on a line and lights up the LED.
It seems like just hooking the CMD line up to a
digital input on the PIC and turning on the LED
for 1 second or so every time it goes low would
also do it, but you’d need to make sure the
voltage at CMD went high enough to show as a “1″
on the PIC.
Without a schematic it’s pretty much guessing for
me, so I expect to be wrong about some of this.
(I didn’t create a login on that website to be
able to look at the photos, so there might be
some useful information in those also.)