Gentlemen,
I'm trying to develop a Health profile solution that works with Win 8.1
- I'm using SDK 6.0 and S110 v 7
- Win 8.1
I found the Win 8.1 sample app with heart rate, blood pressure and thermometer.
My nRF51822 works fine with nRFTools on Android, I see all of the characteristics my code made available including battery level, temperature, etc.
On Win 8.1 first issue I had to overcome is pairing. it looks like it is a known bug in S110 v7. There is a need for a special code before the nRF51822 starts advertising.
Now I can pair with Win 8.1 but I'm seeing the following error:
"Getting the device failed with error: 80070057"
Has anyone here implemented health profile to be used with MS sample code for BluetoothLEHealthProfiles ?
On Windows 8.1 I read somewhere that there is a need for a metadata structure. What does it mean? what is this metadata some developers are talking about?
Thanks much for your help.