라즈베리파이
[Raspberry Pi] sensehat 인식이 안될 때
donie
2021. 5. 25. 10:31
1. 문제 상황
sensehat 연결에 성공하고, LED에 불이 들어왔으나
device 인식이 안되는 경우
2. 해결 방법
0) sensehat 다시 꽂기
sensehat을 잘못 꽂아서 그런 경우일 수도 있다고 한다.
1) SPI 통신 Enable
sudo raspi-config
3) Interface Option
P4 SPI enabled YES
2) /boot/config.txt 맨 아랫줄에 아래 추가
dtoverlay=rpi-sense
3) 재부팅
3. 결과 영상
sensehat이 인식되어 코드가 잘 동작하는 것을 확인할 수 있다.
참고: https://www.raspberrypi.org/forums/viewtopic.php?t=192033
OSError: Cannot detect RPi-Sense FB device - Raspberry Pi Forums
Tue Aug 29, 2017 6:05 pm Hello everyone! I have read a lot about this problem but I still can not solve it. I have a project with the sense hat and LabView, The sense hat worked very well, I left it for a few days and when I wanted to execute one of the ex
www.raspberrypi.org