Using STorM32 with ArduPilot: Difference between revisions

From STorM32-BGC Wiki
Jump to navigation Jump to search
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
''The information on this page refers to firmware v2.49e and BetaPilot 4.0 v0.41, and higher.''
''The information on this page refers to firmware v2.52 and BetaPilot 4.0 v0.45, and higher.''


The STorM32 gimbal controller can communicate with an [http://ardupilot.org/ardupilot/index.html ArduPilot] flight controller via a serial UART data line. The serial communication allows for a much richer data transmission and accordingly richer set of features than possible with the traditional PWM connections. Examples are advanced control functions, the [[STorM32-Link]] or the [[NT Camera]] features. It also can lead to a much cleaner wiring.
The STorM32 gimbal controller can communicate with an [http://ardupilot.org/ardupilot/index.html ArduPilot] flight controller via a serial UART data line. The serial communication allows for a much richer data transmission and accordingly richer set of features than possible with the traditional PWM connections. Examples are advanced control functions, the [[STorM32-Link]] or the [[NT Camera]] features. It also can lead to a much cleaner wiring.
Line 11: Line 11:
ArduPilot offers two mount types, which can be used with the STorM32 controller, the '''''SToRM32 MAVLink''''' (MNT_TYPE = 4) and '''''SToRM32 Serial''''' (MNT_TYPE = 5) mounts. For further details please visit [http://ardupilot.org/copter/docs/common-storm32-gimbal.html#common-storm32-gimbal| ArduPilot Docs > Copter > Optional Hardware > Camera&Gimbals > SToRM32 Gimbal Controller].
ArduPilot offers two mount types, which can be used with the STorM32 controller, the '''''SToRM32 MAVLink''''' (MNT_TYPE = 4) and '''''SToRM32 Serial''''' (MNT_TYPE = 5) mounts. For further details please visit [http://ardupilot.org/copter/docs/common-storm32-gimbal.html#common-storm32-gimbal| ArduPilot Docs > Copter > Optional Hardware > Camera&Gimbals > SToRM32 Gimbal Controller].


{{COMMENT|Unfortunately, ArduPilot's gimbal support is partially flawed. That is, many features you will find to work great, but some you will find to not work well. STorM32 can't do anything about it, it's ArduPilot. Please also note that the STorM32 firmware author is not responsible for the implementation of ArduPilot's mounts.}}
{{COMMENT|Unfortunately, ArduPilot's gimbal support is partially flawed. That is, many features you will find to work great, but some you will find to not work well. STorM32 can't do anything about it, it's ArduPilot. Please also note that the STorM32 firmware author is not responsible for the implementation of ArduPilot's mount types.}}


The '''''BetaPilot''''' fork of ArduPilot additionally offers the '''''STorM32 MAVLink2''''' (MNT_TYPE = 83) mount type, which provides the best range of functions.  
The '''''BetaPilot''''' fork of ArduPilot additionally offers the '''''STorM32 MAVLink2''''' (MNT_TYPE = 83) mount type, which provides the best range of functions.  
Line 28: Line 28:
| style="text-align:left;" | Gimbal Angle Control || style="background-color: lightgreen;"| x || style="background-color: #d2f8d2;"| x <sup>(?)</sup> || style="background-color: lightgreen;"| x || style="background-color: lightgreen;"| x
| style="text-align:left;" | Gimbal Angle Control || style="background-color: lightgreen;"| x || style="background-color: #d2f8d2;"| x <sup>(?)</sup> || style="background-color: lightgreen;"| x || style="background-color: lightgreen;"| x
|-
|-
| style="text-align:left;" | Solo Smart Shots || style="background-color: lightgreen;"| x || - || - || style="background-color: lightgreen;"| x
| style="text-align:left;" | MOUNT_STATUS message || - || style="background-color: #d2f8d2;"| x <sup>(1)</sup> || style="background-color: #d2f8d2;"| x <sup>(2)</sup> || style="background-color: lightgreen;"| x
|-
|-
| style="text-align:left;" | MAV_MOUNT_STATUS message || - || style="background-color: #d2f8d2;"| x <sup>(1)</sup> || style="background-color: #d2f8d2;"| x <sup>(2)</sup> || style="background-color: lightgreen;"| x
| style="text-align:left;" | ATTITUDE message || - || - || - || style="background-color: lightgreen;"| x
|-
|-
| style="text-align:left;" | Camera Trigger || style="background-color: lightgreen;"| x || style="background-color: lightgreen;"| x || - || style="background-color: lightgreen;"| x
| style="text-align:left;" | Camera Trigger || style="background-color: lightgreen;"| x || style="background-color: lightgreen;"| x || - || style="background-color: lightgreen;"| x
Line 36: Line 36:
| style="text-align:left;" | Gimbal Point in MP || - || style="background-color: lightgreen;"| x || style="background-color: #d2f8d2;"| x <sup>(2)</sup> || style="background-color: lightgreen;"| x
| style="text-align:left;" | Gimbal Point in MP || - || style="background-color: lightgreen;"| x || style="background-color: #d2f8d2;"| x <sup>(2)</sup> || style="background-color: lightgreen;"| x
|-
|-
| style="text-align:left;" | Camera Manager in QGC || - || style="background-color: #d2f8d2;"| x <sup>(3)</sup> || - || style="background-color: lightgreen;"| x
| style="text-align:left;" | Solo Smart Shots || style="background-color: #d2f8d2;"| x <sup>(3)|| - || - || style="background-color: #d2f8d2;"| x <sup>(3)</sup>
|-
| style="text-align:left;" | Camera Manager in QGC || - || style="background-color: #d2f8d2;"| x <sup>(4)</sup> || - || style="background-color: lightgreen;"| x
|-
|-
| style="text-align:left;" | MAVLink Parameters || - || style="background-color: lightgreen;"| x || - || style="background-color: lightgreen;"| x
| style="text-align:left;" | MAVLink Parameters || - || style="background-color: lightgreen;"| x || - || style="background-color: lightgreen;"| x
|-
|-
| style="text-align:left;" | Video on/off || - || - || - || style="background-color: lightgreen;"| x
| style="text-align:left;" | Video Control in Missions || - || style="background-color: lightgreen;"| x || - || style="background-color: lightgreen;"| x
|-
|-
| style="text-align:left;" | 360° Gimbal with Free Look || - || - || - || style="background-color: lightgreen;"| x
| style="text-align:left;" | 360° Gimbal with Free Look || - || - || - || style="background-color: lightgreen;"| x
Line 55: Line 57:
|-
|-
| style="text-align:left;" | MAVLink Camera Micro Service || - || - || - || style="background-color: lightgreen;"| x
| style="text-align:left;" | MAVLink Camera Micro Service || - || - || - || style="background-color: lightgreen;"| x
|-
| style="text-align:left;" | MAVLink Gimbal Protocol v2 || - || - || - || style="background-color: lightgreen;"| x
|-
|-
| style="text-align:left;" | MAVLink Advanced Features || - || - || - || style="background-color: lightgreen;"| x
| style="text-align:left;" | MAVLink Advanced Features || - || - || - || style="background-color: lightgreen;"| x
|-
| style="text-align:left;" | Prearm Checks || - || - || - || style="background-color: lightgreen;"| x
|}
|}


Line 63: Line 69:
(1) The message reports the last set point, not the actual gimbal/camera orientation.
(1) The message reports the last set point, not the actual gimbal/camera orientation.


(2) Works only for deprecated v0.xx firmwares.
(2) Works only for deprecated v0.9x firmwares.
 
(3) Only up to ArduCopter 3.6. ArduCopter 4.0 has introduced two bugs which the STorM32 controller cannot work around.


(3) Only basic features.
(4) Only basic features.


{{COMMENT|Note that some of the features listed in the last column only need BetaPilot but do not require that the STorM32 MAVLink2 mount is enabled, since they are standard MAVLink.}}
{{COMMENT|Note that some of the listed features only need BetaPilot but do not require that also the STorM32 MAVLink2 mount is enabled; this is so since they are standard MAVLink.}}


== BetaPilot ==
== BetaPilot ==


Some modifications to the ArduPilot firmware were made and the result called BetaPilot. If you want to make best use of your STorM32 gimbal and want 2020-ish capabilities then you definitely want to chose BetaPilot. :)
Some modifications to the ArduPilot firmware were made and the result called BetaPilot. If you want to make best use of your STorM32 gimbal and want 2020-ish capabilities then you definitely want to chose BetaPilot. :)
{{COMMENT|Before using BetaPilot it is '''strongly''' recommended to first install the original ArduPilot firmware and get the vehicle operating flawlessly with it, and only then to install BetaPilot.}}
<!--The latest versions of BetaCopter and the STorM32 firmware can be downloaded from here: [[Downloads]].-->


In order to establish a working communication between the STorM32 controller and the flight controller, parameters in both BetaPilot and STorM32 need to be adjusted, as described in the following.
In order to establish a working communication between the STorM32 controller and the flight controller, parameters in both BetaPilot and STorM32 need to be adjusted, as described in the following.


The BetaPilot fork implements the latest MAVLink standard as well as the '''''STorM32 MAVLink2''''' mount type (MNT_TYPE = 83), which enable the following features.  
The BetaPilot fork implements the latest MAVLink standard as well as the '''''STorM32 MAVLink2''''' mount type (MNT_TYPE = 83), which enable the following features.  
{{COMMENT|Before using BetaPilot it is '''strongly''' recommended to first install the original ArduPilot firmware and get the vehicle operating flawlessly with it, and only then to install BetaPilot.}}
<!--The latest versions of BetaCopter and the STorM32 firmware can be downloaded from here: [[Downloads]].-->


=== STorM32 MAVLink2 ===
=== STorM32 MAVLink2 ===
Line 87: Line 95:
'''''Settings in STorM32:'''''
'''''Settings in STorM32:'''''
* {{PARAMNAME|Mavlink Gimbal}} = {{PARAMVALUE|Gimbal1}} or higher
* {{PARAMNAME|Mavlink Gimbal}} = {{PARAMVALUE|Gimbal1}} or higher
* {{PARAMNAME|Mavlink Gimbal Stream}} = {{PARAMVALUE|attitude}} or higher (this is optional but recommended)
* {{PARAMNAME|Mavlink Gimbal Stream}} = {{PARAMVALUE|attitude status}} or higher (this is optional but recommended)
* {{PARAMNAME|Mavlink Uart Port}} = {{PARAMVALUE|uart}} if the UART port is used (this is the default)
* {{PARAMNAME|Mavlink Uart Port}} = {{PARAMVALUE|uart}} if the UART port is used (this is the default)


The other settings can normally be left at their default. A complete description of the configuration parameters is provided in the article [[MAVLink Communication]].
The other settings can normally be left at their default (if you change the com port then the STorM32 needs to be rebooted). A complete description of the configuration parameters is provided in the article [[MAVLink Communication]].


'''''Settings in BetaPilot:'''''
'''''Settings in BetaPilot:'''''
Line 99: Line 107:
SERIALx can be any of the available serial ports SERIAL1, SERIAL2, and so on. This enables the '''''STorM32 MAVLink2''''' mount (the flight controller must be rebooted).
SERIALx can be any of the available serial ports SERIAL1, SERIAL2, and so on. This enables the '''''STorM32 MAVLink2''''' mount (the flight controller must be rebooted).


With the '''''STorM32 MAVLink2''''' mount enabled, you should notice:
With these settings you should notice:


* In MissonPlanner or any other GCS, a additional MAVLink component named GIMBAL will be present.
* In MissonPlanner or any other GCS, a additional MAVLink component named GIMBAL will be present.
* In the STorM32 {{GUI|Dashboard}}, the MAVLINK field will show PRESENT.
* In the STorM32 {{GUI|Dashboard}}, the MAVLINK field will show PRESENT.
* In the STorM32{{GUI|Dashboard}}, the STorM32-Link field will show PRESENT (or better).
* In the STorM32{{GUI|Dashboard}}, the STorM32-Link field will show PRESENT or a similarly positive message.


{{COMMENT|The default baudrate for the STorM32 serial ports is 115200 bps, hence in ArduPilot SERIALx_BAUD has to be set to 115. However, other baudrates can be configured; e.g., for 230400 bps one sets the STorM32 parameter {{PARAMNAME|Uart Baudrate}} to {{PARAMVALUE|230400}} and the ArduPilot parameter SERIALx_BAUD to 230.}}
{{COMMENT|The default baudrate for the STorM32 serial ports is 115200 bps, hence in ArduPilot SERIALx_BAUD has to be set to 115. However, other baudrates can be configured; e.g., for 230400 bps one sets the STorM32 parameter {{PARAMNAME|Uart Baudrate}} to {{PARAMVALUE|230400}} and the ArduPilot parameter SERIALx_BAUD to 230.}}
Line 110: Line 118:
----
----


The STorM32 controller can also be connected via CAN bus to the ArduPilot flight controller. This option is however not further discussed here (details of STorM32's UAVCAN support are described in [[UAVCAN]]).
The STorM32 controller can also be connected via CAN bus to the ArduPilot flight controller (see [[CAN_Bus_Communication#UAVCAN|UAVCAN]]).


{{#ev:youtube|Sw24wAIoemA|360}}
{{#ev:youtube|Sw24wAIoemA|360}}
Line 120: Line 128:
* {{PARAMNAME|STorM32Link Configuration}} = {{PARAMVALUE|v1}}
* {{PARAMNAME|STorM32Link Configuration}} = {{PARAMVALUE|v1}}


With MNT_TYPE = 83 the flight controller also sends out the STorM32-Link data to the STorM32 gimbal, but the data are used by the STorM32 controller only when {{PARAMNAME|STorM32Link Configuration}} = {{PARAMVALUE|v1}}. In the STorM32 GUI, specifically the {{GUI|Dashboard}} and/or the {{GUI|Data Display}}, you should note that the STorM32-Link field goes to INUSE and OK.
With MNT_TYPE = 83 the flight controller also sends out the STorM32-Link data to the STorM32 gimbal, but the data are used by the STorM32 controller only when {{PARAMNAME|STorM32Link Configuration}} = {{PARAMVALUE|v1}}. <!--In the STorM32 GUI, specifically the {{GUI|Dashboard}} and/or the {{GUI|Data Display}}, you should note that the STorM32-Link field goes to INUSE and OK.-->


{{COMMENT|If only the 'conventional' data but not the STorM32-Link data are received by the STorM32 controller, then a PRESENT will be displayed in order to indicate that a working link has been established between STorM32 and BetaPilot, and that the 'conventional' control functions are all working. The INUSE message will not appear, which indicates that the STorM32-Link is not active.}}
{{COMMENT|This setting does not influence the message shown in the {{GUI|Dashboard}} in the STorM32-Link field! The messages shown there, such as 'not available', PRESENT, INUSE, OK reflect the incoming data stream, not its usage.}}


{{#ev:youtube|z03PkDf0R-0|360}}
{{#ev:youtube|z03PkDf0R-0|360}}
Line 148: Line 156:
|width=370|{{#ev:youtube|FRyZ7VZ5lvY|360}}
|width=370|{{#ev:youtube|FRyZ7VZ5lvY|360}}
|}
|}
=== Prearm Checks ===
----
The STorM32 controller supports a rich set of prearm checks. The status of the prearm check is passed on to the ArduPilot flight controller, and lets it handle it exactly like any other prearm check. For instance, in a GCS it will display a message "PreArm: Mount prearm checks failed" in intervals of 30 seconds.
This provides a simple and quick check that the STorM32 gimbal is working as intended.
:[[File:Storm32-prearm.jpg|480px]]


== Testing the Connection ==
== Testing the Connection ==
Line 153: Line 170:
The serial MAVLink connection can be tested in several ways. The following tests do not require that the vehicle is completely built and/or set up, and do not require that the vehicle is armed.
The serial MAVLink connection can be tested in several ways. The following tests do not require that the vehicle is completely built and/or set up, and do not require that the vehicle is armed.


* '''''MAVLINK field in the STorM32 GUI''''': The {{GUI|Dashboard}} has a field named NAMVLINK. It should display PRESENT.
* '''''MAVLINK field in the STorM32 GUI''''': The {{GUI|Dashboard}} has a field named MAVLINK. It should display PRESENT.


* '''''STorM32-LINK field in the STorM32 GUI''''': The {{GUI|Dashboard}} and {{GUI|Data Display}} each have a field which is related to the STorM32-Link. They should display PRESENT, INUSE or OK.
* '''''STorM32-LINK field in the STorM32 GUI''''': The {{GUI|Dashboard}} and {{GUI|Data Display}} each have a field which is related to the STorM32-Link. They should display PRESENT, AVAILABLE or OK.


* '''''MissonPlanner or QGroundControl''''': An additional MAVLink component named GIMBAL should be present.
* '''''MissonPlanner or QGroundControl''''': An additional MAVLink component named GIMBAL should be present.
Line 161: Line 178:
* '''''Message box in MissonPlanner''''': With the GIMBAL component selected, in the message box several text messages related to the STorM32 gimbal should appear. In particular, a message like "STorM32 v2.40 nt v1.30 F103RC" informing about the STorM32 firmware version should be visible.
* '''''Message box in MissonPlanner''''': With the GIMBAL component selected, in the message box several text messages related to the STorM32 gimbal should appear. In particular, a message like "STorM32 v2.40 nt v1.30 F103RC" informing about the STorM32 firmware version should be visible.


* '''''Trigger Camera NOW''''': In MissionPlanner or QGroundControl the camera can be triggered. On v1.3 STorM32 boards the camera trigger can be tested by e.g. connecting a visible-light LED (red, green, blue, not IR) to the #IR port.
* '''''Gimbal RC Targeting''''': With ArduPilot in RC Targeting mode (which should be the default mode), the gimbal can be moved with the transmitter sticks. <!--* '''''Trigger Camera NOW''''': In MissionPlanner or QGroundControl the camera can be triggered. On v1.3 STorM32 boards the camera trigger can be tested by e.g. connecting a visible-light LED (red, green, blue, not IR) to the #IR port.-->
 
* '''''Gimbal RC Targeting''''': With ArduPilot in RC Targeting mode (which should be the default mode), the camera can be moved with the transmitter sticks.


== Gimbal Point ==
== Gimbal Point ==

Revision as of 21:54, 29 July 2020

The information on this page refers to firmware v2.52 and BetaPilot 4.0 v0.45, and higher.

The STorM32 gimbal controller can communicate with an ArduPilot flight controller via a serial UART data line. The serial communication allows for a much richer data transmission and accordingly richer set of features than possible with the traditional PWM connections. Examples are advanced control functions, the STorM32-Link or the NT Camera features. It also can lead to a much cleaner wiring.

If you just need the range of functionality possible with the standard tilt & pan control, then you don't need anything of the following, and you may stop reading. Some of the more basic features discussed below can also be accomplished by workarounds. Decide yourself which approach fits your needs best. :)

STorM32 - ArduPilot Support

ArduPilot offers two mount types, which can be used with the STorM32 controller, the SToRM32 MAVLink (MNT_TYPE = 4) and SToRM32 Serial (MNT_TYPE = 5) mounts. For further details please visit ArduPilot Docs > Copter > Optional Hardware > Camera&Gimbals > SToRM32 Gimbal Controller.

Comment: Unfortunately, ArduPilot's gimbal support is partially flawed. That is, many features you will find to work great, but some you will find to not work well. STorM32 can't do anything about it, it's ArduPilot. Please also note that the STorM32 firmware author is not responsible for the implementation of ArduPilot's mount types.

The BetaPilot fork of ArduPilot additionally offers the STorM32 MAVLink2 (MNT_TYPE = 83) mount type, which provides the best range of functions.

A comparison of the different techniques to connect the STorM32 controller with the flight controller is given in the following feature matrix:

Feature Matrix

(to the best of the authors knowledge)

Feature PWM SToRM32 MAVLink SToRM32 Serial BetaPilot /
STorM32 MAVLink2
Gimbal Angle Control x x (?) x x
MOUNT_STATUS message - x (1) x (2) x
ATTITUDE message - - - x
Camera Trigger x x - x
Gimbal Point in MP - x x (2) x
Solo Smart Shots x (3) - - x (3)
Camera Manager in QGC - x (4) - x
MAVLink Parameters - x - x
Video Control in Missions - x - x
360° Gimbal with Free Look - - - x
STorM32 Functions - - - x
STorM32 Scripts - - - x
STorM32-Link: Horizon Drift Comp. - - - x
STorM32-Link: Yaw Drift Comp. - - - x
MAVLink Passthrough Configuration - - - x
MAVLink Camera Micro Service - - - x
MAVLink Gimbal Protocol v2 - - - x
MAVLink Advanced Features - - - x
Prearm Checks - - - x

(?) Many but not all features work in the latest ArduPilot releases. Please check with the ArduPilot community.

(1) The message reports the last set point, not the actual gimbal/camera orientation.

(2) Works only for deprecated v0.9x firmwares.

(3) Only up to ArduCopter 3.6. ArduCopter 4.0 has introduced two bugs which the STorM32 controller cannot work around.

(4) Only basic features.

Comment: Note that some of the listed features only need BetaPilot but do not require that also the STorM32 MAVLink2 mount is enabled; this is so since they are standard MAVLink.

BetaPilot

Some modifications to the ArduPilot firmware were made and the result called BetaPilot. If you want to make best use of your STorM32 gimbal and want 2020-ish capabilities then you definitely want to chose BetaPilot. :)

In order to establish a working communication between the STorM32 controller and the flight controller, parameters in both BetaPilot and STorM32 need to be adjusted, as described in the following.

The BetaPilot fork implements the latest MAVLink standard as well as the STorM32 MAVLink2 mount type (MNT_TYPE = 83), which enable the following features.

Comment: Before using BetaPilot it is strongly recommended to first install the original ArduPilot firmware and get the vehicle operating flawlessly with it, and only then to install BetaPilot.

STorM32 MAVLink2


The STorM32 controller needs to be connected via one of its UART ports to one of the UART ports on the flight controller, and these settings be made:

Settings in STorM32:

  • Mavlink Gimbal = “Gimbal1” or higher
  • Mavlink Gimbal Stream = “attitude status” or higher (this is optional but recommended)
  • Mavlink Uart Port = “uart” if the UART port is used (this is the default)

The other settings can normally be left at their default (if you change the com port then the STorM32 needs to be rebooted). A complete description of the configuration parameters is provided in the article MAVLink Communication.

Settings in BetaPilot:

  • MNT_TYPE = 83
  • SERIALx_PROTOCOL = 2
  • SERIALx_BAUD = 115

SERIALx can be any of the available serial ports SERIAL1, SERIAL2, and so on. This enables the STorM32 MAVLink2 mount (the flight controller must be rebooted).

With these settings you should notice:

  • In MissonPlanner or any other GCS, a additional MAVLink component named GIMBAL will be present.
  • In the STorM32 [GUI:Dashboard], the MAVLINK field will show PRESENT.
  • In the STorM32[GUI:Dashboard], the STorM32-Link field will show PRESENT or a similarly positive message.

Comment: The default baudrate for the STorM32 serial ports is 115200 bps, hence in ArduPilot SERIALx_BAUD has to be set to 115. However, other baudrates can be configured; e.g., for 230400 bps one sets the STorM32 parameter Uart Baudrate to “230400” and the ArduPilot parameter SERIALx_BAUD to 230.

STorM32 via UAVCAN


The STorM32 controller can also be connected via CAN bus to the ArduPilot flight controller (see UAVCAN).

STorM32-Link


Settings in STorM32:

  • STorM32Link Configuration = “v1”

With MNT_TYPE = 83 the flight controller also sends out the STorM32-Link data to the STorM32 gimbal, but the data are used by the STorM32 controller only when STorM32Link Configuration = “v1”.

Comment: This setting does not influence the message shown in the [GUI:Dashboard] in the STorM32-Link field! The messages shown there, such as 'not available', PRESENT, INUSE, OK reflect the incoming data stream, not its usage.

Virtual Channel Configuration


Settings in STorM32:

  • Virtual Channel Configuration = “serial”

With this setting, all STorM32 functions can be invoked by selecting any of the “Virtual-1” - “Virtual-16” input channels, exactly as one would do it if the STorM32 controller would be directly connected to a receiver.

This allows us to do many useful things, such as activating a script or triggering video on/off from the transmitter. It however also allows us to do nonsense, and it is in the user's responsibility to avoid that. For instance, if ArduPilot is in Rc Targeting mode, and e.g. Rc Pitch Control is set to a virtual input channel, then the gimbal may move in funny ways since it may receive the transmitter stick information from both ArduPilot and the receiver. On the other hand, if ArduPilot is in GPS or ROI Targeting mode, then one gets "free look", which is useful and quite cool actually. As said, all this is exactly as if the receiver would be directly connected to the STorM32 controller on its RC ports.

Passthrough Configuration


This feature allows you to connect the STorM32 GUI to the USB or any (MAVLink enabled) serial port of the flight controller, and to directly communicate with the STorM32 gimbal.

This is extremely convenient for configuring STorM32 gimbals when they are e.g. installed permanently in the vehicle. This also works via a wireless telemetry link, and thus opens the option of e.g. tuning the gimbal during flight, and further unheard of possibilities for controlling the gimbal during flight.

This preliminary demo video demonstrates the pass-through feature:

Prearm Checks


The STorM32 controller supports a rich set of prearm checks. The status of the prearm check is passed on to the ArduPilot flight controller, and lets it handle it exactly like any other prearm check. For instance, in a GCS it will display a message "PreArm: Mount prearm checks failed" in intervals of 30 seconds.

This provides a simple and quick check that the STorM32 gimbal is working as intended.

Storm32-prearm.jpg

Testing the Connection

The serial MAVLink connection can be tested in several ways. The following tests do not require that the vehicle is completely built and/or set up, and do not require that the vehicle is armed.

  • MAVLINK field in the STorM32 GUI: The [GUI:Dashboard] has a field named MAVLINK. It should display PRESENT.
  • STorM32-LINK field in the STorM32 GUI: The [GUI:Dashboard] and [GUI:Data Display] each have a field which is related to the STorM32-Link. They should display PRESENT, AVAILABLE or OK.
  • MissonPlanner or QGroundControl: An additional MAVLink component named GIMBAL should be present.
  • Message box in MissonPlanner: With the GIMBAL component selected, in the message box several text messages related to the STorM32 gimbal should appear. In particular, a message like "STorM32 v2.40 nt v1.30 F103RC" informing about the STorM32 firmware version should be visible.
  • Gimbal RC Targeting: With ArduPilot in RC Targeting mode (which should be the default mode), the gimbal can be moved with the transmitter sticks.

Gimbal Point

MissionPlanner supports what it calls a 'gimbal point'. It is a blue point icon on the map, which indicates the estimated position at which the gimbal is looking at (see also e.g. https://github.com/ArduPilot/MissionPlanner/issues/1323). In order to activate it, the following ArduPilot parameters must be set:

Settings in ArduPilot:

  • MNT_STAB_ROLL = 0
  • MNT_STAB_TILT = 1