Users Guide
Table Of Contents
- Dell Edge Gateway 3001 設置および操作マニュアル
- 概要
- システム図
- Edge Gateway の取り付け
- ZigBee ドングルのセットアップ
- オペレーティング システムのセット アップ
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Ubuntu Server
- リカバリ USB フラッシュドライブの作成
- BIOS へのアクセスとアップデート
- リファレンス
- 付録
- デルへのお問い合わせ

表 13. WLAN と Bluetooth の動作モードの値
動作モードの値 Wi-Fi ステーション サポート対象 BT/BLE
モード
softAP softAP のサポート対象
クライアント
1 X 該当なし 該当なし
1 該当なし X 32
13 X デュアル(BT クラシッ
クおよび BTLE)
該当なし
14 デュアル(BT クラシッ
クおよび BTLE)
X 4
5 X BT クラシック 該当なし
6 BT クラシック X 32
SPP(Bluetooth シリアル ポート プロファイル)
各 BT アダプタの MAC アドレスの仮定:
● BT MAC(MYCLIENT): XX:XX:XX:XX:XX:XX
● BT MAC(MYSERVER): YY:YY:YY:YY:YY:YY
1. 事前要件(Debian のみ、Ubuntu Core OS には不要)。
sudo apt-get install bluez bluez-tools
2. MYSERVER と MYCLIENT をペアリングする準備をします。
$ sudo bluez.bluetoothctl -a
[bluetoothctl]# power on
[bluetooth]# discoverable on
[bluetooth]# scan on
[NEW] Device XX:XX:XX:XX:XX:XX MYCLIENT
[bluetooth]# scan off
3. 相互にペアリングします。Bluetooth v2.1 の時点では、セキュア シンプル ペアリングは必要条件であり、次の 3 つのデバイス
ペアリング方式を提供しています。Dell Gateway 3000 シリーズではこれらの方法を使用できます。
● Just Works
● Numeric Comparison
● Passkey Entry
メモ: Bluetooth ペアリングの詳細については、https://blog.bluetooth.com/bluetooth-pairing-part-4 を参照してください。
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# pairable on
[bluetooth]# pair XX:XX:XX:XX:XX:XX <MAC Address of Device to Pair>
[bluetooth]# connect XX:XX:XX:XX:XX:XX [CHG] Device XX:XX:XX:XX:XX:XX Connected: yes
[bluetooth]# exit
4. SPP を設定します。
サーバ デバイス
$ bluez.sdptool add --channel=22 SP
$ ./rfcomm -r listen /dev/rfcomm0 22
Waiting for connection on channel 22
Connection from XX:XX:XX:XX:XX:XX to /dev/rfcomm0 <These lines will be seen when client
comes>
Press CTRL-C for hangup
次に、ターミナルの新しいインスタンスを作成して Bluetooth シリアル経由でデータを画面に表示します。
$ cat /dev/rfcomm0
56 オペレーティング システムのセット アップ