DJIOcuSyncWarningMessage

enum DJIOcuSyncWarningMessage : uint8_t {}

OcuSync link warning messages. Only supported by Mavic Pro.

  • Warning that interference is high for take-off. When the signal gets weaker as separation between remote controller and aircraft get larger, there is a change the link will fail.

    Declaration

    Objective-C

    DJIOcuSyncWarningMessageStrongTakeoffInterference
  • There is strong interference on the downlink signal incident on the remote controller. If the channel selection mode DJIOcuSyncChannelSelectionModeManual is being used, consider changing to DJIOcuSyncChannelSelectionModeAuto as the OcuSync link can automatically select Channel Numbers and bandwidth to mitigate interference on the fly.

    Declaration

    Objective-C

    DJIOcuSyncWarningMessageStrongDownlinkInterference
  • There is strong interference on the uplink signal incident on the aircraft.

    Declaration

    Objective-C

    DJIOcuSyncWarningMessageStrongUplinkInterference
  • Weak OcuSync signal strength. Be aware of anything blocking the signal between the remote controller and aircraft, adjust the orientation of the antennas on the remote controller, or reduce the distance between remote controller and aircraft to increase signal strength.

    Declaration

    Objective-C

    DJIOcuSyncWarningMessageWeakSignal
  • The OcuSync link on the aircraft is rebooting.

    Declaration

    Objective-C

    DJIOcuSyncWarningMessageAircraftLinkReboot
  • The uplink from the remote controller to the aircraft is broken. Usually if only the uplink disconnects, it is due to interference on the aircraft’s OcuSync antennas. Try changing the channel number if the interference source cannot be removed.

    Declaration

    Objective-C

    DJIOcuSyncWarningMessageUplinkBroken
  • The downlink from the aircraft to the remote controller is broken. Usually if only the downlink disconnects, it is due to interference on the remote controller’s OcuSync antennas. Try changing channel number, or reducing the bandwidth of the channel to make it more robust.

    Declaration

    Objective-C

    DJIOcuSyncWarningMessageDownlinkBroken
  • The link between the remote controller and the aircraft is unusable. It is determined to be unusable if signal is too weak. Check to see if the antennas are setup correctly and the path from remote controller to aircraft is unobstructed.

    Declaration

    Objective-C

    DJIOcuSyncWarningMessageLinkUnusable