# POE Injector Cable

{% hint style="warning" %}
As of the 2026 *FIRST* Robotics Competition Season, the POE Injector Cable (REV-11-1210) is only legal with the OM5P radios.
{% endhint %}

The REV POE Injector Cable was specifically designed to address a common problem for many FRC teams with their wireless radios: intermittent power glitches.&#x20;

The wireless radios used in the last several FRC seasons can be powered either through a traditional barrel jack or through a Power Over Ethernet (POE) port. Traditional barrel jacks can easily work themselves loose and often require hacks like hot glue to prevent intermittent power glitches. The REV POE Injector Cable eliminates the barrel jack by providing power directly to one of the POE ports on the radio. Two power wires branch off of the male end of the cable and can be connected to an appropriate power source like the Voltage Regulator Module (VRM). These power wires come crimped with ferrules that are compatible with the Weidmuller connectors on the VRM.

<figure><img src="/files/1xoV4d4Ljti3EGxqoNIx" alt=""><figcaption><p>POE Injector Cable</p></figcaption></figure>

{% hint style="warning" %}
**Safety Note:** Be sure to plug the male ethernet plug into the radio. Plugging this end into other devices that do not expect 12V POE, such as the roboRIO, can permanently damage them. Also, ensure that the power wires are connected with the proper polarity. **Reverse polarity will permanently damage most radios**.
{% endhint %}

## Wiring Diagram

<figure><img src="/files/2VPdxljZmCWQwkA0QhdS" alt=""><figcaption><p>POE Injector Cable Wiring Diagram</p></figcaption></figure>

## Specifications

| Wire Gauge                     | 24 AWG |
| ------------------------------ | ------ |
| Ferrules Size                  | 20 AWG |
| Ethernet Cable Length          | 30 cm  |
| Power Cable Length             | 60 cm  |
| Female Socket Mounting Threads | M3     |


---

# Agent Instructions: 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.revrobotics.com/ion-control/accessories/poe-injector-cable.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.
