# Compute Interface & Power

Exouds Dev Features built in I/O for top mountable compute.&#x20;

{% hint style="success" %}
Pin Number 1 is always indicated with a white square.
{% endhint %}

## Compute Data I/O

<figure><img src="/files/YVkyYcswXHRfU15RiVGD" alt=""><figcaption></figcaption></figure>

### Ethernet-2 (#1)

{% hint style="info" %}
Ethernet-2 Output has two JST GH Connectors: a 8 pin and 4 pin. Only one can be used at a time. Use the 4 pin for standard Ethernet, and use the 8 pin full gigabit Ethernet.\
\
Ethernet-2 is connected to the onbaord gigabit Ethernet Switch.
{% endhint %}

#### (4 Pin)

| Pin Number | Signal    |
| ---------- | --------- |
| 1          | ENET 2 B- |
| 2          | ENET 2 B+ |
| 3          | ENET 2 A- |
| 4          | ENET 2 A+ |

#### (8 Pin)

<table><thead><tr><th width="374">Pin Number</th><th>Signal</th></tr></thead><tbody><tr><td>1</td><td>ENET 2 A+</td></tr><tr><td>2</td><td>ENET 2 A-</td></tr><tr><td>3</td><td>ENET 2 B+</td></tr><tr><td>4</td><td>ENET 2 B-</td></tr><tr><td>5</td><td>ENET 2 C+</td></tr><tr><td>6</td><td>ENET 2 C-</td></tr><tr><td>7</td><td>ENET 2 D+</td></tr><tr><td>8</td><td>ENET 2 D-</td></tr></tbody></table>

### Silvus USB (#2)

| Pin Number | Signal                                           |
| ---------- | ------------------------------------------------ |
| 1          | 5v + (5v pulled from radio module. 0.5 Amp Max!) |
| 2          | D+                                               |
| 3          | D-                                               |
| 4          | GND                                              |

### UART (#3)

{% hint style="info" %}
This UART port is connected to TELEM 1 (UART 7) of the ARK FPV Flight Controller.
{% endhint %}

{% hint style="warning" %}
UART is always mapped to opposite pairs (RX to TX, TX to RX) requiring inverted wiring. The UART port  on Exodus Dev already has the pairs inverted, so only a 1:1 connection between the compute and mainboard is needed. DO NOT invert any signal pairs between the drone and compute payload.
{% endhint %}

| Pin Number | Signal                           |
| ---------- | -------------------------------- |
| 1          | Unused                           |
| 2          | TX In (Swaps to RX on FC Side)   |
| 3          | RX In (Swaps to TX on FC Side)   |
| 4          | CTS In (Swaps to RTS on FC Side) |
| 5          | RTS In (Swaps to CTS on FC Side) |
| 6          | GND                              |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.k9defense.tech/exodus/compute-interface-and-power.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
