MONOcircle / electric_shovel

0 stars 0 forks source link

ics35_py/をubuntu上で動作検証 #3

Open SS1031 opened 4 years ago

SS1031 commented 4 years ago

raspberry pi(ubuntu)とps3コントローラのbluetooth接続(Work In Progress)

https://askubuntu.com/a/913600

ツールsixpair, sixadとその他依存ライブラリをインストール

以下コマンドで行けるはずだが…

sudo apt-get install dialog build-essential pyqt4-dev-tools libusb-dev libbluetooth-dev python-dbus -y
wget https://github.com/RetroPie/sixad/archive/master.zip -O sixad-master.zip
unzip sixad-master.zip
cd sixad-master
make
sudo make install

あとは以下を実行すれば行けるはずだったが

PS3コントローラの接 ゲームコントローラーを USB で RasPi につなげて、PSボタンを押して(1のみ点灯)から sudo sixpair を実行しペアリングする。 正しくペアリングされれば下記のメッセージが表示される。 Current Bluetooth master:MACアドレス Setting master bd_addr to:MACアドレス ゲームコントローラーをRasPiから外し、 sudo sixad -start & を実行 [....] Starting bluetooth (via systemctl): blue[ ok .service. sixad-bin[6327]: started sixad-bin[6327]: sixad started, press the PS button now のあとにPSボタンを押す

bluetoothのアダプタが見つからないなり何なりでうまく行かない。 raspberry piのbluetoothをubuntuから使うのは結構たいへんぽいこれ無限にコケている 以下で使える様になるらしい、(やったができていない https://qiita.com/fudekun/items/96ef164098c3c4e39b72