About 36,900 results
Open links in new tab
  1. Serial Peripheral Interface - Wikipedia

    Serial Peripheral Interface (SPI) is a de facto standard (with many variants) for synchronous serial communication, used primarily in embedded systems for short-distance wired communication …

  2. Introduction to SPI Interface | Analog Devices

    Serial peripheral interface (SPI) is one of the most widely used interfaces between microcontroller and peripheral ICs such as sensors, ADCs, DACs, shift registers, SRAM, and others.

  3. What is Serial Peripheral Interface (SPI)? - GeeksforGeeks

    Jul 23, 2025 · Serial Peripheral Interface (SPI) is the process of synchronous serial communication protocol. It is mainly used for connecting the microcontrollers to peripheral devices like sensors, …

  4. There are two control lines for SPI. The controller, usually a microcontroller or DSP, controls a peripheral select and the serial clock used for data synchronization. An SPI bus can control multiple peripherals

  5. Arduino & Serial Peripheral Interface (SPI)

    Nov 18, 2021 · Serial Peripheral Interface (SPI) is a synchronous serial data protocol used by microcontrollers for communicating with one or more peripheral devices quickly over short distances. …

  6. Serial Peripheral Interface (SPI) - SparkFun Learn

    Serial Peripheral Interface (SPI) is an interface bus commonly used to send data between microcontrollers and small peripherals such as shift registers, sensors, and SD cards.

  7. Back to Basics: SPI (Serial Peripheral Interface)

    Feb 13, 2017 · The Serial Peripheral Interface Bus enables full-duplex serial data transfer between multiple integrated circuits. The Serial Peripheral Interface is used to transfer data between …

  8. SPI Serial Peripheral Interface: Complete Beginner's Guide

    Jul 18, 2025 · What Is the Serial Peripheral Interface? Serial Peripheral Interface is a high-speed, synchronous communication protocol, which links a controller (such as a microcontroller) to one or …

  9. serial peripheral interface (SPI) - TechTarget

    Aug 7, 2023 · A serial peripheral interface (SPI) is an interface commonly used in computers and embedded systems to facilitate short-distance communication between a microcontroller and one or …

  10. Basics of Serial Peripheral Interface (SPI)

    May 20, 2024 · Serial Peripheral Interface (SPI) is a master – slave type protocol that provides a simple and low cost interface between a microcontroller and its peripherals.