Iris

From PaparazziUAV
Revision as of 04:54, 13 December 2016 by Kevindehecker (talk | contribs)
Jump to navigation Jump to search
The 3DR Iris+ with 3DR radio and 3DR RC receiver


Introduction

The Iris+ drone was manufactured by 3DR and is based around the Pixhawk autopilot. Paparazzi supports the Pixhawk hardware, and this page serves as simple step-by-step guide to get a Pixhawk based drone flying on with the Paparazzi autopilot. In this example, only standard Pixhawk hardware is used, as it comes delivered with the stock Iris.

Getting the Iris flight ready

You'll need:

  1. The stock Iris drone, (equipped with the Pixhawk),
  2. Its stock 3DR radio's and 3DR RC.
  3. The Pixhawk should still contain the PX4 / APM bootloader.
  4. A computer with Paparazzi installed.
  5. A micro USB cable.
  6. Optional: the 3DR Tarrot Gimbal and a GoPro 3.

Steps you will need to perform:

  1. Plug in the USB cable to the Iris. Remove the props. Leave the battery disconnected.
  2. Flash both the AP and FBW. See here
  3. Power cycle the Pixhawk (e.g. replug USB).
  4. Make sure to set the target to AP again, and build.
  5. Plug in the 3DR radio to the computer. Select USB0 session in Paparazzi Center.
  6. Calibrating the Magnetometer and calibrate the ESCs of the Iris+.

Calibrate the ESCs

The original PX4 firmware calibrates the ESCs automatically, paparazzi does not support this. Therefor it is needed to calibrate the ESCs manually. For this two options are available:

  • Calibrate by using a servo tester
  • Calibrate using mode RC direct

The first option requires the user to have a servo tester, open up the Iris+ and disconnect wires. Therefor, this wiki describes the second option.

In order to use the RC direct mode, a change is required in the airframe xml configuration. Comment or temporarily remove the following line:

File: conf/airframes/TUDELFT/tudelft_iris_indi.xml
<define name="FBW_MODE_AUTO_ONLY" value="true"/>

Optionally: change the following lines in the section AUTOPILOT:

File: conf/airframes/TUDELFT/tudelft_iris_indi.xml
<define name="MODE_STARTUP" value="AP_MODE_ATTITUDE_DIRECT" />
<define name="MODE_MANUAL" value="AP_MODE_ATTITUDE_DIRECT" />

to:

File: conf/airframes/TUDELFT/tudelft_iris_indi.xml
<define name="MODE_STARTUP" value="AP_MODE_RC_DIRECT" />
<define name="MODE_MANUAL" value="AP_MODE_RC_DIRECT" />

This last step is not required, but properly communicates the new mode to the GCS software.

Important: for safety it is strongly recommended to remove the propellers

Close up of the 3DR RC receiver. 1) The manual Kill switch. 2) The Gimbal control. 3) The mode switch.

Build and upload the FBW firmware, and if the optional steps were taken, also build and upload the AP.

The system is now ready to calibrate the ESCs. Perform the following steps:

  • Power off the Iris+
  • On the RC
    • Set the set radio mode (switch 3 in figure 2) to std
    • Disable manual kill by setting the kill switch (switch 1 in figure 2) to on
    • Put the throttle to max.
    • Turn on the RC
  • Plug in the usb cable to the Iris+. The AP can now boot.
  • Wait approximately 10 seconds until the leds blinks slow (once per second).
  • Plug in the battery to the Iris+ (with props removed!). You should hear a beep coming from the ESCs.
  • On the RC, put the throttle to zero. You should hear confirmation beeps from the ESCs.
  • Validate the range of the throttle stick by slowly throttling up to max. The motors should spin accordingly.
  • Revert the changes made to the airframe xml, and upload the firmware(s).