aboutsummaryrefslogtreecommitdiff
path: root/drive-sdk/examples/vehicle-scan/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'drive-sdk/examples/vehicle-scan/README.md')
-rw-r--r--drive-sdk/examples/vehicle-scan/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/drive-sdk/examples/vehicle-scan/README.md b/drive-sdk/examples/vehicle-scan/README.md
new file mode 100644
index 0000000..9be8499
--- /dev/null
+++ b/drive-sdk/examples/vehicle-scan/README.md
@@ -0,0 +1,13 @@
+## Build
+
+ make
+
+## Run
+
+ # bring up bluetooth 4.0 driver
+ sudo hciconfig hci0 up
+
+ # run scanning tool
+ sudo ./vehicle-scan
+
+ # Ctrl+C to stop scanning