Skip to main content

What is I2C ?

Inter-Integrated Circuit




  • It is a synchronous mode of communication.
  • As it synchronous so the the communication between two devices id based on a common signal called serial clock pulse, and master have the control of this serial clock pulse.
  • It uses 2 wire bus
    1. SCL : Serial Clock      ( controls communication ) 
    2. SDA : Serial Data Access  ( serial data transmission bus)
  • It follows many master many slaves.
  • It is address oriented communication, as every slave has a unique address.
  • Max no of slaves are limited to 2^7 (2 raise to power 7).
  • It is half duple mode of communication.
  • While transmitting data, MSB is sent first.

Comments

Translate to your language

Popular posts from this blog

How to create table in a database in SQLite3 database engine in Python

hi, how are you today

How to transmit single character data serially (UART) interfacing with 8051 (AT89C51 / P89V51)

To begin with UART communication you must have good command of timer of 8051.

Basic Knowledge of I2C

Inter-Integrated Circuit