PC (Ubuntu 14.04 を実行) を Bluetooth 経由で Arduino Uno に接続したいと考えています。
次のように RFCOMM デバイスを追加しました (MAC アドレスは例です)。
rfcomm0 {
bind yes;
device 00:00:00:00:00:00;
channel 1;
comment "Serial Port 1";
}
次のファイルで:/etc/bluetooth/rfcomm.conf
そしてそれは動作します。次に、2つ目を追加したいと思いました。
rfcomm1 {
bind yes;
device 11:11:11:11:11:11;
channel 2;
comment "Serial Port 2";
}
しかし、それ以降はrfcomm1
存在rfcomm0
しなくなります。
私はこのチュートリアル(ドイツ語)に従いました:
https://www.dinotools.de/2014/03/05/raspberry-pi-mit-arduino-per-bluetooth-verbinden/。
どうすればいいですか?
答え1
理由はわかりませんが、両方のデバイスを(単独または一緒に)チャネル 1 に接続しないと動作しません。