Data Streamer

Logo

Data Streamer Developer Portal Webpage

View the Project on GitHub microsoft/DataStreamerDevPortal

Data Streamer Developer Portal

What is Data Streamer?

Data Streamer is a COM Add-in for Microsoft Excel that allows users to stream low latency data into Microsoft Excel from connected devices and apps. Examples of projects developed with Data Streamer include the Hacking STEM portfolio of middle-school level STEM lessons available at: https://aka.ms/hackingstem

Supported devices include microcontrollers such as Arduino Uno, micro:bit, Circuit Playground, MXChip Azure IoT DevKit, and any other serial capable device. Windows 10 UWP Apps can connect to Data Streamer via an App Service.

What does Data Streamer do?

Data Streamer is a bidirectional data transfer utility that streams data between Excel and a microcontroller via the serial port, or app to app via UWP app service. This connection provides interactivity between a data source and the powerful calculation engine of Microsoft Excel. By using a set of commands and techniques users can design highly interactive Excel dashboards to visualize data and control program flow.

  1. Home
  2. Enabling Data Streamer
  3. How Data Streamer Works
  4. UWP Code GitHub Sample
  5. Arduino Code GitHub Sample
  6. Useful Links