> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/hardware-and-interfaces/warnings/lipo-battery-safety/pre-charging-guidelines.md).

# Pre-Charging Guidelines

## Take the time to visually inspect each LiPo battery.

Look for any damaged leads, connectors, broken shrink wrap, swelling of cells, or other irregularities. Do not use the battery pack if you find any of the issues listed.

## Check the voltage of the pack using a digital voltage tester.

Before installing, charging, or changing the connectors of a battery pack, use a digital voltage tester like the one pictured below to inspect individual cells for potential irregularities. The cells within a battery, if properly maintained, should maintain a balanced charge between cells. A brand new battery should not have a difference of more than 0.1v between cells. Most common chargers can balance a battery to within 0.02v or better. Ensure you charge your batteries in a BALANCE mode whenever possible. Post charge inspect the cell difference to ensure a good balance was established (0.02v between cells or better).

<figure><img src="/files/RmOSN70ZgJHtwb0v8eD3" alt="" width="283"><figcaption><p>LiPo Voltage tester</p></figcaption></figure>

## Do not attempt to charge a damaged pack.

Do not charge a LiPo battery pack if any damage is found. Some indications of damage is swelling or a "puffy" battery. If you can smell a sweetly metallic scent coming from the battery DO NOT charge it, this is an indicator of a ruptured cell. Charging a damaged cell could result in a LiPo fire.&#x20;


---

# 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.phoenixlidar.com/hardware-and-interfaces/warnings/lipo-battery-safety/pre-charging-guidelines.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.
