I2C

E203934

I2C is a widely used two-wire serial communication bus that enables simple, low-speed data exchange between microcontrollers and peripheral devices on the same circuit board.

All labels observed (5)

Label Occurrences
I2C canonical 7
I²C 3
HID over I2C 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf multi-master bus ⓘ
multi-slave bus ⓘ
serial communication bus ⓘ
synchronous communication protocol ⓘ
two-wire bus ⓘ
addressingMode 10-bit addressing ⓘ
7-bit addressing ⓘ
alsoKnownAs IIC ⓘ
linked to: I2C

I²C ⓘ
linked to: I2C
bitOrder MSB first ⓘ
clocking synchronous ⓘ
competesWith SPI ⓘ
UART ⓘ
dataDirectionControl master-driven clock ⓘ
dataTransferMode half-duplex ⓘ
developedBy NXP Semiconductors ⓘ
Philips Semiconductors ⓘ
linked to: NXP Semiconductors
errorDetection ACK/NACK mechanism ⓘ
fastModePlusSpeed 1 Mbit/s ⓘ
fastModeSpeed 400 kbit/s ⓘ
fullName Inter-Integrated Circuit ⓘ
linked to: I2C
highSpeedMode 3.4 Mbit/s ⓘ
intendedUse communication between microcontrollers and peripherals ⓘ
on-board communication ⓘ
numberOfWires 2 ⓘ
physicalLayer open-collector outputs ⓘ
open-drain outputs ⓘ
requires pull-up resistors ⓘ
scope short-distance on-board communication ⓘ
signalType bidirectional data line ⓘ
unidirectional clock line ⓘ
standardizedBy NXP I2C-bus specification ⓘ
standardSpeed 100 kbit/s ⓘ
startCondition SDA falling while SCL high ⓘ
stopCondition SDA rising while SCL high ⓘ
supports multiple masters ⓘ
multiple slaves ⓘ
supportsFeature acknowledge bit ⓘ
arbitration between masters ⓘ
clock stretching ⓘ
repeated start condition ⓘ
topology bus ⓘ
typicalUseCase EEPROM communication ⓘ
RTC communication ⓘ
display control ⓘ
sensor interfacing ⓘ
ultraFastMode 5 Mbit/s ⓘ
usesLine SCL ⓘ
SDA ⓘ

How these facts were elicited

Referenced by (13)

Full triples — surface form annotated when it differs from this entity's canonical label.

I2C → fullName → Inter-Integrated Circuit ⓘ
linked to: I2C
I2C → alsoKnownAs → I²C ⓘ
linked to: I2C
I2C → alsoKnownAs → IIC ⓘ
linked to: I2C
Apollo Lake → integratedIOModules → I²C ⓘ
subject linked to: Apollo Lake platform
linked to: I2C
USB HID → relatedTo → HID over I2C ⓘ
linked to: I2C
SERCOM → supportsProtocol → I²C ⓘ
linked to: I2C
SPI → comparedTo → I2C ⓘ
OLinuXino → supports → I2C ⓘ