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 interface bi-polar stepper motor with AT89C51 ( 45 & 90 degree angular rotation )

hi, how are you today

Read condition data frames for I2C communication

Inter-Integrated Circuit