> For the complete documentation index, see [llms.txt](https://bellflight.gitbook.io/vertical-robotics-competition/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bellflight.gitbook.io/vertical-robotics-competition/hardware/peripheral-component-computer/test-the-pcc.md).

# Test the PCC

## Physical Setup:

On your PCC, we'll need to make use of a USB power jumper to power the servos from our laptop. \ <br>

![Installed USB power jumper](https://734487356-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MObZEFR6zG-gnkxXVBb%2F-MX_Wiup5it5mRxbnvGF%2F-MX_X10S0TGqBE9d78Ca%2FDSC02217.jpg?alt=media\&token=dd1fc909-de0a-41c5-989e-46598189973f)

{% hint style="danger" %}
MAKE SURE to **ONLY** use the jumper when testing with your laptop. **NEVER** use the USB power jumper when the PCC is connected to the Jetson. This is because the servos may draw enough current in certain scenarios that would cause the current protection to trip on the power supply and power off the Jetson regardless of what it's doing.
{% endhint %}

![](https://734487356-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MObZEFR6zG-gnkxXVBb%2F-MX_X4OofCJqXkqB-4Jg%2F-MX_XBJE-xrLodET5vON%2FDSC02218.jpg?alt=media\&token=bcc3a56d-208a-4533-8205-05ab673df766)

Plug your servos and LED strip into the designated connections on the PCC:

* The LED strip plugs into the prop-maker featherwing&#x20;
* The servos plug into channels 0-3, with the yellow signal wire of the servo facing the Adafruit logo on the PCB.

### Back at the Computer:

Open VS Code

* Open PCC -> Python folder
* On the bottom left, select our VRC env

![](https://734487356-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MObZEFR6zG-gnkxXVBb%2F-MXFnw3Vn20NE-jd5Zyl%2F-MXFoD1kLjIzcXErLAHV%2Fselectvrcenvironment.JPG?alt=media\&token=a686c01e-b8bc-42e4-87f1-8bdf0c02da74)

* Connect the PCC to your computer.&#x20;
* Open the gui\_test.py file
* Click the play button

![](https://734487356-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MObZEFR6zG-gnkxXVBb%2F-MX_O6Z8AdpjxQtyoX3p%2F-MX_OSy64-QDJatL0m9q%2FPCC%20gui%20start.JPG?alt=media\&token=198ba4ae-10ad-45d7-b534-6f2edbf8fca3)

* Select the COM Port that corresponds to your PCC (I have tried on two machines, it should enumerate to COM 6)

![](https://734487356-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MObZEFR6zG-gnkxXVBb%2F-MX_O6Z8AdpjxQtyoX3p%2F-MX_Oimxb5HlYDvLH0pv%2FPCC%20gui%20window.JPG?alt=media\&token=1873fdcc-9a50-487a-8668-221f54302723)

{% hint style="success" %}
Click around and try the different buttons, your PCC should light up the LED and move some servos!
{% endhint %}
