Blog

I2C Protocol

Posted on:

Inter-Integrated Circuit I2C stands for Inter-Integrated Circuit which is a widely used communication protocol in any imaginable electronic device with a microcontroller or a microprocessor . It is a fairly simple protocol as compared to Serial Peripheral Interface (SPI) Protocol. […]

Blog

SPI Protocol

Posted on:

SPI stands for Serial Peripheral Interface, and it’s a way for electronic devices, like microcontrollers, to communicate with other devices, like sensors or displays. One device (i.e. Master) sends a puzzle piece to the other device, and then the other […]