Display HeartRate from Xiaomi Smart Band 7 - Forum

Forum Navigation
You need to log in to create posts and topics.

Display HeartRate from Xiaomi Smart Band 7

A little program to display Heart Rate from Xiaomi Smart Band 7 made with VisualNeo Win

You can get more info here:

https://github.com/emo44/Xiaomi-Smart-Band-7-Pc-HeartRate-Windows

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and 3 other users have reacted to this post.
luishpVadimCN_IcemanDarbdenralsuyonob

@emmanuel-fernandez

Very cool! Interesting project!

What was used to connect the program via bluetooth?

 

emo has reacted to this post.
emo
Quote from Vadim on October 4, 2023, 8:55 am

@emmanuel-fernandez

Very cool! Interesting project!

What was used to connect the program via bluetooth?

 

Hi @Vadim,
It has a function in vbscript to extract the macAdress from the bluetooth device and a small program in python, compiled with pyinstaler and embedded in VisualNeo Win that uses the bleak library to which it passes the macAdress and the file.txt as arguments where to save the reading of the heart rate so that visualneo win can then display and interpret the data. The library to display the graph is asLineChart used in dynamic mode.

I did this little test when I remembered that years ago they asked me for something similar to see the heart rate of some musicians in real time on a screen while they were playing a melody. At that time I did the project in Unity3D and with one of the first watches that incorporated the sensor to read the heart rate.

luishp, Vadim and 2 other users have reacted to this post.
luishpVadimCN_IcemanDarbdenral

Nice work!

emo has reacted to this post.
emo