[Raspberry Pi 4] Setup SPI
2024. 9. 22. 03:32ㆍComputer Info./📟 Raspberry Pi
GPIO를 이용해 SPI 통신을 하려했더니 `/dev/spidev0.0 does not exist` 라는 문구가 뜬다. 이 문제를 해결하기위해 SPI 세팅을 해주자.
1. Open Raspberry Pi Config
sudo raspi-config
위의 명령어를 입력하여 Config를 연다.
2. Setup SPI
이후 SPI 연결을 하면 더이상 `/dev/spidev0.0 does not exist` 라는 문구가 뜨지 않는다.
'Computer Info. > 📟 Raspberry Pi' 카테고리의 다른 글
[Raspberry Pi 4] SSH 및 PuTTY를 통한 원격 터미널 접근 방법 (0) | 2024.09.22 |
---|---|
[Raspberry Pi 4] ERROR: Failed building wheel for h5py (0) | 2024.09.22 |
[Raspberry Pi 4] Fix Keyboard Input (0) | 2024.09.22 |
[Raspberry Pi 4] Setup Raspberry Pi OS at micro SD Card (0) | 2024.09.22 |