Re: I2C signls
Hi,
There is no need of I2C for connecting two devices.We need it to connect multiple devices on the same bus.
When connecting multiple devices to a micro controller, the address and data lines of each device were conventionally connected individually. This would take up precious pins on the micro controller, result in a lot of traces on the PCB, and require more components to connect everything together. This made these systems expensive to produce and susceptible to interference and noise.
To solve this problem, Philips developed Inter-IC bus, or I2C, in the 1980s. I2C is a low-bandwidth, short distance protocol for on board communications. All devices are connected through two wires: serial data (SDA) and serial clock (SCL).The active wires, SDA and SCL, are both bidirectional.
Thanks
BS
|