> 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/master/software-guide-nuttx.md).

# Software guide - NuttX

- [Introduction](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/introduction.md): Introduction to the nuttx sofware example of the BMS
- [Changes](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/changes.md): Changes relative to the last release (3.4-9.1)
- [Software block diagram](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/untitled.md): This page will describe the software block diagram of the nuttx example
- [BMS application state machine](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/bms-application-state-machine.md): This page will show the designed state machine and the description of the states from this state machine.
- [Realization](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/realization.md): This page will show how the realization has been done. It will use diagrams to show how some of the parts were designed and it will describe each part in more detail.
- [First start-up](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/first-start-up.md): This page will explain some start-up messages, what to do when first using the BMS
- [Command Line Interface (CLI)](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/command-line-interface-cli.md): This page will describe how to use the CLI
- [How to enable the battery temperature sensor](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/how-to-enable-the-battery-temperature-sensor.md): This page will explain which temperature sensor you need and how to enable it.
- [Charging with the BMS](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/charging-with-the-bms.md)
- [Parameters of the BMS](https://nxp.gitbook.io/rddrone-bms772/master/software-guide-nuttx/untitled-1.md): This page shows the parameters of the BMS.


---

# 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/master/software-guide-nuttx.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.
