差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
bluetooth [2016/10/10 01:32]
127.0.0.1
bluetooth [2016/10/28 01:59] (目前版本)
jz
行 1: 行 1:
 +====== required software ======
 <​code>​ <​code>​
 yaourt -S btscanner yaourt -S btscanner
行 4: 行 5:
 </​code>​ </​code>​
  
 +====== discoverable ======
 +<​code>​
 +dbus-send --system --dest=org.bluez /​org/​bluez/​hci0 org.bluez.Adapter.SetMode string:​discoverable
 +hciconfig hci0 piscan
 +</​code>​
 +
 +====== hide ======
 +<​code>​
 +dbus-send --system --dest=org.bluez /​org/​bluez/​hci0 org.bluez.Adapter.SetMode string:off
 +hciconfig hci0 noscan
 +</​code>​
 +
 +====== scan ======
 <​code>​ <​code>​
 hciconfig hciconfig
行 11: 行 25:
 btscanner btscanner
 </​code>​ </​code>​
- 
-====== discoverable ====== 
  
 <​code>​ <​code>​
-dbus-send --system --dest=org.bluez /​org/​bluez/​hci0 org.bluez.Adapter.SetMode string:​discoverable +sudo bluetoothctl 
-hciconfig hci0 piscan+agent on 
 +default-agent 
 +pair MAC 
 +connect MAC
 </​code>​ </​code>​
  
-====== hide ======+TODO:
  
 +兩種 scan 的差別
 +ble compatibility
  
 +====== RSSI ======
 <​code>​ <​code>​
-dbus-send --system --dest=org.bluez /org/bluez/hci0 org.bluez.Adapter.SetMode string:off +hcitool rssi AA:​BB:​CC:​DD:​EE:​FF 
-hciconfig ​hci0 noscan+</​code>​ 
 + 
 + 
 +===== Beacon ===== 
 +Advertised speed 
 +<​code>​ 
 +sudo hciconfig hci0 up 
 +sudo hcitool ​-i hci0 cmd 0x08 0x0008 1e 02 01 1a 1a ff 4c 00 02 15 e2 c5 6d b5 df fb 48 d2 b0 60 d0 f5 a7 10 96 e0 00 00 00 00 c5 00 00 00 00 00 00 00 00 00 00 00 00 00 
 +sudo hcitool ​-hci0 cmd 0x08 0x0006 A0 00 A0 00 03 00 00 00 00 00 00 00 00 07 00 
 +sudo hcitool -i hci0 cmd 0x08 0x000a 01
 </​code>​ </​code>​
  
 參考 參考
-https://​wiki.debian.org/​BluetoothUser+  * https://​wiki.debian.org/​BluetoothUser 
 +  * http://​shyuanliang.blogspot.tw/​2014_10_01_archive.html 
 +  * https://​github.com/​karulis/​pybluez 
 +  * https://​github.com/​MS3FGX/​Bluelog 
 +  * https://​www.cnet.com/​how-to/​how-to-setup-bluetooth-on-a-raspberry-pi-3/​ 
 +  * http://​ops9.blogspot.tw/​2013/​09/​inquiry-scan.html