# Testing motors

{% hint style="info" %}
The best way to test the direction and order of motors is to perform the motor test in the Mission Planner application.
{% endhint %}

[Mission planner wiki](https://ardupilot.org/planner/docs/mission-planner-overview.html)

## **Instructions**

{% stepper %}
{% step %}
**Connect to the flight controller using Mission Planner**
{% endstep %}

{% step %}
**In Mission Planner, go to Setup/Optional hardware/Motor test**

![Mission planner motor test dialog](https://341257526-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkuuT7PXOBpck5wDlb6XM%2Fuploads%2Fgit-blob-527601e4bdaeac0c1339fa52578791d84973c208%2Fmission_planner_motor_test.png?alt=media\&token=071e0203-1ddf-4f17-a7ce-2ff6717489bd)
{% endstep %}

{% step %}
**Set Throttle to more than 5%**

(50 is the default setting for Dead Zone in ESC)
{% endstep %}

{% step %}
**Test individual motors with Test motor A - Test motor D buttons**
{% endstep %}
{% endstepper %}


---

# 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://docs.airvolute.com/autopilots/dronecore-1/getting-started/motor-connection/motor_testing.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.
