Open main menu

Changes

How to enable SPI

135 bytes added, 14 March
no edit summary
{{GD Template Impl}}
'''This tutorial demonstrates how to open the SPI interface on the Raspberry Pi 5'''
 1. Open the Raspberry Pi terminal and run the following command
sudo raspi-config
[[File:Rpi5-open-spi-1.png]] 2. Choose Interfacing Options then press Enter
[[File:Rpi5-open-spi-1.png]]
Choose SPI then press Enter
[[File:Rpi5-open-spi-2.png]]
3. Choose YES SPI then press Enter  
[[File:Rpi5-open-spi-3.png]]
4. Choose YES then press Enter  5. Reboot Raspberry Pi:
sudo reboot
Please make sure that the SPI interface was not used by other devices, you can check in the /boot/config.txt
<!--Add review function! -->