Sets the channel selection mode. Both channel number and bandwidth can be changed. If the 5 GHz band is available, then channels from that band can also be used.
Selects the channel number. The OcuSync link operates on a 10 MHz or 20 MHz channel between 2400.5 MHz and 2482.5 MHz. The channel can be centered at 1 MHz steps within the band. Therefore for a 10 MHz bandwidth, the OcuSync channel can be centered at 2405.5 MHz, 2406.5 MHz and every 1 MHz to 2477.5 MHz. For a 20 MHz bandwidth, channel center can be at 2410.5 MHz to 2472.5 MHz in 1 MHz steps. The channel location within the band is specified using the Channel Number. Channel Number is defined as the integer of 0.5 MHz less than the channel center frequency. E.g. Channel Number 2406 represents the 10 MHz channel centered at 2406.5 MHz (this is only for the 10 MHz bandwidth as 20 MHz bandwidth channels start at 2410.5 MHz). Channel Number 2450 represents the channel centered at 2450.5 MHz (of any bandwidth). Use getChannelNumberValidRangeWithCompletion to check the valid Channel Numbers for a given bandwidth. Channel Number can only be set when the channel selection mode is DJIOcuSyncChannelSelectionModeManual.
Gets the current OcuSync Link Channel Number. The OcuSync link operates on a 10 MHz or 20 MHz channel between 2400.5 MHz and 2482.5 MHz. The channel can be centered at 1 MHz steps within the band. Therefore for a 10 MHz bandwidth, the OcuSync channel can be centered at 2405.5 MHz, 2406.5 MHz and every 1 MHz to 2477.5 MHz. For a 20 MHz bandwidth, channel center can be at 2410.5 MHz to 2472.5 MHz in 1 MHz steps. The channel location within the band is specified using the Channel Number. Channel Number is defined as the integer of 0.5 MHz less than the channel center frequency. E.g. Channel Number 2406 represents the 10 MHz channel centered at 2406.5 MHz (this is only for the 10 MHz bandwidth as 20 MHz bandwidth channels start at 2410.5 MHz). Channel Number 2450 represents the channel centered at 2450.5 MHz (of any bandwidth).
Gets the valid range of Channel Numbers. The OcuSync link operates on a 10 MHz or 20 MHz channel between 2400.5 MHz and 2482.5 MHz. The channel can be centered at 1 MHz steps within the band. Therefore for a 10 MHz bandwidth, the OcuSync channel can be centered at 2405.5 MHz, 2406.5 MHz and every 1 MHz to 2477.5 MHz. For a 20 MHz bandwidth, channel center can be at 2410.5 MHz to 2472.5 MHz in 1 MHz steps. The channel location within the band is specified using the Channel Number. Channel Number is defined as the integer of 0.5 MHz less than the channel center frequency. E.g. Channel Number 2406 represents the 10 MHz channel centered at 2406.5 MHz (this is only for the 10 MHz bandwidth as 20 MHz bandwidth channels start at 2410.5 MHz). Channel Number 2450 represents the channel centered at 2450.5 MHz (of any bandwidth). This method should be used to confirm the Channel Number to be set with setChannelNumber:withCompletion is valid.
Gets the frequency bands supported by the product in the current area. It is supported by P4P V2 and Mavic 2 Series. For Mavic Pro, only 2.4GHz is supported.
Sets the OcuSync air link frequency band. It is only supported by Phantom 4 Pro V2 and Mavic 2 Series. For Mavic Pro, the frequency band is always 2.4 GHz.
Gets the OcuSync air link frequency band. It is only supported by Phantom 4 Pro V2 and Mavic 2 Series. For Mavic Pro, the frequency band is always 2.4 GHz.
Updated data rate in Mbps for the wireless downlink (from aircraft to remote controller). This link transfers all information from aircraft to remote controller, which is predominantly video information.
Updated OcuSync link warning messages. This delegate method is called only when there are new warning messages on the OcuSync link (either uplink or downlink). If the array has no elements, then all previous warning messages are no longer in effect.
Updated power for interference signals with frequencies in the 2.4 GHz (2400MHz to 2482 MHz) frequency band incident on the remote controller. Note, measuring the interference reduces effective data rate as the radio is spending time listening to frequencies outside of the communication channel. Interference measurements will only be made if the delegate property in OcuSyncLink is assigned to a class that implements this delegate method.
The updated interference information. The elements in the array of DJIOcuSyncFrequencyInterference objects each hold interference information about a small part of the frequency band. Elements are sorted by increasing frequency.
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.
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.
DJIOcuSyncWarningMessageStrongUplinkInterference
There is strong interference on the uplink signal incident on the aircraft.
DJIOcuSyncWarningMessageWeakSignal
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.
DJIOcuSyncWarningMessageAircraftLinkReboot
The OcuSync link on the aircraft is rebooting.
DJIOcuSyncWarningMessageUplinkBroken
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.
DJIOcuSyncWarningMessageDownlinkBroken
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.
DJIOcuSyncWarningMessageLinkUnusable
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.
The channel bandwidth for the OcuSync downlink (from the aircraft to the remote controller). Setting a smaller bandwidth will reduce the data rate, but make the connection more robust.
Enum Members:
DJIOcuSyncBandwidth20MHz
The frequency band of the OcuSync link is 20 MHz (up to 46 Mbps).
DJIOcuSyncBandwidth10MHz
The frequency band of the OcuSync link is 10 MHz (up to 23 Mbps).