What is STorM32-Link?: Difference between revisions

From STorM32-BGC v3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
STorM32-Link refers to a communication link between the STorM32 gimbal controller and a drone's flight controller for exchanging low-level data, in order to achieve advanced performance which otherwise would not be possible.
STorM32-Link refers to a data protocol for exchanging low-level data between the STorM32 gimbal controller and a drone's flight controller, in order to achieve advanced gimbal performance which otherwise would not be possible.
 
The primary goal of the STorM32-Link is too overcome two general and hard-to-tackle issues, namely the drifting of the yaw axis and the tilting of the horizon in high-''g'' flight maneuvers, such as high-speed turns. The respective mechanisms are called '''''Yaw Drift Compensation''''' and '''''Horizon Drift Compensation''''', and both are demonstrated in the videos below. The STorM32-Link may allow us to achieve further innovative features in the future, such as precision yaw pan modes.
 
The STorM32-Link data packets are exchanged via the same serial (UART) connection which is also used for the conventional serial/MAVLink commands for controlling and operating the gimbal. However, albeit the same bus is shared, the latter is not part of the STorM32-Link communication, but, well, just the ordinary control.
 
STorM32-Link depends on the support by the autopilot/flight-stack; for specific details please consult [[Using STorM32 with BetaPilot]].
 
{{#ev:youtube|l8rz78kDWNY|480}}
 
{{#ev:youtube|z03PkDf0R-0|480}}

Latest revision as of 10:06, 30 August 2025

STorM32-Link refers to a data protocol for exchanging low-level data between the STorM32 gimbal controller and a drone's flight controller, in order to achieve advanced gimbal performance which otherwise would not be possible.

The primary goal of the STorM32-Link is too overcome two general and hard-to-tackle issues, namely the drifting of the yaw axis and the tilting of the horizon in high-g flight maneuvers, such as high-speed turns. The respective mechanisms are called Yaw Drift Compensation and Horizon Drift Compensation, and both are demonstrated in the videos below. The STorM32-Link may allow us to achieve further innovative features in the future, such as precision yaw pan modes.

The STorM32-Link data packets are exchanged via the same serial (UART) connection which is also used for the conventional serial/MAVLink commands for controlling and operating the gimbal. However, albeit the same bus is shared, the latter is not part of the STorM32-Link communication, but, well, just the ordinary control.

STorM32-Link depends on the support by the autopilot/flight-stack; for specific details please consult Using STorM32 with BetaPilot.