1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-22 16:23:09 +02:00

Updated How to reverse engineer a Bluetooth 4.x scale (markdown)

OliE
2022-05-08 11:37:26 +02:00
parent ff51de8983
commit 2e3b0f3aba

@@ -14,7 +14,7 @@ The general procedure of reverse engineering a Bluetooth 4.x scale is as follow:
1. From `debugdata.zip` file created at previous step, get the `btsnoop_hci.log`; the file can be found in archive inside directory `FS\data\misc\bluetooth\logs\` 1. From `debugdata.zip` file created at previous step, get the `btsnoop_hci.log`; the file can be found in archive inside directory `FS\data\misc\bluetooth\logs\`
#### 2. Find out the Bluetooth services and characteristic #### 2. Find out the Bluetooth services and characteristic
1. Install the openScale [development version](https://github.com/oliexdev/openScale/releases/tag/travis-dev-build). 1. Install the openScale [development version](https://github.com/oliexdev/openScale/releases/tag/dev-build).
1. Go to settings, about and enable debug log. 1. Go to settings, about and enable debug log.
1. Then go to settings, Bluetooth and search for your scale. 1. Then go to settings, Bluetooth and search for your scale.
1. Once found, click on it and openScale will then fetch information about all services and characteristics. 1. Once found, click on it and openScale will then fetch information about all services and characteristics.