What's new

nInterpreter buildlog

Joined
Jul 21, 2019
Messages
29
Likes
2
This is my buildlog (sorry for wrong section lol) for what I dub the "nInterpreter", a USB-C to GC converter. The goal is to make something that can allow me to use a Switch Pro Controller on Wii - the Wii would think the SPC is a GCC, and this would remove the need of a replacement motherboard or any software.
 
Last edited:
Joined
Jul 21, 2019
Messages
29
Likes
2
Forgot to update - ended up choosing the Arduino Nano Every, which arrives tonight (I hope). I fleshed out some of the code already, once the code is finished I'll update with pictures of the breadboard / early PCB designs. My current goal is to first read data from USB-C. Once I can do that, I need to interpret the data (ex. what byte is for button A, what byte is button B, etc.) - once that's done I just need to format the values into something the GCC would send, and yeah......should be easy, right?
Side note, if anyone is reading let me know if you like "nInterpreter" or "Ninterpreter" more
 
Joined
Jul 21, 2019
Messages
29
Likes
2
Code is done and fully functional - PCB design starts!
 
Joined
Jul 21, 2019
Messages
29
Likes
2
ALSO - Switch Pro Controller documentation has been made for interacting with the Teensy 4.1
 
Last edited:
Joined
Jul 21, 2019
Messages
29
Likes
2
Top