Raspberry Pi (master) Arduino Uno (slave) SPI communication with WiringPi
In this tutorial I’ll show you how to communicate between a Raspberry Pi 4 (also works with 3, 3B, 3B+) and an Arduino (Uno), using the SPI protocol. The Raspberry Pi will be configured as a master, and the Arduino as a slave. On Raspberry Pi we’ll use the WiringPi library inside a Cpp code … Read more