Free help & advice Talk to us

  • Free shipping over A$55

    Within Australia

  • Free help & advice

    We reply within 24 hours

  • 30-day returns

    12-month warranty on faults

  • Ships next business day

    When the item is in stock

I2C Communication Protocol

I2C Communication Protocol

Lonely Binary |

OVERVIEW

I2C (Inter Integrated Circuit) is a low-speed serial data protocol, commonly used to transfer data between multiple components and modules within a single device.

Developed in the early 1980s by Philips Semiconductors (now NXP), I2C employs 2 signal wires to transfer “packets” of information between one or more “master” devices such as microcontrollers, and multiple “slave” devices such as sensors, memory chips, ADC and DACs.

 

WIRING

Multiple “master” and “slave” I2C devices are connected to the bus using two lines:

  • SCL – Serial Clock
  • SDA – Serial Data

Signaling voltages are typically 0 V for logic low and +3.3 V or +5 V for logic high.

Pull-up resistors keep both lines at a logic high level when the bus is idle.

Leave a comment

Please note: comments must be approved before they are published.