#sp

4 posts

I2C (Inter-Integrated Circuit)

A technical introduction to the **I2C** - low-speed two-wire master-slave serial protocol. **I2C** is widely used for short-distance data transmission over a data bus (`SDA`) with a clock synchroniz...
Read more

SPI (Serial Peripheral Interface)

A technical introduction to the **SPI** - low-speed four-wire master-slave full-duplex serial protocol. **SPI** is widely used as a faster alternative to UART/I2C for transferring data between an in...
Read more

Serial Protocols

Digital systems are based on the concept of **bits**, in addition to using bits they often have to transfer them back and forth usually between two components (MCU and Sensor, LCD etc). 🟠 All the di...
Read more