内容
1.GPIO機能
2.APへの自動接続(wlan)
3.Bluetoothでキーボード、マウスへ接続
4.I2C通信可能
5.RS232C通信可能
6.mpdクライアントソフトインストール
メモ
pacman -S xf86-video-fbdev HDMIドライバー
I2C環境整備
pip install RPi.GPIO
pip install --upgrade pip
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build
cat /etc/modules-load.d/raspberrypi.conf
snd-bcm2835
i2c-dev
i2c-bcm2708
Comments