Skip to content
subhankars edited this page Mar 18, 2016 · 2 revisions

IoT Data Analytics Tools and Libraries

This project is to show how to read data from Texas Instrument SimpleLink™ Bluetooth Smart®/Multi-Standard SensorTag CC2650 using C#. And a small demonstration of showing the values coming from the sensor in a simple Universal windows app.

The library SensorTagLibrary is capable of capturing data from the following sensors -

  • Temperature, Humidity.
  • Barometer.
  • Accelerometer, Gyroscope, Magnetometer.
  • Key service sensor for left and right key.

The overall goal of this project is to reading the data from SensorTag CC2650, pushing it to Azure event hub and using stream analytics an Power BI for analysing the data for a meaningful insight. Which will be available in our future releases.

System Requirement:

  • Windows 8 SDK
  • Visual Studio 2013 Update 3 or later
  • Windows 8.1 machine with blue tooth

Reference:

http://sensortag.codeplex.com

Clone this wiki locally