Web Tiles and Much Needed Microsoft Band SDK Updates

Since they were previewed at //Build earlier this year, I've been waiting for Web Tiles to really hit the Microsoft Band world. Their appeal is easy to comprehend... be able to write the code once for your Band App as a Web API using any data source available on the web, included authenticated data sources like Office 365 now, and push it to all devices that are supported by the Band (aka iOS, Android, Windows Phone and Windows) without having to know anything at all about how to write code for that particular mobile platform. Get immediate expose across multiple devices for your App. The Microsoft Health app does all the heavy lifting for installing the app on the Band, formatting it and then pushing the content from your app to the Band, all from a simple 6-10 line (typically) XML zipped manifest file. Also included in this SDK release is support for the five new sensors that are on the Microsoft Band 2. They include: galvanic skin response (electrical conductivity of the skin in kohms), barometer, altimeter, RR interval (time between heart beat peaks), and ambient light. Additionally, the number of tiles is now upped from 8 to 13 on the Microsoft Band 2 as well as support for PDF 417 barcodes. That means more ASCII characters are now supported for use when creating bar codes for your apps.

Links:

Microsoft Band Development

Microsoft Web Tiles

//Build 2015 Session: Web Tiles Dev Preview