From e02ac1541b2623b9587694c3d6f94fed8e4c654f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 30 Jun 2019 18:26:08 +0200 Subject: [PATCH] addon doc: H5 & cli pairing --- doc/bt_manual_v10.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/bt_manual_v10.md b/doc/bt_manual_v10.md index d8d86b4fd..11e5566ae 100644 --- a/doc/bt_manual_v10.md +++ b/doc/bt_manual_v10.md @@ -33,7 +33,7 @@ Built-in battery can support standalone mode, off-line sniffing, off-line readin * Unplug your Proxmark3 RDV4.0 device from any usb cable. * Remove the plastic upper case of Proxmark3 RDV4.0 with opener. -* Remove temporarily the antenna with a screwdriver to expose the FPC interface.

+* Remove temporarily the antenna with a H5 screwdriver to expose the FPC interface.

Image of blue shark add-on fpc interface

* Turn off all power switches, insert the FPC wire into the FPC connector, and lock the FPC connector.

Image of blue shark add-on fpc wire

@@ -134,6 +134,17 @@ The first time, your OS will ask you for pairing. The default PIN is 1234. If PIN is not typed in quickly, the client might timeout. Simply restart it again after pairing. +If your OS doesn't prompt you for pairing, you can do it in command line, e.g. (again, replace with your addon MAC address): + +```sh +bluetoothctl +[bluetooth]# pairable on +[bluetooth]# trust aa:bb:cc:dd:ee:ff +[bluetooth]# pair 20:19:04:20:04:08 +[agent] Enter PIN code: 1234 +[bluetooth]# quit +``` + #### (2) Fast connection using dedicated USB Bluetooth adapter under Linux