Last update: 29.06.2025
Setup SPI on the Raspberry Pi
Desktop
- Open the menu.
- Select “Preferences”
- Start “Raspberry Pi Configuration”
- Open the tab “Interfaces”
- Enable “SPI”
- Save settings
- Restart Raspberry Pi

Command Line (Terminal)
- Type “sudo raspi-config”
- Select “Interface Options”
- Select “I3 SPI”
- Select “Yes”
[Back to main page]