miband-js icon indicating copy to clipboard operation
miband-js copied to clipboard

MiBand 2 JS library for Node.JS and HTML5 (WebBluetooth)

Results 23 miband-js issues
Sort by recently updated
recently updated
newest added

Hello, I would like to thank you for this cool project, I am trying to connect to a Mi Band 6 from a raspberry pi using python (or any other...

When I tried to run this repo with my miband 3 it shows the below error. throw new Error('No compatible USB Bluetooth 4.0 device found!'); ^ Error: No compatible USB...

I'm trying to use this library to read data from a Xiaomi 2 Band with Node. I got a Bluetooth dongle and did several changes on the example code (since...

Any possibility of detecting two clicks or a long press? Thanks for any help

The hrx edition of the MiBand 2 does not support heart rate measurement and thus cannot be used with this library. Introducing simple if statements to check if the band...

Most of the dependencies required upon by this repo have been deprecated. Additionally, `Buffer()` is also deprecated in most browsers and node. Also, in node, `crypto` makes more sense than...

I am trying to port this code to Flutter(dart) so people can use it in their mobile devices to communicate with MiBand 3, However I am stuck in authentication. I...

Any pointers where I'd look to implement the ability to download the HR and steps data the band 3 has stored on it, along with timestamps? i.e. the same operation...

When I wear my Mi Band 2 I get correct heart rate data. But when I remove the Band from my wrist and just place it on the table I...

Does this repo project work on Xiaomi MiBand 3? Is it already tested?