# Getting Started with the Radio Power Module

{% hint style="warning" %}
As of the 2026 *FIRST* Robotics Competition Season, the Radio Power Module (REV-11-1856) is only legal with the OM5P radios.&#x20;
{% endhint %}

Utilizing 18V Passive PoE with two socketed RJ45 connectors, the Radio Power Module passes signal between the radio and roboRIO while providing power directly to the radio. Connect an ethernet cable into each end of the Radio Power Module, connect the NI roboRIO port to the roboRIO, then connected the Wi-Fi Radio Power port to the radio. Once the Radio Power Module is connected, add power through the low-current channel on the Power Distribution Hub.

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td>Low-current Channel Fuse</td><td>5A or higher</td><td></td><td></td></tr></tbody></table>

<figure><img src="https://2227700800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhYImTnzBVrovYdNTo9N8%2Fuploads%2F8eOLB8W8DAEjwYB1Cbsn%2FREV-11-1856-2026update.png?alt=media&#x26;token=c8eeff34-66ae-4e8b-91c6-5fdcfdce0119" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Make sure to double check the Ethernet cables are plugged into the correct port and device when using the Radio Power Module. Connecting the roboRIO to the Wi-Fi Radio Ethernet port can cause permanent damage to the roboRIO.
{% endhint %}


---

# 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/rpm/gs.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.
