Microsoft Ignite NZ 25-28 October 2016 SKYCITY, Auckland.

Slides:



Advertisements
Similar presentations
Microsoft Build /28/2017 6:34 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Advertisements

A deep dive into Azure AD B2C
3 Ways to Integrate Business Systems to Partners
11/19/2017 9:41 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/18/2018 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
5/12/2018 3:54 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Explore IOT Scenarios from the field and their reference architectures
Microsoft Ignite /4/2018 8:46 AM
What has Azure to offer to IoT Developers?
Developing apps for the Internet of Things
Get Started Developing with Azure IoT Hub
Get Started with Common Data Model (CDM) and PowerApps
Overview of the Microsoft Azure serverless platform
9/6/2018 7:14 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Exploring Azure Event Grid
Explore the mobile options for OneDrive and SharePoint files
Mikael Hakansson IoT – Common patterns and practices Integration MVP
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
11/15/ :59 AM THR2294 Building great looking experiences with Microsoft Graph and Office UI Fabric Ben Summers Office Marketing David Lavenda Harmon.ie.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite /20/2018 2:21 PM
Azure Event Grid with Custom Events
Mobile Center and VSTS:​ Better together for your Mobile DevOps
11/27/2018 6:59 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Office 365 and Azure Active Directory Premium
Learn. Imagine. Build. .NET Conf
M318.
Building Mobile Solutions on Windows Azure – Part I
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Jeff Hollan / Kevin Lam Program Manager / Principal Program Manager- Microsoft Bringing Logic Apps into DevOps with Visual Studio and monitoring.
TechEd /11/ :21 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
TechEd /15/2019 8:08 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Welcome to Azure Notebooks
Microsoft Build /18/ :04 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Azure Functions & Aurelia Serverless SPAs
2/19/2019 9:06 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Virtual Reality with Azure and Unity
Microsoft Connect /23/ :38 AM
Microsoft Connect /25/2019 1:20 PM
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Build /8/2019 6:29 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/15/2019 1:57 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Connect /29/2019 4:52 PM
5/2/2019 4:03 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
5/7/2019 5:52 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
5/10/2019 4:48 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
5/13/ :30 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
The complete developer's guide to the SkyDrive API
Erik Porter Program Manager ASP.NET Microsoft Corporation
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Alex Karcher 5 tips for production ready Azure Functions
Presentation transcript:

Microsoft Ignite NZ 25-28 October 2016 SKYCITY, Auckland

Azure IoT from Device to Display and Everything in Between. Jon Gallant, Principal SDE, Developer Experience, Microsoft @jongallant

Microsoft Ignite 2016 11/18/2018 9:29 AM About Me Life Family Blog Coding 3D Printing Coffee Music Jon Gallant @jongallant jongallant.com Work Microsoft Blog Coding 3D Printing Manager “A man is a success if he gets up in the morning and goes to bed at night and in between does what he wants to do.” Bob Dylan © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Session Goals A quick Azure IoT Overview and demonstrate how to… Send Device to Cloud Messages Receive Cloud to Device Messages Process Messages Display Messages

Azure IoT Overview An Azure service that allows you to build high scale and secure IoT solutions. Per device security credentials and access control Reliable Bi-directional messaging Device management Open Source SDKs Millions of devices and millions of events per sec

Azure Sphero

DEMO – Azure Sphero Tweets Tweet to spin the Spheros #azuresphero blue #azuresphero red

Azure Sphero – Send Messages

Azure IoT Hub - Create Create IoT Hub https://portal.azure.com/#create/Microsoft.IotHub Download Device Explorer https://github.com/Azure/azure-iot-sdks/releases

Azure IoT – Register Device Device Explorer – Management – Create Device

DEMO – Azure Sphero Tweets Tweet to spin the Spheros #azuresphero blue #azuresphero red

Azure Sphero – Send Messages

Azure IoT Node.js SDK npm install azure-iot-device https://github.com/Azure/azure-iot-sdks/ https://www.npmjs.com/package/azure-iot-device npm install azure-iot-device-amqp https://www.npmjs.com/package/azure-iot-device-amqp https://www.amqp.org/

Sphero JavaScript SDK npm install sphero https://www.npmjs.com/package/sphero https://sdk.sphero.com/community-apis/javascript-sdk/ npm install noble https://www.npmjs.com/package/noble https://www.youtube.com/watch?v=mL9B8wuEdms https://github.com/sandeepmistry/noble

Azure Sphero - References Reference SDKs

Azure Sphero - Connect Connect to Spheros Init Azure Client Open Azure Connection

Azure Sphero – Events Handle Sphero Telemetry Events

Azure Sphero – Send to Azure Invoke azureClient.SendEvent

DEMO – Azure Sphero Tweets Tweet to spin the Spheros #azuresphero blue #azuresphero red

Azure Sphero – Receive Messages

Azure Sphero – Receive Messages Register Connect Callback Register “message” Event Handler

Azure Sphero – Receive Messages

Azure Sphero – Receive Messages Execute Sphero Command

DEMO – Azure Sphero Tweets Tweet to spin the Spheros #azuresphero blue #azuresphero red

Azure Sphero – Receive Messages

Azure Sphero - Control Sphero via Twitter Watch for #azuresphero and roll Sphero

Azure Sphero – Service Fabric Listens for #azuresphero using Twitter Streaming API and Executes Logic App

Azure Sphero – Logic App Receives POST from Service Fabric, Converts Tweet to JSON, Sends to IoT Hub and Power BI

Azure Sphero – Azure Function Receives a Tweet and Converts it to JSON for IoT Hub and Power BI

Azure Sphero – IoT Hub Connector Proxy between a Logic App and IoT Hub https://github.com/logicappsio/IoTHubApi

Azure Sphero – Power BI Streaming Dataset Send Tweet JSON to Power BI new Streaming Dataset Feature aka “Push with Key” http://bit.ly/pbistream

DEMO – Azure Sphero Tweets Tweet to spin the Spheros #azuresphero blue #azuresphero red

Azure Sphero – Process Messages

Azure Sphero – Process Messages Takes IoT Hub data and Sends it to Power BI

DEMO – Azure Sphero Tweets Tweet to spin the Spheros #azuresphero blue #azuresphero red

Azure Sphero – Display Messages

Azure Sphero – Display Messages Power BI Report for Gyro Data Summary and Drill Down

DEMO – Azure Sphero Tweets Tweet to spin the Spheros #azuresphero blue #azuresphero red

Azure Sphero – Display Messages

Azure Sphero – Power BI Streaming Dataset Power BI Push with Key API Power BI Tweet Leaderboard Report

DEMO – Azure Sphero Tweets Tweet to spin the Spheros #azuresphero blue #azuresphero red

Azure Sphero – What We Learned How to Send, Receive, Process and Display IoT Messages through the Azure Pipeline and integrate other Azure Services like Azure Functions, Logic Apps and Service Fabric. Subscribe to my blog at jongallant.com or follow me @jongallant for updates to this solution and code samples.

Azure Sphero Tweet Results

My Ignite NZ Sessions Azure IoT – Tues, 2:55pm, NZ 4 Microsoft Ignite 2016 11/18/2018 9:29 AM My Ignite NZ Sessions Azure IoT – Tues, 2:55pm, NZ 4 Power BI for Developers – Wed, 9:00am, NZ 3 Work:life Balance – Wed, 1:40pm, Theatre © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Q&A

11/18/2018 9:29 AM © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.