NicoHood / Nintendo

Use Nintendo Controllers with Arduino
http://www.nicohood.de
MIT License
278 stars 55 forks source link

Gamecube controller to Wii U #16

Closed Koloss92 closed 6 years ago

Koloss92 commented 6 years ago

Hi !

Do you a code to make work gamecube controller on Wii U ?

Thanks !

DogeSSBM commented 6 years ago

@Koloss92 I'm not exactly sure what you are asking. But this library works perfectly for me on the Nintendo Gamecube Controller adapter for Wii U, and the Mayflash 4 Port Gamecube Controller adapter for Wii U.

Koloss92 commented 6 years ago

I've made a customed controller, probably my coding have some issues, but I can't use it on my Wii U, some input are wrong !

DogeSSBM commented 6 years ago

@Koloss92 you already opened an issue on that topic. This library is 100% accurate as far as the protocol goes. My guess is that your trying to use the digital portion of the L and R triggers. Try using the analog ones instead.

In Super Smash Bros. for Wii U, the analog portion of the trigger is used to shield, not the digital press. As for the issues with the Z button, google "debounce".

Include your source code and wiring diagrams / pictures if you want me to help any further.

Koloss92 commented 6 years ago

Yeah the last one was a little bit hard to understand, that's why I've open a new one there.

Here's the code and the board

SmashBox_01_07.zip image image

Koloss92 commented 6 years ago

@DogeSSBM Still there for some help ? :)

NicoHood commented 6 years ago

I will close this issue, as the library works properly and the issue/question is unclear.