# Charging with the BMS

The BMS is not able to limit the current. It can only disconnect the battery from the output. For charging make sure a current limited power source is used and set the limitation to the right value. \
The BMS is not able to limit the voltage. For charging, the charge voltage should be limited as well.

{% hint style="warning" %}
The standard balancing current is only 50mA for one cell. \
This means it could take some time before balancing is done if the battery pack very unbalanced.&#x20;
{% endhint %}

To get more information about the charging process see CHARGE state on the [BMS application state machine](/rddrone-bms772/master/software-guide-nuttx/bms-application-state-machine.md) page.


---

# 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://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/charging-with-the-bms.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.
