We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e022b10 commit 4e0df77Copy full SHA for 4e0df77
README.md
@@ -24,7 +24,7 @@ To run:
24
```
25
sudo ble_sensor_mqtt_pub <bluetooth adapter> <scan type> <scan window> <scan interval>
26
27
-bluetooth adapter = integer number of bluetooth devices, run hciconfig to see your adapters
+bluetooth adapter = integer number of bluetooth devices, run hciconfig to see your adapters, 1st adapter is 0, so hci1 is 0
28
scan type = 0 for passive, 1 for active advertising scan, some BLE sensors only share data on type 4 response active advertising packets
29
scan window = integer number that is multiplied by 0.625 to set advertising scanning window in milliseconds. Try 100 to start.
30
scan interval = integer number that is multiplied by 0.625 to set advertising scanning interval in milliseconds. Try 1000 to start.
0 commit comments