Consumer Electronics Control


Consumer Electronics Control is a feature of HDMI designed to control HDMI connected devices by using only one remote controller; so, individual CEC enabled devices can command and control each other without user intervention, for up to 15 devices. For example, a television set remote controller can also control a set-top box and a DVD player.
It is a one-wire bidirectional serial bus that is based on the CENELEC standard AV.link protocol to perform remote control functions. CEC wiring is mandatory, although implementation of CEC in a product is optional. It was defined in HDMI Specification 1.0 and updated in HDMI 1.2, HDMI 1.2a and HDMI 1.3a. USB to CEC adapters exist that allow a computer to control CEC-enabled devices.

Trade names for CEC technology

s for CEC are:
The following is a list of the most commonly used HDMI-CEC commands:
CEC is a separate electrical signal from the other HDMI signals. This allows a device to disable its high-speed HDMI circuitry in sleep mode, but be woken up by CEC. It is a single shared bus, which is directly connected between all HDMI ports on a device, so it can flow through a device which is completely powered off.
The bus is electrically identical to the AV.link protocol, but CEC adds a detailed higher-level message protocol.
The bus is an open-collector line, somewhat like I²C, passively pulled up to +3.3 V, and driven low to transmit a bit.
Similarities to I²C include:
Differences from I²C:
Each bit begins with the line pulled low, a delay indicating the bit value, a rising edge, and further delay until the start of the following bit.
Normal data bits are long. A logic 1 is held low for, while a logic 0 is held low for. The receiver samples the line at after the falling edge, then begins watching for the following bit after the falling edge.
A receiver can convert a transmitted 1 bit to a 0 bit by pulling the line low within 0.35 ms of the falling edge, and holding it until the 0 bit time. The transmitter observes the bus during its own transmissions to detect this condition. This is used to acknowledge a transmission.
Each frame begins with a special start bit, held low for and then allowed to rise, for a total duration of. Any device may send a start bit after observing the bus idle for a suitable number of bit times.
This is followed by up to 16 bytes. Each byte consists of ten bits: eight data bits, an "end of message" bit, and an "acknowledge" bit.
For single-recipient messages, the acknowledge bit operates similarly to I²C: it is transmitted as a 1 bit, and the receiver pulls it down to a 0 bit to acknowledge the byte.
For broadcast messages, the acknowledge bit is inverted: it is still transmitted as a 1 bit, but is pulled down to a 0 bit by any receiver which rejects the byte.
The first byte of each CEC frame is a header containing the 4-bit source and destination addresses. If the addressed destination exists, it acknowledges the byte. A frame consisting of nothing but the header is a ping which simply checks for the presence of another device.
The address 15 is used for the broadcast address and unregistered devices which have not yet chosen a different address. Some devices do not need to receive non-broadcast messages and so may use address 15 permanently, notably remote control receivers and HDMI switches. Devices which need to receive addressed messages need their own address. A device obtains an address by attempting to ping it. If the ping is unacknowledged, the device claims it. If the ping is acknowledged, the device tries another address.
The second byte is an opcode which specifies the operation to be performed, and the number and meaning of following parameter bytes. For example, a user press on a remote control will generate a 3-byte frame: a header byte, a opcode, and an operand byte identifying the button. Including the initial idle time and extra-long start bit, this takes 88.5 ms. A later opcode has no operands.