My ESPHome Workshop

GitHub

I2C Bus

platform i2c

Inter-Integrated Circuit communication bus for connecting multiple devices

Overview

I2C (Inter-Integrated Circuit) is a synchronous, multi-master, multi-slave, packet-switched, single-ended, serial communication bus. In simpler terms, it’s a way to connect multiple devices (sensors, displays, etc.) to your microcontroller using just two wires.

← Back to all components