-
Notifications
You must be signed in to change notification settings - Fork 32
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
Mi Band Demo NotFoundError #5
Comments
Which OS do you run? |
Android 5.1.1 (OxygenOS 2.1.4, the device is Oneplus one). |
Let's figure out which one(s) is not found first ;) miband.server.getPrimaryService(0xFEE0).then(s => console.log('MIBAND_SERVICE'));
miband.server.getPrimaryService(0xFEE7).then(s => console.log('IOS_SERVICE')); |
Can you now install the nRF Master Control Panel Android app, scan for your MiBand device, connect to it and share found services? |
Do you have more services? |
Oh! I wonder if it's because it is not the same model as well. |
No, that's all. Yes it works with Mi Fit app. The firmware version is 4.16.3.7. Heart rate firmware version is 1.3.76.18 |
So, looks like there is no way for me to make this demo? |
You may want to try to remove sandbox/web-bluetooth/mi-band/miBand.js Lines 65 to 67 in 0f73ae8
|
Hi! I've tried mi band demo, but got an error "NotFoundError: Service not found in device."
Should I turn something on the device first before a try?
The text was updated successfully, but these errors were encountered: