News

Extraordinary Robot
Robot
Joined
Jun 27, 2006
Messages
23,048
Continuing with our Hardware Event Theme, it's Windows 10 Band Day!

Link Removed, whom we usually highlight for his cool Kinect projects, a couple months ago wrote up this nice Windows 10 UWP Microsoft Band example...

Link Removed


Although very simple I thought this was worth blogging as I didn’t see too many UWP (Universal Windows Platform) samples using the Microsoft Band SDK. I gave a talk recently at the Microsoft IOT Hackathon at the Microsoft Offices in Reading which involved streaming the heart rate data from the band up to Azure event hubs and I wanted to create a UWP app for it. The first step is to invoke the Nuget package manager inside Visual Studio 2015 RC to add the Band SDK to my project

Link Removed

Then you can use the following code (non-production ready) to display the heart rate data:

...

Here’s the resulting app running on my desktop:

Link Removed

Code is on Github here https://github.com/peted70/msband-hr-uwp-

Other posts from Peter we've highlighted;


Link Removed
Link Removed
Link Removed

Link Removed

Continue reading...
 


Back
Top