What is SPI?
Serial Peripheral Interface is a communication protocol used for many sensors and embedded systems. This system allows many sensors to communicate with one microcontroller with two way, or full duplex, communication.
SPI uses master/slave architecture and requires four logic signals. The "master" is usually the microcontroller, which reads and writes the multiple slave devices, which are the sensors or actuators. The four lines are as follows:
You can upload files of up to 20MB using this form.