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.
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:
Open the SLN file: File > Open Project, select the file HelloSensorCore.sln
Remove the “AnyCPU” configuration (not supported by the Lumia SensorCore SDK)
or simply select ARM
Select the target ‘Device’.
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.
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.
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:
HelloSensorCore.slnAlternatively 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
The projects listed below are exemplifying the usage of the SensorCore APIs