Hello SensorCore is a getting started sample for Lumia SensorCore SDK. The sample shows how to initialise and use StepCounter API.
Перейти к файлу
Satyam Bandarapu fd9d6b837d Updated to use latest Lumia SensorCore SDK 1.1 Preview 2015-03-03 12:37:22 +02:00
.nuget Initial commit 2014-10-15 16:07:52 +03:00
HelloSensorCore Updated to use latest Lumia SensorCore SDK 1.1 Preview 2015-03-03 12:37:22 +02:00
.gitignore Initial commit 2014-10-15 16:07:52 +03:00
HelloSensorCore.sln Initial commit 2014-10-15 16:07:52 +03:00
README.md Updated to use latest Lumia SensorCore SDK 1.1 Preview 2015-03-03 12:37:22 +02:00

README.md

hello-sensorcore

Hello SensorCore is a getting started sample for Lumia SensorCore SDK. The sample shows how to initialise Step Counter API and to display the current Step Counter values. This sample is used as part of the Lumia SensorCore SDK's Quick Start guide, which provides step-by-step instructions for your first project utilizing Lumia SensorCore SDK.

  1. Instructions

Learn about the Lumia SensorCore SDK from the Lumia Developer's Library. The example requires the Lumia SensorCore SDK's NuGet package but will retrieve it automatically (if missing) on first build.

To build the application you need to have Windows 8.1 and Windows Phone SDK 8.1 installed.

Using the Windows Phone 8.1 SDK:

  1. Open the SLN file: File > Open Project, select the file HelloSensorCore.sln
  2. Remove the "AnyCPU" configuration (not supported by the Lumia SensorCore SDK) or simply select ARM
  3. Select the target 'Device'.
  4. Press F5 to build the project and run it on the device.

Alternatively you can also build the example for the emulator (x86) in which case the Steps will use simulated data.

Please see the official documentation for deploying and testing applications on Windows Phone devices: http://msdn.microsoft.com/en-us/library/gg588378%28v=vs.92%29.aspx

  1. Version history

  • Version 1.1.0.3:
    • Updated to use latest Lumia SensorCore SDK 1.1 Preview
  • Version 1.0.0.1:
  • Some bug fixes made in this release.
  • Version 1.0: The first release.
  1. Downloads

Project Release Download
Steps v1.1.0.3 hello-sensorcore-1.1.0.3.zip
Steps v1.0.0.1 hello-sensorcore-1.0.0.1.zip
Steps v1.0 hello-sensorcore-1.0.zip
  1. See also

The projects listed below are exemplifying the usage of the SensorCore APIs