Reputation: 33
I am attempting to write an app that makes use of the Microsoft Bands sensors (Heart Rate, Skin Temperature, Pedometer, etc.) but will be used on a shared band, not tied to a specific user. At the moment I am unable to find a way to connect the band to a device purely by bluetooth, as the band must first be connected to and registered with the Microsoft Health app. Does anyone know of a way to do this using the newly released SDK?
Upvotes: 2
Views: 4875
Reputation: 1871
It is possible to pair a band with any phone after the setup process is complete.
There are some caveats. These include:
If that works for you then here are some rough steps to do this. These are not supported use cases but with some experimenting with the flow below you should be able to achieve what you asked.
The steps:
Once completed, your Band should be paired with Phone two.
Upvotes: 1
Reputation: 2016
Only the Microsoft Health applications (across the various supported platforms) can take a Band from its "factory reset" state to its "setup" state and that involves registering the Band to a Microsoft Account. There is no requirement, however, that the Band remain registered to that account. Afterward, registered or not, you can connect to the Band using the Band SDK from any phone, merely by Bluetooth pairing the Band to that phone.
Upvotes: 1