Users Guide
Table Of Contents
- Dell Edge Gateway 3001 安裝和操作手冊
- 概觀
- 系統視圖
- 安裝您的 Edge Gateway
- 設定 ZigBee 硬體鎖
- 設定作業系統
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Ubuntu 伺服器
- 建立作業系統復原 USB 快閃磁碟機
- 存取和更新 BIOS
- 參考資料
- 附錄
- 與 Dell 公司聯絡
2. 驗證作業模式。
# cat /sys/module/rsi_sdio/parameters/dev_oper_mode
表 32. WLAN 和藍牙的作業模式值
作業模式值 STA AP BT EDR BLE 支援的用戶端數
1 X
1 X 32
4 X
5 X X
6 X X 32
8 X
9 X X
13 X X X
14 X X X 4
藍牙序列埠設定檔 (SPP)
各 BT 網路卡的假設 MAC 位址。
● BT MAC(MYCLIENT):XX:XX:XX:XX:XX:XX
● BT MAC(MYSERVER):YY:YY:YY:YY:YY:YY
1. 預先要求。
# sudo apt-get install bluez bluez-tools
2. 準備配對 MYSERVER 和 MYCLIENT。
# sudo bluetoothctl
[bluetoothctl]# power on
[bluetooth]# discoverable on
[bluetooth]# scan on
[NEW] Device XX:XX:XX:XX:XX:XX MYCLIENT
[bluetooth]# scan off
3. 配對這兩個裝置。
[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
自藍牙 v2.1 起,SPP 提供三種配對裝置的方式,均適用於 Edge Gateway:
● Just Works
● Numeric Comparison
● Passkey Entry
註: 如需藍牙配對的詳細資訊,請參閱 blog.bluetooth.com/bluetooth-pairing-part-4。
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
設定作業系統 81