From dcb02b853c8bb269bb589510b2c0159d10dc8fa2 Mon Sep 17 00:00:00 2001 From: Iceman Date: Tue, 5 May 2020 09:48:14 +0200 Subject: [PATCH] Update bt_manual_v10.md updated the instructions for native bluetooth on Windows 10. --- doc/bt_manual_v10.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/bt_manual_v10.md b/doc/bt_manual_v10.md index 8a08fcdcd..805b6ec23 100644 --- a/doc/bt_manual_v10.md +++ b/doc/bt_manual_v10.md @@ -65,6 +65,24 @@ To compile the client and firmware with FPC support, the easiest way is to You are now ready to run the client with the serial port you got from your BT device on your laptop etc. See instructions below. +First open your bluetooth settings, click on "more options". +

+Image of bluetooth more options popup +

+Go to second tab and view the list of current bluetooth comports. If you don't have an outgoing com port setup, click 'add' +

+Image of current bluetooth comports +

+Select `outgoing comport` and select the Proxmark3 RDV4.0 device. Click `OK` when done. +

+Image of adding outgoing comport +

+Verify that you now have a outgoing comport. Remember this com port when you want to use your Proxmark3. +

+Image of ok bluetooth outgoing comport +

+All done! + #### Homebrew (macOS) From the [homebrew-proxmark3 readme](https://github.com/RfidResearchGroup/homebrew-proxmark3)