MSBandViewer is a Universal Windows Platform application used for tracking the sensors of a Microsoft Band such as the Heart Rate sensor, RR Interval Sensor, Skin Temperature, etc. so you can then create and export a single file for analyzing the session data.
This application uses the custom LineGraphCanvas control for drawing time progressive Line Graphs. You can also check the GIT repository for this custom control.
You need a Microsoft Band device for using this application (tested with Microsoft Band 2).
After pulling down the repository, open the Visual Studio solution, then go to the Package Manager Console and install the following NuGet packages:
PM> Install-Package Microsoft.NETCore.UniversalWindowsPlatform
PM> Install-Package Microsoft.Band
For details on the Microsoft Band SDK please refer to https://developer.microsoftband.com/bandSDK
This application was coded by Erik Lopez.
Licensed under GNU General Public License v 3.0