conversion: add info about OlyU
All checks were successful
Deploy Website / build (push) Successful in 1m0s
Deploy Website / deploy (push) Successful in 38s

This commit is contained in:
Naxdy 2024-04-19 17:34:28 +02:00
parent 149795d454
commit 5af043bddb
Signed by: Naxdy
GPG key ID: CC15075846BCE91B
3 changed files with 17 additions and 1 deletions

BIN
src/assets/olyu-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 KiB

BIN
src/assets/olyu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 KiB

View file

@ -2,7 +2,23 @@
Converting a PhobGCC using a Phob 2.0 board to a NaxGCC is a fairly straightforward process. The first thing you will have to do is [flash the NaxGCC firmware](./update-firmware.md#updating-your-firmware) to your Phob board. And that's it, your Phob is now a NaxGCC! Well, not quite yet. Converting a PhobGCC using a Phob 2.0 board to a NaxGCC is a fairly straightforward process. The first thing you will have to do is [flash the NaxGCC firmware](./update-firmware.md#updating-your-firmware) to your Phob board. And that's it, your Phob is now a NaxGCC! Well, not quite yet.
You'll notice that the GCC cable no longer works. The whole point of the NaxGCC is to connect to the Nintendo Switch directly via USB, after all. To do this, you will need to modify your controller shell to allow a USB cable to connect to the Phob board. Usually this involves drilling or melting a hole in the bottom part of the shell, and then routing the cable through it. You'll notice that the GCC cable no longer works. The whole point of the NaxGCC is to connect to the Nintendo Switch directly via USB, after all. To do this, you have two options:
## OlyU (Preferred Method)
The OlyU is a small daughterboard for the PhobGCC that equips it with a USB-C connector at the back of the controller. This allows you to connect the controller directly to the Nintendo Switch, without the need for an adapter.
<img src="./assets/olyu.png" style="display: block; margin-left: auto; margin-right: auto;" />
Minor soldering is required to attach the OlyU to the Phob board, and you will also need to make minor adjustments to the back of the controller shell to accommodate the USB-C connector:
<img src="./assets/olyu-2.png" style="display: block; margin-left: auto; margin-right: auto;" />
The OlyU is an open source hardware project located here: [https://github.com/sean44104/OlyU](https://github.com/sean44104/OlyU)
## Alternative Method
The alternative method involves modifying only your controller shell to allow a micro USB cable to connect to the Phob board. Usually this involves drilling or melting a hole in the bottom part of the shell, and then routing the cable through it.
You will also need a **right-angle micro USB cable** to connect to the Phob board. This is because the clearance between the board and the shell is very tight, and a regular micro USB cable will not fit. Alternatively, you can drill or melt a hole in the top part of the shell, but this is not recommended as it will make the controller less comfortable to hold. You will also need a **right-angle micro USB cable** to connect to the Phob board. This is because the clearance between the board and the shell is very tight, and a regular micro USB cable will not fit. Alternatively, you can drill or melt a hole in the top part of the shell, but this is not recommended as it will make the controller less comfortable to hold.