Click here to Skip to main content
Click here to Skip to main content

Reading Ultrabook Sensor Data with the Windows 8 Sensor API

By , 6 Nov 2012
 

Introduction

Note: This is not a complete article. It is shared for the purpose of helping App Innovation contestants get started with Ultrabook sensor manipulation. As my schedule allows I will add detail to the article.

The Windows 8 Sensor API makes communication with the Ultrabook's sensors a snap.


Background

The Ultrabook includes several physical solid-state sensors as well as a few virtual sensors that are abstracted through the API.

How it Works

The application consists of a single-form Windows Forms application that updates the user interface in real-time with current sensor data. A background thread subscribes to sensor class events and collects sensor data. The UI thread updates the UI periodically with the data collected by the sensor thread.

To obtain sensor data, call the static GetDefault() method of the appropriate class, set properties as necessary, and subscribe to available events (ReadingChanged is typically available.)

The user interface uses a custom Metro-style-style group-box control. 

Points of Interest 

  1. I have been unable to get GPS sensor data from the Intel Ultrabook. From what I can tell it either:
    1. doesn't have GPS or it's not enabled. 
    2. doesn't have an antenna.
    3. doesn't include working drivers.
  2. I have been unable to get near-field communication (NFC) working.  I have only tried to sense NFC tags (containing the Mifare Ultralight chip).
  3. Use of the API in desktop applications requires a reference to the Windows 8 runtime. This requires a bit of mucking about in Visual Studio.
  4. If Windows 8 is not present, the application will fail with a TypeLoadException before even reaching Main().
  5. The location API appears to use some standard accuracy values, from which we can infer the sensor being used:
    1. 1000m == IP address geolocation 
    2. 100m == WiFi database geolocation 
    3. < 85m == GPS geolocation 
  6. I don't know if all of my units of measurement are correct.
  7. 1G is equal to an acceleration of 9.81m/s² or a force of 9.81N/kg. 
If you have additional information to share, please contact me. If you found this useful, please cast a vote.

History

2012-11-06 – Original article

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Yvan Rodrigues
President Red Cell Innovation Inc.
Canada Canada
Member
Yvan Rodrigues has 23 years of experience in information systems and software development for the manufacturing sector. He runs Red Cell Innovation Inc./L'innovation de Globules Rouges, a consulting company focusing on efficiency and automation of manufacturing and business processes for small businesses, healthcare, and the public sector.
 
Yvan draws on experience at Mabel's Labels Inc. as Manager of Systems and Development, and the University of Waterloo as Information Systems Manager.
 
Yvan supports open-source software. He is a committer for SharpKit (C# to Javascript cross-compiler) and WebIssues (Issue/Ticket Management System), and contributes to MySQL, Ghostscript, iTextSharp, Bacula, FreeBSD, MonoTouch, and Mono for Android.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionMY VOTE OF 5memberAbhishek Nandy7 Nov '12 - 16:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 6 Nov 2012
Article Copyright 2012 by Yvan Rodrigues
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid