# 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: 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.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.
