Quello che fa la differenza rispetto agli altri modchip disponibili di prima generazione è il fatto che questa mod può essere realizzata dalla A alla Z acquistando un microcontroller del valore di pochi euro e qualche manciata di componenti elettronici (opzionali).
About Chiip
Chiip is yet another modchip for the Nintendo Wii. The difference between Chiip and the other Wii modchips currently available is the fact that you can build it yourself.
It works because a single microcontroller is all the current Wii modchips need - the Wiinja is a perfect example, but the other current modchips are very similar in fact.
Building Chiip is a two-step procedure:
The first step is building a small device that allows uploading firmware to a microcontroller, by connecting it to a PC.
Building this device took me 0.94 € and about 2/3 of all the work, but it's a device that you can reuse for a whole number of cool things. (Just search the web for projects using a microcontroller, and you should soon get an idea of how many cool things you can do with it). You will also update the firmware with this device.
I'm planning to release more cool-things-to-do-with-a-cheap-microcontroller projects myself every now and then, like interfacing other kinds of controllers to a Wii, and maybe similar modchips for other video game consoles too.
The second step is building the modchip itself.
The bare minimum to build a single working modchip may take just about 1.70 € and no soldering at all, but even with the optional stuff (like a socket for updating the chip and a status LED) it took me just 2.23 €.
Open source
This firmware used by the modchip is currently free, and will be open source very soon (I still have to clean the code up a bit, and I'm not sure yet about which license to use). That means you and other people will be able to improve Chiip - remove bugs, add more features etc.
L'intero sviluppo del modchip è opera di Cadex, che rende subito disponibile un ottimo tutorial su come assemblare e installare ogni cosa.
Ho trovato particolarmente interessante la risposta alla FAQ:
- Bla bla bla bla Wiinja clone!?
- No, Chiip is no Wiinja clone!
It's based on Cyclowiz instead. ;-)
Fino ad oggi il progresso più alto che è stato raggiunto dall'hacking del Cyclowiz è stato "sniffare" i segnali del chip sui canali di comunicazione con il chip Panasonic figurandosene i comandi e il tipo di hack.
Cadex si è solo voluto inspirare al funzionamento del Cyclowiz?
Oppure un dump completo del firmware del Cyclowiz sarà a breve disponibile?

Il nostro mitico SukkoPera ha realizzato un porting del famoso WiiScrubber per gli utenti di GNU/Linux e MAC OSx.
La realizzaz ...