# NXP Mobile Robotics

<figure><img src="/files/tkpykuUOhfkRTleasbCz" alt=""><figcaption><p>NXP Mobile Robotics Team</p></figcaption></figure>

The purpose of this GitBook is to have all information centralized allowing easier setup for any of the different NXP boards. It contains all common information centralized on how to install software needed to interface with these boards, programming IDEs (Integrated Developing Environment) and much more. Links for every different installation process and download links are provided in the [Download & Links](/mobilerobotics/extra-content/downloads-and-links.md) page. There are also instructions on how to flash your boards with your own programs. &#x20;

The order you read this GitBook is not linear. The only part which you should follow in order is the Flashing Guide section. Then for the Development Tools depending on what tool you need follow those instructions.&#x20;

There are various other NXP GitBooks on different content. Use the links below to access them:&#x20;

{% hint style="success" %}

* [NavQPlus (NavQ+) Companion Computer](https://nxp.gitbook.io/8mpnavq/) - New!
* [MR-CANHUBK344](https://nxp.gitbook.io/mr-canhubk344/) - VMU and T1<->CAN New!
* [MR-B3RB](https://nxp.gitbook.io/mr-b3rb/) : Buggy3 Rev B robotic platform New!
*
* [UCANS32K146:](https://nxp.gitbook.io/ucans32k146/) CAN-FD / UAVCAN node
* [RDDRONE-T1ADAPT ](https://nxp.gitbook.io/rddrone-t1adapt): T1 Ethernet Adapter
*
* [RDDRONE-BMS772 ](https://nxp.gitbook.io/rddrone-bms772/): Battery Management System
*
* [NXP Cup Car](https://nxp.gitbook.io/nxp-cup-hardware-reference-alamak/) : Including [MR-Buggy3](https://nxp.gitbook.io/nxp-cup/mr-buggy3-developer-guide/mr-buggy3-build-guide) build guide&#x20;
* [El Mandadero](https://nxp.gitbook.io/elmandadero/): NXP Mobile Robotics demo rover&#x20;
* [NXP-AIM](https://nxp.gitbook.io/nxp-aim/) : Robotics competition like NXP-CUP (india) \
  \
  Older:
* [NavQ Companion Computer](https://nxp.gitbook.io/8mmnavq/) (As used in HoverGames2)
* [D2X Reference Design](https://nxp.gitbook.io/d2x/)<br>
  {% endhint %}

{% hint style="info" %}
If something is not clear, try contacting someone in the [Contacts list](/mobilerobotics/extra-content/contacts.md) for help or use the [FAQ](/mobilerobotics/extra-content/faq.md).&#x20;
{% endhint %}


---

# 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/mobilerobotics/master.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.
