> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/rddrone-bms772/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/rddrone-bms772/bms3.4-9.1/user-guide/getting-started-with-the-rddrone-bms772/required-equipment-and-software.md).

# Required equipment and software

To use this BMS772 kit, you will need:

### Additional items needed

* LiPo battery pack
  * 3S to 6S with cell balancing connector - Voltage range of 6V to 26V
* Suitable charger for the type of battery
* Soldering iron to configure the board
* External Thermistor temperature sensor with cable and JST-GH 2-pin connector (optional)
* Debugger:
  * Segger J-Link Mini debugger
  * PEMicro universal multilink
  * or other suitable JTAG/SWD debugger

{% hint style="success" %}
***Note**: The HoverGames Drone Kit (KIT-HGDRONEK66) and/or FMU Kit (RDDRONE-FMUK66) both include a **DCD-LZ adapter** and **Segger J-Link Mini EDU** and an **FTDI USBUART-3v3** cable\*\*.\*\**

*By using the DCD-LZ interface and **USBUART** cable you will also gain access to the command line interface (CLI) of the board.*
{% endhint %}

### Software tools and sources

* S32 Design Studio for ARM-based MCUs (recommended)
* Alternatively : PX4 or NuttX build environment depending on what code source is used.
* PX4/NuttX board target example code (optional, see Software guide)

***Note**: The RDDRONE-BMS772 board allows to open the charge circuit when the battery is overcharging , to perform cell balancing and to monitor all cell voltages. Therefore the charger does not need to have a cell terminal connector.*


---

# 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://nxp.gitbook.io/rddrone-bms772/bms3.4-9.1/user-guide/getting-started-with-the-rddrone-bms772/required-equipment-and-software.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.
