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

Make links relative

Mirko Augsburger
2018-09-13 14:01:46 +02:00
parent 5a2fb055ac
commit 4e397f00ad
4 changed files with 24 additions and 24 deletions

@@ -45,7 +45,7 @@ Nowadays all smartphones supports Bluetooth 4.x and not Bluetooth 3.x anymore, s
</tr> </tr>
</table> </table>
Luckily, we don't need to change anything because we can use the same pins as for the HC-05. For the HM-10 configuration we can also use the same Arduino sketch and parameters like in the chapter [Connecting a HC-05 Bluetooth module](https://github.com/oliexdev/openScale/wiki/Custom-Bluetooth-Scale/_edit#connecting-a-hc-05-bluetooth-module-to-a-tablet) (only change "both NL & CR" back to "no line ending"). It is even slightly easier because we don't have to pull high a KEY pin anymore. You can find the AT commands in the [HM-10 manual](https://github.com/oliexdev/openScale/blob/master/doc/custom_scale/hm_10/HM_10_Manual.pdf). For example to change the Bluetooth device name to `openScale` send the AT command `AT+NAMEopenScale` to the HM-10 module. Luckily, we don't need to change anything because we can use the same pins as for the HC-05. For the HM-10 configuration we can also use the same Arduino sketch and parameters like in the chapter [Connecting a HC-05 Bluetooth module](Custom-Bluetooth-Scale/_edit#connecting-a-hc-05-bluetooth-module-to-a-tablet) (only change "both NL & CR" back to "no line ending"). It is even slightly easier because we don't have to pull high a KEY pin anymore. You can find the AT commands in the [HM-10 manual](https://github.com/oliexdev/openScale/blob/master/doc/custom_scale/hm_10/HM_10_Manual.pdf). For example to change the Bluetooth device name to `openScale` send the AT command `AT+NAMEopenScale` to the HM-10 module.
## Reducing the power consumption ## Reducing the power consumption

@@ -1,17 +1,17 @@
* [My scale xyz is not supported why?](https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-(FAQ)#my-scale-xyz-is-not-supported-why) * [My scale xyz is not supported why?](Frequently-Asked-Questions-(FAQ)#my-scale-xyz-is-not-supported-why)
* [Why are the measurements are not synchronise to a cloud (e.g. Google fit / Garmin Connect / Dropbox and so on)?](https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-(FAQ)#why-are-the-measurements-are-not-synchronise-to-a-cloud-eg-google-fit--garmin-connect--dropbox-and-so-on) * [Why are the measurements are not synchronise to a cloud (e.g. Google fit / Garmin Connect / Dropbox and so on)?](Frequently-Asked-Questions-(FAQ)#why-are-the-measurements-are-not-synchronise-to-a-cloud-eg-google-fit--garmin-connect--dropbox-and-so-on)
* [Why is my language xyz is missing or incomplete?](https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-(FAQ)#why-is-my-language-xyz-is-missing-or-incomplete) * [Why is my language xyz is missing or incomplete?](Frequently-Asked-Questions-(FAQ)#why-is-my-language-xyz-is-missing-or-incomplete)
* [How do I get on my SBF70 scale the body metrics (water, muscle, fat percentage)?](https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-(FAQ)#how-do-i-get-on-my-sbf70-scale-the-body-metrics-water-muscle-fat-percentage) * [How do I get on my SBF70 scale the body metrics (water, muscle, fat percentage)?](Frequently-Asked-Questions-(FAQ)#how-do-i-get-on-my-sbf70-scale-the-body-metrics-water-muscle-fat-percentage)
* [Which scale can you recommend?](https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-%28FAQ%29#which-scale-can-you-recommend) * [Which scale can you recommend?](Frequently-Asked-Questions-%28FAQ%29#which-scale-can-you-recommend)
* [Why do openScale needs permission to the coarse location?](https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-%28FAQ%29#why-do-openscale-needs-permission-to-the-coarse-location) * [Why do openScale needs permission to the coarse location?](Frequently-Asked-Questions-%28FAQ%29#why-do-openscale-needs-permission-to-the-coarse-location)
## My scale xyz is not supported why? ## My scale xyz is not supported why?
I don't own every scale. But openScale is open source and lives from the open source community if you want to help you could try to reverse engineer your scale by analysing the Bluetooth 4.x protocol between your scale and the original vendor app, see [Bluetooth 4.x Reverse Engineer tutorial](https://github.com/oliexdev/openScale/wiki/How-to-reverse-engineer-a-Bluetooth-4.x-scale) for further information. If you understand the protocol then it is not complicated to implement it into openScale. I don't own every scale. But openScale is open source and lives from the open source community if you want to help you could try to reverse engineer your scale by analysing the Bluetooth 4.x protocol between your scale and the original vendor app, see [Bluetooth 4.x Reverse Engineer tutorial](How-to-reverse-engineer-a-Bluetooth-4.x-scale) for further information. If you understand the protocol then it is not complicated to implement it into openScale.
## Why are the measurements are not synchronise to a cloud (e.g. Google fit / Garmin Connect / Dropbox and so on)? ## Why are the measurements are not synchronise to a cloud (e.g. Google fit / Garmin Connect / Dropbox and so on)?
Personally I don't want to synchronise any health data to a company for privacy reasons. Therefore, openScale doesn't send any data to a cloud and not having permission to access the internet is a strong guarantee of that. Additionally, most of the used licenses by the cloud companies are incompatible with the GPLv3 license. So openScale won't support it directly but every user are free to do it anyway, just (auto) export your data and do whatever you like, see for example the [Autosync with Nextcloud tutorial](https://github.com/oliexdev/openScale/wiki/Autosync-with-Nextcloud). Personally I don't want to synchronise any health data to a company for privacy reasons. Therefore, openScale doesn't send any data to a cloud and not having permission to access the internet is a strong guarantee of that. Additionally, most of the used licenses by the cloud companies are incompatible with the GPLv3 license. So openScale won't support it directly but every user are free to do it anyway, just (auto) export your data and do whatever you like, see for example the [Autosync with Nextcloud tutorial](Autosync-with-Nextcloud).
## Why is my language xyz is missing or incomplete? ## Why is my language xyz is missing or incomplete?

@@ -10,6 +10,6 @@
*openScale is an open source app which support various Bluetooth scales to keep log of your body metrics.* *openScale is an open source app which support various Bluetooth scales to keep log of your body metrics.*
* [Supported scales in openScale](https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale) * [Supported scales in openScale](Supported-scales-in-openScale)
* [Implemented body metric estimations](https://github.com/oliexdev/openScale/wiki/Body-metric-estimations) * [Implemented body metric estimations](Body-metric-estimations)
* [Frequently Asked Questions (FAQ)](https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-(FAQ)) * [Frequently Asked Questions (FAQ)](Frequently-Asked-Questions-(FAQ))

@@ -1,6 +1,6 @@
## How to support your scale ## How to support your scale
If you want to help to support your Bluetooth scale please see [here](https://github.com/oliexdev/openScale/wiki/How-to-reverse-engineer-a-Bluetooth-4.x-scale) for further information. If you want to help to support your Bluetooth scale please see [here](How-to-reverse-engineer-a-Bluetooth-4.x-scale) for further information.
## Overview ## Overview
@@ -17,7 +17,7 @@ If you want to help to support your Bluetooth scale please see [here](https://gi
<td align="center">&#10003;</td> <td align="center">&#10003;</td>
<td align="center">&#10003;</td> <td align="center">&#10003;</td>
<td align="center">&#10003;</td> <td align="center">&#10003;</td>
<td>see <a href="https://github.com/oliexdev/openScale/wiki/Custom-Bluetooth-Scale">here</a> for a tutorial</td> <td>see <a href="Custom-Bluetooth-Scale">here</a> for a tutorial</td>
</tr> </tr>
<tr> <tr>
<td>Xiaomi Mi scale v1</td> <td>Xiaomi Mi scale v1</td>
@@ -39,7 +39,7 @@ If you want to help to support your Bluetooth scale please see [here](https://gi
<td align="center">&#10003;</td> <td align="center">&#10003;</td>
<td align="center">&#10003;</td> <td align="center">&#10003;</td>
<td>assigned user name on the scale and in openScale have to be the same, see <td>assigned user name on the scale and in openScale have to be the same, see
<a href="https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-(FAQ)#how-do-i-get-on-my-sbf70-scale-the-body-metrics-water-muscle-fat-percentage">FAQ</a></td> <a href="Frequently-Asked-Questions-(FAQ)#how-do-i-get-on-my-sbf70-scale-the-body-metrics-water-muscle-fat-percentage">FAQ</a></td>
</tr> </tr>
<tr> <tr>
<td>Digoo DG-S038H</td> <td>Digoo DG-S038H</td>
@@ -103,7 +103,7 @@ If you want to help to support your Bluetooth scale please see [here](https://gi
<td align="center">&#10003;</td> <td align="center">&#10003;</td>
<td align="center">&#10003;</td> <td align="center">&#10003;</td>
<td>assigned user name on the scale and in openScale have to be the same, see <td>assigned user name on the scale and in openScale have to be the same, see
<a href="https://github.com/oliexdev/openScale/wiki/Frequently-Asked-Questions-(FAQ)#how-do-i-get-on-my-sbf70-scale-the-body-metrics-water-muscle-fat-percentage">FAQ</a></td> <a href="Frequently-Asked-Questions-(FAQ)#how-do-i-get-on-my-sbf70-scale-the-body-metrics-water-muscle-fat-percentage">FAQ</a></td>
</tr> </tr>
<tr> <tr>
<td>Runtastic Libra</td> <td>Runtastic Libra</td>
@@ -155,15 +155,15 @@ _Please select a scale for further information_
<tr> <tr>
<th> <th>
<a href="https://github.com/oliexdev/openScale/wiki/Custom-Bluetooth-Scale"> <a href="Custom-Bluetooth-Scale">
<img src='https://github.com/oliexdev/openScale/raw/master/doc/custom_scale/parts/scale_hacked_front.JPG' width='270px' alt='image missing' /> </a> <br> <img src='https://github.com/oliexdev/openScale/raw/master/doc/custom_scale/parts/scale_hacked_front.JPG' width='270px' alt='image missing' /> </a> <br>
<sub><a href="https://github.com/oliexdev/openScale/wiki/Custom-Bluetooth-Scale">Custom Bluetooth scale</a></sub> <sub><a href="Custom-Bluetooth-Scale">Custom Bluetooth scale</a></sub>
</th> </th>
<th> <th>
<a href="https://github.com/oliexdev/openScale/wiki/Xiaomi-Bluetooth-Mi-Scale"> <a href="Xiaomi-Bluetooth-Mi-Scale">
<img src='https://github.com/oliexdev/openScale/raw/master/doc/scales/miscale.jpg' width='200px' alt='image missing' /> </a> <br> <img src='https://github.com/oliexdev/openScale/raw/master/doc/scales/miscale.jpg' width='200px' alt='image missing' /> </a> <br>
<sub><a href="https://github.com/oliexdev/openScale/wiki/Xiaomi-Bluetooth-Mi-Scale">Xiaomi Mi scale v1</a></sub> <sub><a href="Xiaomi-Bluetooth-Mi-Scale">Xiaomi Mi scale v1</a></sub>
</th> </th>
</tr> </tr>
@@ -171,9 +171,9 @@ _Please select a scale for further information_
<tr> <tr>
<th> <th>
<a href="https://github.com/oliexdev/openScale/wiki/Medisana-BS444"> <a href="Medisana-BS444">
<img src='https://github.com/oliexdev/openScale/blob/master/doc/scales/medisana_bs444.jpg' width='250px' alt='image missing' /> </a> <br> <img src='https://github.com/oliexdev/openScale/blob/master/doc/scales/medisana_bs444.jpg' width='250px' alt='image missing' /> </a> <br>
<sub><a href="https://github.com/oliexdev/openScale/wiki/Medisana-BS444">Medisana BS444 scale</a></sub> <sub><a href="Medisana-BS444">Medisana BS444 scale</a></sub>
</th> </th>
<th> <th>