Difference between revisions of "How to enable SPI"

From Geekworm Wiki
Jump to navigation Jump to search
(Created page with "{{GD Template Impl}} This tutorial demonstrates how to open the SPI interface on the Raspberry Pi 5 Open the Raspberry Pi terminal and run the following command sudo raspi-c...")
 
Line 5: Line 5:
 
  sudo raspi-config
 
  sudo raspi-config
 
Choose Interfacing Options then press Enter
 
Choose Interfacing Options then press Enter
 +
 
[[File:Rpi5-open-spi-1.png]]
 
[[File:Rpi5-open-spi-1.png]]
  

Revision as of 19:16, 14 March 2024

This tutorial demonstrates how to open the SPI interface on the Raspberry Pi 5

Open the Raspberry Pi terminal and run the following command

sudo raspi-config

Choose Interfacing Options then press Enter

Rpi5-open-spi-1.png

Choose SPI then press Enter Rpi5-open-spi-2.png

Choose YES then press Enter Rpi5-open-spi-3.png

Reboot Raspberry Pi:

sudo reboot


Add your comment
Geekworm Wiki welcomes all comments. If you do not want to be anonymous, register or log in. It is free.