kizan iot workshop - memphis

56
+ Cincinnati + Louisville + Nashville + Columbus + Detroit + Indianapolis David Buckingham – Practice Lead, Custom App Development Mike Branstein – Director, Application Development Internet of Things (IoT) Workshop

Upload: mike-branstein

Post on 24-Jan-2017

57 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: KiZAN IoT Workshop - Memphis

+ Cincinnati + Louisville + Nashville + Columbus+ Detroit + Indianapolis

David Buckingham – Practice Lead, Custom App DevelopmentMike Branstein – Director, Application Development

Internet of Things (IoT)

Workshop

Page 2: KiZAN IoT Workshop - Memphis

2

Welcome

Page 3: KiZAN IoT Workshop - Memphis

3

• You rarely get the chance to practice for practice’s sake• IoT and cloud architecture/development patterns can be

confusing and are frankly “new” to many of us• It’s not what’s going to change, it’s when – and the answer is likely

yesterday

• Today• The Internet of Things (IoT)• Cloud architecture• See an end-to-end solution• Hands-on practice• Get excited or inspired

Practice Makes Perfect

Page 4: KiZAN IoT Workshop - Memphis

4

IoT: The Internet of Toasters Things

Page 5: KiZAN IoT Workshop - Memphis

5Source: Oxford Ditionary

Internet of thingsnoun A proposed development of the Internet in which everyday objects have network connectivity, allowing them to send and receive data.

What is the Internet of Things?

Page 7: KiZAN IoT Workshop - Memphis

Source: Cisco, sourced and stats created by Nick Landry 11

You Want What? More?

Page 9: KiZAN IoT Workshop - Memphis

13

The cool stuff.

Page 10: KiZAN IoT Workshop - Memphis

14

Common IoT Devices & Platforms

Page 11: KiZAN IoT Workshop - Memphis

19Source: Nick Landry

• Full single-board computer with SoC• Average cost: $30 to $45• Model A, A+, B, B+ and Raspberry Pi 2 B,

3, Zero• Runs Linux – flavor of Debian called

Raspbian• http://www.raspbian.org

• Huge accessory selection• Programmable

• Python• (Mono), etc.

• 5+ million units sold in 3 years of manufacture, technically the largest computer manufacturer in UK!

Raspberry Pi

Page 12: KiZAN IoT Workshop - Memphis

• Prototype-to-production platform• Wifi or Cellular enabled, low-voltage • Remote management capabilities• Cloud-based development environment• $19• Scale by starting with 1, move to

a PCB integrated platform, and custom hardware when you get tothe 10,000’s

• http://particle.io

Particle Photon

Page 13: KiZAN IoT Workshop - Memphis

21Source: Nick Landry

• Windows 10 is on Raspberry Pi 2 and 3!• http://windowsondevices.com

New Windows == More Fun!

Page 14: KiZAN IoT Workshop - Memphis

22

Demo: Windows 10 IoT Core

Page 15: KiZAN IoT Workshop - Memphis

23

The RPi can be powered either by the USB cable from the host PC or by an external DC power source (5V).

The RPi also has 5V, 3.3V and GND pins to supply voltages to your project components.

Raspberry Pi 2 Introduction

Source: Nick Landry

Page 16: KiZAN IoT Workshop - Memphis

24

• General Purpose Input/Output• Pin that can be controlled by

the user• Can be set to input or output • Input can be things like

temperature sensors, buttons, IR etc

• Output can be LEDs, Motors, LCDs etc

GPIO

Source: Nick Landry

Page 17: KiZAN IoT Workshop - Memphis

25

• 40 pins total• Pi Wedge organizes pins• 17 GPIO• 6x power• 5x SPI (Serial Peripheral

Interface) serial comm.• 2x UART, Tx (out) / Rx (in)

serial comm.• 4x I2C (comm. Protocol,

master/slave)

Pi Wedge Pin Out

Page 18: KiZAN IoT Workshop - Memphis

29

Breadboards offer a great way to prototype circuits. The provide a number of “buses” for connecting both power and components

Power buses run the entire horizontal length

Component buses (vertical) give you easy ways to connect pins together

Breadboards

Source: Nick Landry

Page 19: KiZAN IoT Workshop - Memphis

31

Lab 0 Introduction to your Lab Kit

Page 20: KiZAN IoT Workshop - Memphis

32

Lab 1 Hello World

Page 21: KiZAN IoT Workshop - Memphis

33

Lab 2 Momentary LED with Push Button

Page 22: KiZAN IoT Workshop - Memphis

34

Lab 3 Temperature Sensor

Page 23: KiZAN IoT Workshop - Memphis

35

• Analog Temp. Sensor• Analog to Digital

Convertor (RPi 2 only reads digital signals, so we need a convertor from Analog to Digital)

• Capacitor (to reduce line noise)

Temperature Sensor Components

Page 24: KiZAN IoT Workshop - Memphis

36

• Red are Power and GRD• Analog/Digital

Convertor (1 set for the analog component, another for the digital component)

• Temperature Sensor

Powering the Circuit

Page 25: KiZAN IoT Workshop - Memphis

37Customer & KiZAN confidential

• Serial Communications happen over 4 lines• Yellow• White• Blue• Green

• Yellow connects Temp sensor to the Convertor

Communicating with the RPi

Page 26: KiZAN IoT Workshop - Memphis

39

IoT Hub Placeholder and Azure IoT Hub Walkthrough

Page 28: KiZAN IoT Workshop - Memphis

42

Cloud Overview: IaaS, PaaS, SaaS

Source: Nick Landry, Microsoft

Page 29: KiZAN IoT Workshop - Memphis

43

• PaaS is where you “should” want to be• Use the service, don’t do the plumbing• We’ve been doing the plumbing for a long time• Challenges

• Mapping exercise• Architect the

PaaS way or thehighway

Moving to PaaS

Page 30: KiZAN IoT Workshop - Memphis

44

Reference Cloud IoT Architecture

Source: Nick Landry, Microsoft

Page 31: KiZAN IoT Workshop - Memphis

IoT Hub

{“device”:”kizan-pi-01”, “tempC”:”25.5”, “tempF”:”77.9”}

The Lab Cloud IoT Architecture

Stream Analytics

Service BusTopic

Subscribe to Average TempTopic

Power BI

{“avgTempC”:”24.3”,“avgTempF”:”75.7”}

SQL Azure

Raw dataETL temp avgs

Service Bus

ETL temp avgs

Page 33: KiZAN IoT Workshop - Memphis

47

The Maker MovementWhat’s fueling the fire?

Page 34: KiZAN IoT Workshop - Memphis

48

Makers are Everywhere

Page 35: KiZAN IoT Workshop - Memphis

49

“You’re a Great Builder and Maker”

Page 36: KiZAN IoT Workshop - Memphis

50

Page 37: KiZAN IoT Workshop - Memphis

52

Page 38: KiZAN IoT Workshop - Memphis

53

Crowdsourced Funding

Page 39: KiZAN IoT Workshop - Memphis

54

Since 2009!

$2.39B pledged105,959 successfully

funded projects

10.9M total backers

29.3M pledges3.4M repeat backers

Source: Kickstarter, May 2016

Page 40: KiZAN IoT Workshop - Memphis

IoT Hub

{“device”:”kizan-pi-01”, “tempC”:”25.5”, “tempF”:”77.9”}

The Lab Cloud IoT Architecture

Stream Analytics

Service BusTopic

Subscribe to Average TempTopic

Power BI

{“avgTempC”:”24.3”,“avgTempF”:”75.7”}

SQL Azure

Raw dataETL temp avgs

Service Bus

ETL temp avgs

Page 41: KiZAN IoT Workshop - Memphis

57

Stream Analytics

Page 42: KiZAN IoT Workshop - Memphis

58

Standard Data Analysis• Your data already exists –

it’s all from the past or projections of the future

• You can aggregate everything

• Not real-time• Batch processing• Reactionary in nature

Data Analysis

Page 43: KiZAN IoT Workshop - Memphis

59

Streaming Data Analysis• Data arrives temporally • You can’t aggregate data all at once• Real-time• Data is grouped into different

windows

Data Analysis

• What is a data window?• What’s your data window?• Concept: arriving data as an “event”

Page 44: KiZAN IoT Workshop - Memphis

60

Tumbling Window Hopping Window

Source: MSDN and MSDN

• Tumbling Windows that overlap• Timeunit (minutes, seconds, etc.)• Windowsize (duration)• Hopsize (skip duration)

• Series of fixed-size, non-overlapping and contiguous time windows

Temporal Windowing

Page 45: KiZAN IoT Workshop - Memphis

61Source: Microsoft

• Real-time stream processing in the cloud

• Real-time cloud-based ETL• Millions of events per second• Scale dynamically

What is Azure Stream Analytics?

Page 46: KiZAN IoT Workshop - Memphis

62

• Create Stream Analytics Job• Configure 1 or more Inputs and Outputs• Create Queries to ETL from Inputs to Outputs• Use SQL-like language

Making Cloud ETL Easy

Page 47: KiZAN IoT Workshop - Memphis

63

Demo Looking at a Stream Analytics Job

Page 48: KiZAN IoT Workshop - Memphis

Microsoft Power BI

Page 49: KiZAN IoT Workshop - Memphis

Stream Analytics

Machine Learning

Statistical Analysis

Intelligent Apps

INTE

LLIG

ENCE

Power BI: experience your dataAny data, any way, anywhere

45,000organizations500,000unique users185 countries

MICROSOFT CLOUD

NON-MICROSOFT CLOUD

ON-PREMISE DATA

Page 50: KiZAN IoT Workshop - Memphis

See all your data in a single pane of glassLive dashboards and interactive reports

• Monitor live dashboards for the data that matters most

• Track your data in real-time with support for streaming data

• Drill through to underlying reports to explore and discover new insight

• Pin new visualizations and KPIs to monitor performance

146.03K145.84K145.96K146.06K

40.08K38.84K39.99K40.33K

Page 51: KiZAN IoT Workshop - Memphis

Stay connected from any device

• Native apps for iPad, iPhone, and Windows devices

• Receive alerts to important changes in your data

• Share and collaborate with colleagues and take action

Page 52: KiZAN IoT Workshop - Memphis

Power BI Content Packs

Prebuilt Power BI experience for your service

TODAY

COMING SOON

Dynamics Marketing

Azure Mobile Engagement

Page 53: KiZAN IoT Workshop - Memphis

Create Power BI contentVisual data exploration & interactive reporting

Desktop tool for data exploration and interactive reporting Freeform drag and drop canvasEffortless publishing to the Power BI service

Power BI Desktop

Page 54: KiZAN IoT Workshop - Memphis

Connect live to your on-premises dataLive Query & Scheduled Data Refresh

SQL Server Analysis Services

Live Power BI reports

& dashboards

LiveQuery

Scheduled Refresh

Cloud

On-premises

Data Source

• Deploy quickly with a hybrid BI solution

• Manage and secure data on-premises with SQL Server Analysis Services

• Optimized query performance for interactive data exploration

• Scheduled refresh from on-premises data sources

Page 55: KiZAN IoT Workshop - Memphis

Power BI overviewWeb browser

HTML

Microsoft cloud

Power BI

Partner apps

Office 365

Dynamics

Azure data services

Microsoft cloud

Non Microsoft cloud software systems(e.g., SaaS applications, IOT scenarios, and data streams)

Non-Microsoft cloud

On-premises data

SQL Server analysis services

Databases andother data sources

Mobile apps

iOS

Power BI Desktop

Business analyst tools

Page 56: KiZAN IoT Workshop - Memphis

72Customer & KiZAN confidential

Build a Dashboard