diff --git a/doc/bt_manual_v10.md b/doc/bt_manual_v10.md index 3f3fd4116..b92dfe23b 100644 --- a/doc/bt_manual_v10.md +++ b/doc/bt_manual_v10.md @@ -2,6 +2,30 @@ ## Bluetooth / Battery add-on 'Blue Shark' _rev. v1.1_ +1. FEATURES +2. PARAMETERS +3. ASSEMBLY STEPS +4. COMPILATION / FLASHING + * 4.1 From source + * 4.2 Homebrew (macOS) +5. CONNECT WITH BLUETOOTH + * 5.1 WINDOWS + * 5.1.1 Connecting your RDV4.0 with Bluetooth on mobile phone or computer + * 5.1.2 Fast connection using dedicated USB Bluetooth adapter under Windows + * 5.2 LINUX + * 5.2.1 Connecting rdv4.0 with Bluetooth on Linux computer via native Bluetooth support in the client + * 5.2.2 Fast connection using dedicated USB Bluetooth adapter under Linux + * 5.2.1b *(deprecated)* Connecting rdv4.0 with Bluetooth on Linux computer via rfcomm + * 5.3 OS X + * 5.3.1 Connecting rdv4.0 with Bluetooth on MacOS + * 5.4 ANDROID + * 5.4.1 Fast connection using dedicated Bluetooth (HC-06 Master + CP2102) adapter under Android with Termux +6. OTHER NOTES + * 6.1. UART and LED behavior + * 6.2. Disassembly + * 6.3. Battery charging + * 6.4. Get better signals + ## 1. FEATURES * Built-in Bluetooth 2.0 with EDR Bluetooth module, default baud rate 115200. @@ -47,7 +71,7 @@ Built-in battery can support standalone mode, off-line sniffing, off-line readin ## 4. COMPILATION / FLASHING -#### From Source +#### (4.1) From Source Please download the latest source code from Rfid Research Group's Github repo: https://github.com/RfidResearchGroup/proxmark3 @@ -64,7 +88,7 @@ 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. -#### Homebrew (macOS) +#### (4.2) Homebrew (macOS) From the [homebrew-proxmark3 readme](https://github.com/RfidResearchGroup/homebrew-proxmark3) 1. `brew tap rfidresearchgroup/proxmark3` @@ -82,8 +106,9 @@ You can also switch serial port from inside the proxmark3 client using the new c 2. Name: `PM3_RDV4.0` 3. Pin: `1234` -### Windows -#### (5.1) (win) Connecting your RDV4.0 with Bluetooth on mobile phone or computer +### (5.1) Windows + +#### (5.1.1) Connecting your RDV4.0 with Bluetooth on mobile phone or computer * Open Bluetooth and search for a device named PM3_RDV4.0. * Enter the paired password 1234 and establish the connection. * The blue state LED on the add-on will keep blinking after the connection is established. Only when the mobile phone or computer opens the correct COM port, the blue LED turns on solid, indicating that the connection is successful. @@ -91,6 +116,9 @@ You can also switch serial port from inside the proxmark3 client using the new c * First time you do this you might need to go into Bluetooth more settings and add a outgoing com port. * First open your bluetooth settings, click on "more options". + + +