> For the complete documentation index, see [llms.txt](https://wiki.wisdpi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.wisdpi.com/raspberry-pi/rpi-hat-wisdpi-hifi-dac/external-power-input.md).

# External power input

As a hardware engineer, I understand that the Raspberry Pi's power supply often has significant ripple, leading to a poor experience when using a HiFi DAC. To address this issue, our DAC allows users to connect an additional low-ripple power supply to improve the user experience.

<figure><img src="/files/HUK8e3ysx7HdMd9W7tB6" alt="" width="375"><figcaption></figcaption></figure>

Our DAC features a unique design that allows for a secondary power input to be connected via a separate power connector. This additional power input is specifically designed to provide low-ripple power to the DAC, resulting in a cleaner audio output. By utilizing this feature, users can significantly improve the audio quality of their Raspberry Pi projects.

With our DAC's additional low-ripple power supply input, users can enjoy a higher quality audio experience without the need for expensive external components. Simply connect a low-ripple power supply to the secondary power input and enjoy a cleaner, more refined audio output.

## External Power requirements:&#x20;

* Voltage: +5V ±15%
* Current：≥ 50mA


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.wisdpi.com/raspberry-pi/rpi-hat-wisdpi-hifi-dac/external-power-input.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
