본문 바로가기

Info

RaspberryPi - 라즈베리파이에서 I2C 설정하기

1. 모듈 추가

vi /etc/modules 에서 아래내용 추가

i2c-bcm2708

i2c-dev


2. 유틸리티 패키지 설치

apt-get install python-smbus

apt-get install i2c-tools


3. 설정파일 수정

vi /etc/modprobe.d/raspi-blacklist.conf 에서 아래내용 주석처리

#blacklist spi-bcm2708

#blacklist i2c-bcm2708


4. 연결된 devite id 확인

i2cdetect -y 1      (리비전 2)

i2cdetect -y 0      (리비전 1)