Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 3.03 KB

set-motor-range.rst

File metadata and controls

45 lines (28 loc) · 3.03 KB

Setting Motor Range

Most ESCs have a dead zone at the bottom of their range. This page outlines how to test the size of the range and then set the spin-when-armed and min throttle values appropriately.

Although not required, advanced users may wish to take the next step by measuring and adjusting the :ref:`motor thrust curve <motor-thrust-scaling>`.

Note

Please complete the :ref:`ESC calibration <esc-calibration>` before setting the motor range

Measuring the deadzone

  • Remove the propellers from the vehicle

  • Connect the LiPo battery

  • Connect the autopilot to the Mission Planner using a USB cable or telemetry

  • Open the Mission Planner's Initial Setup >> Optional Hardware >> Motor Test page

    ../images/MissionPlanner_MotorTest.png
  • Increase the "Throttle %" field and push each of the "Test motor" buttons to determine what percentage is required for each of the motors to spin. If all ESCs are from the same manufacturer they will likely all have similar dead zones, but having one or two different by 1% ~ 2% is common. Pick the highest percentage of all the motors - we will use this below.

Setting Spin-Armed and Min Throttle

By default, when the vehicle is armed but not flying, the motors will spin at a slightly slower than normal speed. This speed can be configured using :ref:`MOT_SPIN_ARM <MOT_SPIN_ARM>` parameter (For older versions check MOT_SPIN_ARMED). Once the vehicle is flying, we want to ensure that we never output a value that causes the motors to stop spinning, this lower limit can be configured :ref:`MOT_SPIN_MIN<MOT_SPIN_MIN>` parameter.

Note

Setting :ref:`MOT_SPIN_MIN <MOT_SPIN_MIN>` even higher than recommended above is acceptable if we want to account for voltage drop of the battery, but setting it too high reduces the lower range of the motors which reduces control which could be important, especially on powerful copters with a low hover throttle.

Note

The :ref:`MOT_SPIN_MAX <MOT_SPIN_MAX>` parameter to account for the very top of the ESC/motor range which generally produces no additional thrust. By default this value is 0.95 (i.e. top 5% of the range produces no additional thrust).

Note

if ESC RPM telemetry is being used, the :ref:`TKOFF_RPM_MIN<TKOFF_RPM_MIN>` parameter could be set slightly below the :ref:`MOT_SPIN_ARM <MOT_SPIN_ARM>` parameter to prevent takeoff attempts, and subsequent flips on takeoff, if one or more motors are not spinning.