Cable Wiring

Cables are a common source of electromagnetic interference (EMI), which can cause problems including flyways, "toilet bowling" and generally poor flight. These problems can be avoided by using appropriate cabling in the UAV.

The following basic concepts should be kept in mind when designing drone cabling:

  • High-Power and signal cables should be separated as much as is practical.

  • Cable lengths should be the minimum needed to enable easy handling of wired components. The wire tension should be adequate to survive possible airframe deformations even in a crash landing (wires must not be the first thing to break).

  • Cable loops to reduce excess length should be avoided - use shorter lengths!

  • For digital signals you can decrease the baudrate to reduce radiated energy and increase the robustness of data transfer. This means that you may be able to use longer cables when high data rates are not needed.

Signal wiring

Signalling protocols have different characteristics, and therefore the cables used in each case require slightly different specifications.

This topic provides specific guidance of cabling for different signalling protocols, along with the colour coding used by a number different drone hardware vendors.

I2C cables

The I2C bus is widely used for connecting sensors. Cable colors from several vendors are specified in following table.

SignalPixhawk ColorsThunderFly colorsCUAV colors (I2C/CAN)

+5V

SCL

SDA

GND

The Dronecode standard assumes a 1.5k ohm pull-up resistor on SDA and SCL signals in autopilot.

Cable twisting

I2C bus signal cross-talk and electromagnetic compatibility can be greatly improved by proper twisting of the cable wires. Twisted pairs is especially important for sensor wiring.

When using appropriate twisted pair cables, the I²C bus is generally suitable for submeter-scale airframes. For larger aircraft the use of CAN or other differential signaling based interface is generally more reliable.

:::note This turns/cable-length recommendation has been successfully used with I2C sensors including the ThunderFly TFSLOT airspeed sensor and TFRPM01 Revolution Counter. :::

Pull-up resistors

Pull-up resistors are required for all ends of an I2C bus. This acts both as signal termination and as bus idle signal generator.

An oscilloscope measurement is sometimes required to check correct value of pull-up resistors. The signals on the I2C bus should have clear sharp rectangle-like edges and amplitude of few volts. In case the signal has a low amplitude, the value of pull-up resistors is too low and should be decreased. In the case of rounded signals, the value of pull-up resistors is too high.

UAVCAN cables

SignalPixhawkThunderFlyZubaxCUAV (I2C/CAN)

+5V

CAN_H

CAN_L

GND

Cable twisting

CAN cables should also be twisted, for exactly the same reason as I2C cables. For CAN the recommended twisting is:

  • 4 turns of both pairs together per 30cm cable length.

SPI

SPI is synchronous serial communication interface used for connecting faster sensors and devices. This protocol is commonly use is for connecting optical flow sensors or special telemetry modems.

SignalPixhawk ColorThunderFly color

+5V

SCK

MISO

MOSI

CS!

CS2

GND

UART

UART is used to connect peripherals to the autopilot. By default, UART does not support networking and therefore it directly connects two devices together. It is often used to connect an autopilot and a radio modem.

CTS and RTS are signals that are used to indicate that data is being transmitted on TX/RX pins. This hand-shake mechanism increases reliability of data transfer. CTS and RTS may remain loose when it is not used by the device.

The connecting cable is not crossed. Therefore, it is necessary to connect only the autopilot and peripherals with this straight cable. The device must cross the wiring internally by swapping RX/TX and RTS/CTS pins.

SignalPixhawk ColorThunderFly color

+5V

TX

RX

CTS

RTS

GND

UART signals are common sources of low frequency EMI, therefore the length of the cable should be minimized as much as possible. Cable twisting is not needed for UART cables.

GPS(UART) & SAFETY

GPS receivers and magnetometers are generally very sensitive to EMI. Therefore thse should be mounted far away from RF sources (high-power cabling, ESCs, radio modems and its antenna). This may be insufficient if the cabling is badly designed.

SignalPixhawk ColorThunderFly color

+5V

TX

RX

SCL

SDA

SAFETY_SW

SAFETY_SW_LED

+3v3

BUZZER

GND

GPS

SignalPixhawk ColorThunderFly color

+5V

TX

RX

SCL

SDA

GND

The GPS cable connects to both the UART and I2C bus. As twisting of UART is not applicable the length of the cable should be minimized as much as possible.

Analog signal (power module)

SignalPixhawk ColorThunderFly colorCUAV color

VCC

VCC

CURRENT

VOLTAGE

GND

GND

This connector is example of mix of relatively high-power and low voltage signaling. Unfortunately, twisting is applicable for high-power GND and VCC wires only. That does not help much for noisy reading of analog signals by autopilot.

SAFETY

SignalPixhawk ColorThunderFly color

SAFE_VCC

SAFETY_SW_LED

SAFETY_SW

BUZZER

+5V

GND

High-power wiring

For high power wiring the most important design criteria is having an appropriate wire thickness, in order to allow sufficient current to flow. The general cross section requirement is area of 1 mm² per 8A of wire current.

While rarely practical, it is beneficial to have positive and negative wires twisted together.

EMI from high power cabling has a significant effect on magnetometers. For this reason a large seapration between high-power cables and navigation magnetometers is always required.

Cable colour coding

Most manufacturers use red for the high voltage line and black for ground. Other colouring is at the manufacturer discretion. The Pixhawk connector standard requires only that the Voltage Common Collector (VCC) pin/cable be red.

Color coding signal wires can help identify particular cables, making it easier to assemble your drone.

A colour coding scheme designed for easy cable identification might follow the following rules:

  • The red and black colors are reserved for power.

  • The same signal type should have the same colour.

  • Color of the signal does not repeat in the connector for wires adjacent to each other.

  • Wiring harnesses of the same pin count have to have a unique color sequence. This determines the cable type. (This is especially useful on photographs used in a manual).

An example of a cable colouring designed to these rules is:

ColorNamePreferred usage

Red

Power voltage

Green

General purpose signal

White

General purpose signal

Yellow

General purpose signal

Blue

Power return, Open-collector control signal

Black

GND, Power return ground

:::note The above rules were provided by Thunderfly and are used in their cable design.

The cable colour-coding for Thunderfly and some other vendors are given in the sections below. The pin labels correspond to the pinout on the autopilot side. All cables are straight (1:1). If they require crossover (e.g. UART), this should be solved by internal connection of the devices. :::

Last updated