About 400 results
Open links in new tab
  1. Inter-Integrated Circuit (I2C) Protocol | Arduino Documentation

    What Is I2C? The I2C protocol involves using two lines to send and receive data: a serial clock pin (SCL) that the Arduino Controller board pulses at a regular interval, and a serial data pin (SDA) over which …

  2. Wire | Arduino Documentation

    Aug 5, 2025 · Due to the hardware design and various architectural differences, the I2C pins are located in different places. The pin map just below highlights the default pins, as well as additional ports …

  3. Connecting Two Nano Every Boards Through I2C - Arduino Docs

    Jul 17, 2024 · In this tutorial we will control the built-in LED of an Arduino Nano Every from another Arduino Nano Every. To do so, we will connect both boards using a wired communication protocol …

  4. LiquidCrystal_I2C | Arduino Documentation

    Jul 13, 2025 · A library for I2C LCD displays. The library allows to control I2C displays with functions similar to LiquidCrystal library.

  5. I2C | Arduino Documentation

    Jun 13, 2022 · Browse through hundreds of tutorials, datasheets, guides and other technical documentation to get started with Arduino products.

  6. I2CScanner | Arduino Documentation

    Nov 29, 2018 · The I2CScanner Library implements a scanner to locate I2C devices, and determine if a device is connected.

  7. Inter-Integrated Circuit (I2C) | Arduino Documentation

    Dec 17, 2024 · I2C is a highly efficient protocol that enables multiple devices to communicate on just two wires. In this example, we demonstrated how to read data from an I2C-connected sensor, opening …

  8. Arduino UNO R4 WiFi Qwiic Connector

    Oct 7, 2025 · We've learned about how I2C works, and how that relates to Qwiic. We've also learned how the Arduino UNO R4 WiFis Qwiic connector is configured and how to make use of it to …

  9. Liquid Crystal Displays (LCD) with Arduino

    Find out how to wire an LCD to an Arduino, and how to use the LiquidCrystal library through a set of useful examples.

  10. SoftI2C | Arduino Documentation

    Mar 7, 2025 · This library provides an implementation of the I2C protocol using software-based methods. It allows communication over I2C without relying on hardware I2C pins.