bthrm - Update README

pull/3349/head
Martin Boonk 2024-04-13 10:55:49 +02:00
parent 04d00b5018
commit c635c39dbe
2 changed files with 9 additions and 1 deletions

View File

@ -42,6 +42,6 @@
Add debug option for disabling active scanning Add debug option for disabling active scanning
0.17: New GUI based on layout library 0.17: New GUI based on layout library
0.18: Minor code improvements 0.18: Minor code improvements
0.19: Move caching of characteristics into settings app (needs repairing of the sensor) 0.19: Move caching of characteristics into settings app
Changed default of active scanning to false Changed default of active scanning to false
Fix setHRMPower method not returning new state Fix setHRMPower method not returning new state

View File

@ -21,6 +21,10 @@ Once installed you will have to go into this app's settings while your heart rat
**To disable this and return to normal HRM, uninstall the app or change the settings** **To disable this and return to normal HRM, uninstall the app or change the settings**
The characteristics of your selected sensor are cached in the settings. That means if your sensor changes, e.g. by firmware updates or similar, you will need to re-scan in the settings to update the cache of characteristics. This is done to take some complexity (and time) out of the boot process.
Scanning in the settings will do 10 retries and then give up on adding the sensor. Usually that works fine, if it does not for you just try multiple times. Currently saved sensor information is only replaced on a successful pairing. There are additional options in the Debug entry of the menu that can help with specific sensor oddities. Bonding and active scanning can help with connecting, but can also prevent some sensors from working. The "Grace Periods" just add some additional time at certain steps in the connection process which can help with stability or reconnect speed of some finicky sensors. Defaults should be fine for most.
### Modes ### Modes
* Off - Internal HRM is used, no attempt on connecting to BT HRM. * Off - Internal HRM is used, no attempt on connecting to BT HRM.
@ -57,3 +61,7 @@ This replaces `Bangle.setHRMPower` with its own implementation.
## Creator ## Creator
Gordon Williams Gordon Williams
## Contributer
[halemmerich](https://github.com/halemmerich)