# AirMind MindRacer

:::warning PX4 does not manufacture this (or any) autopilot. Contact the [manufacturer](http://mindpx.net) for hardware support or compliance issues. :::

The AirMind® [MindRacer](http://mindpx.net) series is a fully stackable flight *platform* for miniature UAVs. The platform currently has two RTF vehicles: [MindRacer 210](https://px4.gitbook.io/px4-user-guide/drone_parts/complete_vehicles/mindracer_bnf_rtf/mindracer210) and [NanoMind 110](https://px4.gitbook.io/px4-user-guide/drone_parts/complete_vehicles/mindracer_bnf_rtf/nanomind110).

![MindRacer](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-2f033477af166054c8d470c3f3f72434ec983395%2Fhardware-mindracer.png?alt=media)

:::note This flight controller is [manufacturer supported](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_manufacturer_supported). :::

## Quick Summary

MindRacer is a fully stackable flight platform for miniature UAVs. Based on [MindPX](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_manufacturer_supported/mindpx), *MindRacer* further scales down in formfactor while focused on providing modularity. MindRacer is a *platform* rather than a flight controller.

MindRacer implements the SEP (soldering-elimination-port) and WEP (wiring-elimination-protocol) concepts. Before SEP and WEP, soldering and wiring are always the major pain and efficiency killer during UAV manufacturing and tuning.

:::note The main hardware documentation is [here](http://mindpx.net/assets/accessories/mindracer_spec_v1.2.pdf). :::

* Ultra mini size, weight \~6g
* High performance STM32F427 168MHz floating point processor, super fast throttle response
* Support OneShot ESC
* Support PPM/SBUS/DSM radio receivers, support D.Port/S.Port/Wifi telemetry
* On board flight data recorder
* Support IMU isolation
* DroneCode® standard compliance connector

|                    Item                    |                 Description                |
| :----------------------------------------: | :----------------------------------------: |
|         Flight controller/Processor        |                  F427VIT6                  |
|                   Weight                   |                    \~6g                    |
|                  Dimension                 |                   35x35mm                  |
|                 PWM Outputs                |                  maximum 6                 |
|                     IMU                    |                    10DOF                   |
|                IMU isolation               |                YES/Optional                |
|               Radio Receiver               |        S.BUS/PPM/DSM/DSM2/DSMX/SUMD        |
|                  Telemetry                 |   FrSky® D.Port, S.Port, Wifi, 3DR radio   |
| On board TF card for flight data recording |                     YES                    |
|             OneShot ESC Support            |                     YES                    |
|               Expansion Slots              |                 2x7(pin)x2                 |
|          On board Real time clock          |                     YES                    |
|                  Connector                 | JST GH(compliance with DroneCode standard) |

## Quick Start

### Pin-out Map

![Mindracer pinout](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-80518e562069aecfe344feb075cb616a41b5119a%2Fhardware-mindracer-pinout.png?alt=media)

### How to Build

:::tip Most users will not need to build this firmware! It is pre-built and automatically installed by *QGroundControl* when appropriate hardware is connected. :::

To [build PX4](https://px4.gitbook.io/px4-user-guide/development/getting_started/building_px4) for this target:

```
make airmind_mindpx-v2_default
```

### Companion PC Connection

MindRacer has an attached Adapt IO board.

![Attached Adapt IO board](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-7a51e8954b649ce651752b5c6036136c965f9d6a%2Fhardware-mindracer-conn.png?alt=media)

MindRacer has a built-in UART-to-USB converter. To connect a companion computer, stack MindRacer on an interface board, and connect the companion computer to the USB port on the interface board.

And the max BAUD rate is the same with px4 family, which is up to 921600.

### User Guide

:::note The user guide is [here](http://mindpx.net/assets/accessories/mindracer_user_guide_v1.2.pdf) :::

## Where to Buy

MindRacer is available at [AirMind Store](http://drupal.xitronet.com/?q=catalog). You can also find MindRacer at Amazon® or eBay®.

## Support

Please visit <http://www.mindpx.org> for more information. Or you can send email to [support@mindpx.net](mailto::support@mindpx.net) for any inquiries or help.


---

# 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://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_manufacturer_supported/mindracer.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.
