> For the complete documentation index, see [llms.txt](https://docs.holybro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.holybro.com/autopilot/pixhawk-6c/pwm-signal-voltage-mod.md).

# PWM Signal Voltage MOD

The newest batch (version RC09 and newer) of Pixhawk 6C now supports switchable PWM signal voltage (3.3V or 5V). The modification requires the user to open the casing of the Pixhawk flight controller and be familiar with soldering.

{% hint style="warning" %}
Any damages caused during the modification are not covered by warranty
{% endhint %}

To switch the PWM signal voltage, bridge the 3V3 or 5V soldering pads on the PCB by applying solder on the pads. Make sure the unused pads are cleaned and not shorted.

<figure><img src="/files/R5GFCUpdYMfFA6Sq67Wr" alt=""><figcaption><p>RC09 PCB</p></figcaption></figure>

For RC12 PCB design, the process is more straightforward. Locate the JP1 soldering pad at the bottom left of the PCB. Bridge the JP1 pads for 5V and unbridge to revert to 3.3V.

<figure><img src="/files/TDEX8HEcmjGGLEwFAIwb" alt=""><figcaption><p>RC12</p></figcaption></figure>


---

# 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.holybro.com/autopilot/pixhawk-6c/pwm-signal-voltage-mod.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.
