> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/evo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/evo/setup/deltaquad-evo-battery/charging-and-storing-the-battery.md).

# Charging and storing the battery

## Charging the battery

{% embed url="<https://drive.google.com/file/d/1_CTvWV9KBL_xmFeO6WBqGdlTBX2yzMfJ/view?usp=sharing>" %}

{% hint style="info" %}
The DeltaQuad Evo Li-ion battery is capable of charging within 1 hour at 20 Amperes. Charging at this rate will limit the durability of the battery. It is recommended to charge the battery at no more than 15 Amperes for a maximum lifetime.
{% endhint %}

* Power on the DeltaQuad Dual Charger.
* Plug the yellow XT90 connector from the power cables of the battery into the charger.<br>

<figure><img src="/files/j6ZMqk25eneGZUuxegOs" alt="" width="563"><figcaption></figcaption></figure>

* Take the balance lead which is the smaller group of cables with the white connector and plug it into the respective balance port of the charger.&#x20;

<figure><img src="/files/H0aL5GYCUVYYBaSlyTn7" alt="" width="563"><figcaption></figcaption></figure>

* With the DeltaQuad dual charger, you can charge two batteries simultaneously. Therefore make sure to connect the cables of one battery to the same channel.

<figure><img src="/files/INZm11ETxldMLItneey0" alt="" width="563"><figcaption></figcaption></figure>

* Per channel, you have two buttons. One for the current and one for the mode.

<figure><img src="/files/M5kvjKtn2dcVWMNXkKr8" alt="" width="563"><figcaption></figcaption></figure>

* Set the mode to "Charge" by pressing the mode button.

<figure><img src="/files/ZkvQcdauolFUrdKrdfhM" alt="" width="396"><figcaption></figcaption></figure>

* We recommend charging the DeltaQuad Evo batteries at 15 amperes. You can cycle through the available values by pressing the current button.

<figure><img src="/files/AIGmN5xuyxz9dXjcpftE" alt="" width="386"><figcaption></figcaption></figure>

* Press start.&#x20;

<figure><img src="/files/yLwEMB9rS35LV1JmMgPv" alt="" width="563"><figcaption></figcaption></figure>

* Your DeltaQuad Evo battery is now charging.

<figure><img src="/files/cSSkMXNlbpqn5YOtGXv9" alt="" width="563"><figcaption></figcaption></figure>

## Storage charge the battery

{% hint style="info" %}
When not using the battery for a longer period of time it is recommended to storage charge the battery with the provided DeltaQuad Dual Battery Charger. By doing so the battery will be either charged or discharged to 3.7V per cell which equals 50% battery capacity.
{% endhint %}

* Plug in the power and balance cable of the battery to one of the channels of the charger.
* Set the mode to "Storage" by using the mode button.

<figure><img src="/files/3b79zQMbd4XpZKzjCZse" alt="" width="386"><figcaption></figcaption></figure>

* Press "Start".
* If the battery is fully charged when using the storage mode, the charger will discharge the battery to 50% of its capacity. This process can take longer as the discharge power per channel is only 40W.
* If the battery is below 50% capacity when using the storage mode, the battery will be charged to 50% capacity at the set current value.

## Storing the battery

The battery should be stored in a safe and dark location between 5 and 30 degrees Celsius. If the battery has been fully discharged, putting at least some charge (+- 50%) before long-term storage is recommended. This can be done by using the storage mode of the dual charger.


---

# 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://docs.deltaquad.com/evo/setup/deltaquad-evo-battery/charging-and-storing-the-battery.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.
