Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With BLE fitness trackers ? #71

Closed
mr-sneezy opened this issue Mar 10, 2021 · 6 comments
Closed

With BLE fitness trackers ? #71

mr-sneezy opened this issue Mar 10, 2021 · 6 comments

Comments

@mr-sneezy
Copy link

I'll post this as an idea rather than a feature request, as it's probably not possible or in the scope of the original environmental sensor integration concept but I won't know unless I ask...

Does anyone other than me wonder if the same concept used with MiThermometer could be used with cheap hackable BLE fitness wrist bands that have body temp, heart rate, blood oxygen monitoring etc ?

I.E. to reflash them with branched firmware that will in similar fashion advertise body data to HA via the ESPhome BLE hub without any OEM apps or cloud based monitoring (privacy intrusion).
The benefits of this would be detailed health monitoring at home (particularly during sleep) and HA automations based on the sensors, with warnings/logs about high heart rate, low blood oxygen etc etc.

Thoughts anyone ?

@atc1441
Copy link

atc1441 commented Mar 10, 2021

That is possible the same way yes

Actually i got 20 of some 2€ fitness tracker with telink soc just never started with them as no one could benefit from it, when they are hard to get it doesnt make much sense.
If there is a cheap device widely available it would be perfect

@pvvx
Copy link
Owner

pvvx commented Mar 10, 2021

There are 4 types of SoCs in the Chinese/AliExpress low-cost fitness watch market.

  • Telink (tlsr826x, tlsr825x) - Datasheet, IDE, SDK, code samples and OTA available
  • Phyplus Microelectronics (PHY62x2) - Datasheet, IDE, SDK, code samples and OTA available
  • HS6620 - ?
  • Nordic (nRFxxxx) - only IDE, SDK

@pvvx
Copy link
Owner

pvvx commented Mar 10, 2021

image
image
image
....
https://esp8266.ru/forum/

@mr-sneezy
Copy link
Author

Interesting. Clearly you've given the idea some thought.
I have a couple of China fit bands here too, neither of which I use because I found the OEM apps and firmware too clunky and lacking in some way, like proper at home logging.
Happy to buy another to hack/test if one of the many models is suitable. It does not need much of a display, just enough to see if it's working.

@pvvx
Copy link
Owner

pvvx commented Mar 12, 2021

I.E. to reflash them with branched firmware that will in similar fashion advertise body data to HA via the ESPhome BLE hub without any OEM apps or cloud based monitoring (privacy intrusion).

Unfortunately, ESPHome (ESP32) is very bad at receiving beacons (Advertising Packages).
#59

@mr-sneezy
Copy link
Author

mr-sneezy commented Mar 13, 2021

Ah OK.
Hey, but isn't that what we are picking up from the reflashed MiThermometers sensors now though ?
(very sorry if I've found a gap in my understanding of the advertising meaning, I know it's not your job to educate me)

Reason I ask is that ESPHome BLE Tracker is what I'm using for the 4x sensors spread all over my house (including one that is inside the fridge) with great reading reliability.

@pvvx pvvx closed this as completed Apr 15, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants