# Power

The sensor and compute module need to be powered separately.

| Component | Input Voltage                          | Power Draw           |
| --------- | -------------------------------------- | -------------------- |
| Compute   | 2S-6S via XT-30 / 5 VDC via USB-C port | 12 W idle, 15 W peak |
| Sensor    | 5 VDC                                  | 10 W idle, 15 W peak |

{% hint style="warning" %}
**Do not power the compute module via XT-30 and USB-C simultaneously.**
{% endhint %}

The USB-C port on the compute module does not support USB-C Power Delivery. It requires a 5V DC power source.

{% hint style="success" %}
Sensor and compute module have adequate power sources.
{% 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.theseus.us/micro-vps/vehicle-integration/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.
