Content for SPI

SPI

The Serial Peripheral Interface (SPI) is a synchronous serial communication interface specification used for short-distance communication, primarily in embedded systems. The interface was developed by Motorola in the mid-1980s and has become a de facto standard. Typical applications include Secure Digital cards and liquid crystal displays. SPI devices communicate in full duplex mode using a master-slave architecture (alternate terminology being main and secondary) with a single master. The master device originates the frame for reading and writing. Multiple slave-devices are supported through selection with individual slave select (SS), sometimes called chip select (CS), lines.

OLED Tutorial | Convert SPI to I2C

“In this tutorial, we are going to learn about OLED displays. Which can be very easily interfaced with Arduino and can display important parameters for your project, and see how to convert these screens from SPI to I2C, So let …

Rotilio & OLED LCD display integration via SPI protocol

“This tutorial will show you the integration of Rotilio Maker (link) wifi version (Particle Photon CPU on board) with an OLED SPI display and how to work with it using the SparkFun Micro OLED Library in order to visualize data …