SlideShare a Scribd company logo
An Introduction to IoT and Arduino
Shubha Govil, Director Products @Cisco DevNet
@ShubhaGovil
DEVNET-1O55
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
About Me:
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
What is Internet of Things?
The Internet of Things is the internetworking of
physical devices, vehicles, buildings, and other
items—
embedded with electronics, software, sensors,
actuators, and network connectivity that enable
these objects to collect and exchange data.
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
History of IOT
Connected Coke Machine @CMU 1982
The term "Internet of Things" was coined
by Peter T. Lewis in a 1985 speech given at
a U.S. Federal Communications
Commission (FCC)
The concept of the Internet of things became
popular in 1999, through the Auto-ID
Center at MIT and related market-analysis
publications
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Innovation Catalyzed By Connectivity
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Rise of Industry 4.0
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Connectivity Driving Change In Business Models
4© 2015 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Pace of Change
Retail
Print
Advertising
CarHotel
Bookstore Taxi Music
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Mainframe
IT Era
PC + Web Cloud + Mobile
• Highly Predictive
Ecosystems
• Security 24/7
• Industrial IoT
• Autonomic
Infrastructure
IoT + Analytics +
Automation (ML)
Digitization (Data) & IoT (Machines)
GOOG
TensorFlow
2015
x86 WebLinux VMs
• Automation of
Accounting
• Automation of Paper
Processes
• Pervasive
Communications
• Consumer & Social
Apps
• Many devices
• New Systems of
Engagement
Enterprises
Drivers of
Innovation
Primary
Usage
Consumer
1960 1980 2005
iPhone ContainersCloud
Change In Information Technology Driven Innovation
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
IoT Is A Critical Part Of Business Strategy
10
The Potential of IoT
Many Things:
Vendor-controlled data
Used for: Monitoring Value
1 Thing : 1 App
Many Apps
“Works
with
Nest”
Smart
Things
Customer-owned data
Used for: ERP, single pane of glass
Many Things:
Many Apps:
Many Times/sec
Just-in-time
automation
Fanuc
ZDT
Hyper-scale cloud data + local compute
Used for: automation, self-healing
Realizing the Potential of IoT
Many Things:
Vendor-controlled data
Used for: Monitoring Value
1 Thing : 1 App
Many Apps
“Works
with
Nest”
Smart
Things
Customer-owned data
Used for: ERP, single pane of glass
Many Things:
Many Apps:
Many Times/sec
Just-in-time
automation
Fanuc
ZDT
Hyper-scale cloud data + local compute
Used for: automation, self-healing
Security
Scale
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Cisco Making An Impact In The IoT
Key Areas of Focus
• Network connectivity
• IOx and Fog Applications
• Data analytics
• Security - cyber and physical
• Management and automation
• Application platform
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
IoX: Edge
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Smart+ Connected Digital Platform
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
DevNet Enabling IoT Developers/Operators
DIY IoT Driving Innovation
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
DIY Movement Is Not New
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Maker/Hobbyist Ecosystem Creating New IoT Paths
Open Hardware Tools to share
and learn
3D Design &
Printing Tools
Maker
Marketplaces
Funding Options
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Democratization of Innovations
New Revolution
of Atoms
Democratization
of Bits
+
BITS
DIY IoT with Arduino Workshop
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco PublicPresentation ID
Arduino: An Open-source Prototyping Platform
Easy to use Hardware and Software
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 24Presentation ID
Fun Fact: Arduino Name
The name Arduino comes from a bar in
Ivrea, Italy.
The bar was named after Arduin of
Ivrea.
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 25Presentation ID
Components we will be using in this Workshop
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 26Presentation ID
LED
A light-emitting diode (LED) is
a semiconductor device that emits visible light
when an electric current passes through it.
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 27Presentation ID
Resistor
A resistor is an electrical component that limits or
regulates the flow of electrical current in an
electronic circuit. Resistors can also be used to
provide a specific voltage for an active device
such as a transistor.
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 28Presentation ID
Breadboard
A breadboard is a construction
base for prototyping of electronics.
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 29Presentation ID
Fun Fact: Breadboard
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 30Presentation ID
Arduino IDE
1. Verify: Compiles and approves your code. It will catch
errors in syntax
2. Upload: Sends your code to the RedBoard.
3. New: This buttons opens up a new code window tab.
4. Open: This button will let you open up an existing sketch.
5. Save: This saves the currently active sketch.
6. Serial Monitor: This will open a window that displays any
serial information your RedBoard is transmitting.
7. Sketch Name: This shows the name of the sketch you are
currently working on.
8. Code Area: This is the area where you compose the code
for your sketch.
9. Message Area: This is where the IDE tells you if there were
any errors in your code.
10.Text Console: The text console shows complete error
messages. When debugging, the text console is very useful.
11.Board and Serial Port: Shows you what board and the
serial port selections
Each program is called ‘Sketch’ in Arduino
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 31Presentation ID
Selecting your Arduino Board
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 32Presentation ID
Selecting Serial Port
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 33Presentation ID
Blinking an LED
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 34Presentation ID
Additional Component
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 35Presentation ID
Photo Resistor as Input
Thank You
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
About Me:
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Innovation Catalyzed By Connectivity
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Connectivity Driving Change In Business Models
4© 2015 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Pace of Change
Retail
Print
Advertising
CarHotel
Bookstore Taxi Music
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Mainframe
IT Era
PC + Web Cloud + Mobile
• Highly Predictive
Ecosystems
• Security 24/7
• Industrial IoT
• Autonomic
Infrastructure
IoT + Analytics +
Automation (ML)
Digitization (Data) & IoT (Machines)
GOOG
TensorFlow
2015
x86 WebLinux VMs
• Automation of
Accounting
• Automation of Paper
Processes
• Pervasive
Communications
• Consumer & Social
Apps
• Many devices
• New Systems of
Engagement
Enterprises
Drivers of
Innovation
Primary
Usage
Consumer
1960 1980 2005
iPhone ContainersCloud
Change In Information Technology Driven Innovation
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
IoT Is A Critical Part Of Business Strategy
The Potential of IoT
Many Things:
Vendor-controlled data
Used for: Monitoring Value
1 Thing : 1 App
Many Apps
“Works
with
Nest”
Smart
Things
Customer-owned data
Used for: ERP, single pane of glass
Many Things:
Many Apps:
Many Times/sec
Just-in-time
automation
Fanuc
ZDT
Hyper-scale cloud data + local compute
Used for: automation, self-healing
Realizing the Potential of IoT
Many Things:
Vendor-controlled data
Used for: Monitoring Value
1 Thing : 1 App
Many Apps
“Works
with
Nest”
Smart
Things
Customer-owned data
Used for: ERP, single pane of glass
Many Things:
Many Apps:
Many Times/sec
Just-in-time
automation
Fanuc
ZDT
Hyper-scale cloud data + local compute
Used for: automation, self-healing
Security
Scale
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Cisco Making An Impact In The IoT
Key Areas of Focus
• Network connectivity
• IOx and Fog Applications
• Data analytics
• Security - cyber and physical
• Management and automation
• Application platform
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
DevNet Enabling IoT Developers/Operators
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
• Select IoT objects, connect them,
and define logic
• Objects at all layers:
 ground layer – sensors &
actuators,
 edge computing layer – network
devices,
 cloud layer – cloud services, and
end user application layer.
• Open Platform: Developers can add
their own objects to IDE library.
DevNet Innovation DevIoT:
Simplifying & Accelerating IoT Development
Enable the IoT developer ecosystem. Ensure good IoT app development experience.
DIY IoT Driving Innovation
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
DIY Movement Is Not New
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Maker/Hobbyist Ecosystem Creating New IoT Paths
Open Hardware Tools to share
and learn
3D Design &
Printing Tools
Maker
Marketplaces
Funding Options
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public
Democratization of Innovations
New Revolution
of Atoms
Democratization
of Bits
+
BITS
DIY IoT with Arduino Workshop
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco PublicPresentation ID
Arduino: An Open-source Prototyping Platform
Easy to use Hardware and Software
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 54Presentation ID
Components Used In The Workshop
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 55Presentation ID
LED
A light-emitting diode (LED) is
a semiconductor device that emits visible light
when an electric current passes through it.
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 56Presentation ID
Resistor
A resistor is an electrical component that limits or
regulates the flow of electrical current in an
electronic circuit. Resistors can also be used to
provide a specific voltage for an active device
such as a transistor.
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 57Presentation ID
Breadboard
A breadboard is a construction
base for prototyping of electronics.
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 58Presentation ID
Why Is It called Breadboard?
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 59Presentation ID
© 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 60Presentation ID
Additional Component
Thank You
Q & A
Thank You
Cl17 dev net_1055_v1

More Related Content

What's hot

The MRAA and UPM Eclipse IoT Projects | Eclipse IoT Day Santa Clara 2019
The MRAA and UPM Eclipse IoT Projects | Eclipse IoT Day Santa Clara 2019The MRAA and UPM Eclipse IoT Projects | Eclipse IoT Day Santa Clara 2019
The MRAA and UPM Eclipse IoT Projects | Eclipse IoT Day Santa Clara 2019
Eclipse IoT
 
Internet of manufacturing and Open Source
Internet of manufacturing and Open SourceInternet of manufacturing and Open Source
Internet of manufacturing and Open Source
Ian Skerrett
 
Intel’s Strategy in IoT Standards
Intel’s Strategy in IoT StandardsIntel’s Strategy in IoT Standards
Intel’s Strategy in IoT Standards
NFC Forum
 
ABC of IoT Consortiums
ABC of IoT ConsortiumsABC of IoT Consortiums
ABC of IoT ConsortiumsIan Skerrett
 
Eclipse IoT for Industry 4.0
Eclipse IoT for Industry 4.0Eclipse IoT for Industry 4.0
Eclipse IoT for Industry 4.0
Ian Skerrett
 
Safety reliability and security lessons from defense for IoT
Safety reliability and security lessons from defense for IoTSafety reliability and security lessons from defense for IoT
Safety reliability and security lessons from defense for IoT
IoT613
 
Internet of things - The Present & The Future
Internet of things - The Present & The FutureInternet of things - The Present & The Future
Internet of things - The Present & The Future
iotians
 
1. How will the IoT help your business - cisco
1. How will the IoT help your business - cisco1. How will the IoT help your business - cisco
1. How will the IoT help your business - cisco
MITEF México
 
Open source IoT
Open source IoTOpen source IoT
Open source IoT
IoT613
 
Track 3 session 1 - st dev con 2016 -ieee- iot standards adn open source
Track 3   session 1 - st dev con 2016 -ieee- iot standards adn open sourceTrack 3   session 1 - st dev con 2016 -ieee- iot standards adn open source
Track 3 session 1 - st dev con 2016 -ieee- iot standards adn open source
ST_World
 
Io t, smart home & wearables – how disruptive innovation is changing our ...
Io t, smart home & wearables – how disruptive innovation is changing our ...Io t, smart home & wearables – how disruptive innovation is changing our ...
Io t, smart home & wearables – how disruptive innovation is changing our ...
Year of the X
 
IoT security reference architecture
IoT security  reference architectureIoT security  reference architecture
IoT security reference architecture
Elias Hasnat
 
Machine Learning and Analytics in the Cloud on IoT Data
Machine Learning and Analytics in the Cloud on IoT DataMachine Learning and Analytics in the Cloud on IoT Data
Machine Learning and Analytics in the Cloud on IoT Data
Intel® Software
 
Eclipse IoT: Open source technology for IoT developers
Eclipse IoT: Open source technology for IoT developersEclipse IoT: Open source technology for IoT developers
Eclipse IoT: Open source technology for IoT developers
Ian Skerrett
 
Practical IoT Security in the Enterprise
Practical IoT Security in the EnterprisePractical IoT Security in the Enterprise
Practical IoT Security in the Enterprise
Daniel Miessler
 
IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...
IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...
IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...
Edureka!
 
Research in Internet of Things' Operating Systems (IoT OS's)
Research in Internet of Things' Operating Systems (IoT OS's)Research in Internet of Things' Operating Systems (IoT OS's)
Research in Internet of Things' Operating Systems (IoT OS's)
Salahuddin ElKazak
 
Smart Tech = Smart Organizations : Building Smarter Organizations
Smart Tech = Smart Organizations : Building Smarter OrganizationsSmart Tech = Smart Organizations : Building Smarter Organizations
Smart Tech = Smart Organizations : Building Smarter OrganizationsRick Huijbregts
 
IoT Developer Survey 2017
IoT Developer Survey 2017IoT Developer Survey 2017
IoT Developer Survey 2017
Ian Skerrett
 
Open Sourcing the User Experience for the IoT
Open Sourcing the User Experience for the IoTOpen Sourcing the User Experience for the IoT
Open Sourcing the User Experience for the IoT
AllSeen Alliance
 

What's hot (20)

The MRAA and UPM Eclipse IoT Projects | Eclipse IoT Day Santa Clara 2019
The MRAA and UPM Eclipse IoT Projects | Eclipse IoT Day Santa Clara 2019The MRAA and UPM Eclipse IoT Projects | Eclipse IoT Day Santa Clara 2019
The MRAA and UPM Eclipse IoT Projects | Eclipse IoT Day Santa Clara 2019
 
Internet of manufacturing and Open Source
Internet of manufacturing and Open SourceInternet of manufacturing and Open Source
Internet of manufacturing and Open Source
 
Intel’s Strategy in IoT Standards
Intel’s Strategy in IoT StandardsIntel’s Strategy in IoT Standards
Intel’s Strategy in IoT Standards
 
ABC of IoT Consortiums
ABC of IoT ConsortiumsABC of IoT Consortiums
ABC of IoT Consortiums
 
Eclipse IoT for Industry 4.0
Eclipse IoT for Industry 4.0Eclipse IoT for Industry 4.0
Eclipse IoT for Industry 4.0
 
Safety reliability and security lessons from defense for IoT
Safety reliability and security lessons from defense for IoTSafety reliability and security lessons from defense for IoT
Safety reliability and security lessons from defense for IoT
 
Internet of things - The Present & The Future
Internet of things - The Present & The FutureInternet of things - The Present & The Future
Internet of things - The Present & The Future
 
1. How will the IoT help your business - cisco
1. How will the IoT help your business - cisco1. How will the IoT help your business - cisco
1. How will the IoT help your business - cisco
 
Open source IoT
Open source IoTOpen source IoT
Open source IoT
 
Track 3 session 1 - st dev con 2016 -ieee- iot standards adn open source
Track 3   session 1 - st dev con 2016 -ieee- iot standards adn open sourceTrack 3   session 1 - st dev con 2016 -ieee- iot standards adn open source
Track 3 session 1 - st dev con 2016 -ieee- iot standards adn open source
 
Io t, smart home & wearables – how disruptive innovation is changing our ...
Io t, smart home & wearables – how disruptive innovation is changing our ...Io t, smart home & wearables – how disruptive innovation is changing our ...
Io t, smart home & wearables – how disruptive innovation is changing our ...
 
IoT security reference architecture
IoT security  reference architectureIoT security  reference architecture
IoT security reference architecture
 
Machine Learning and Analytics in the Cloud on IoT Data
Machine Learning and Analytics in the Cloud on IoT DataMachine Learning and Analytics in the Cloud on IoT Data
Machine Learning and Analytics in the Cloud on IoT Data
 
Eclipse IoT: Open source technology for IoT developers
Eclipse IoT: Open source technology for IoT developersEclipse IoT: Open source technology for IoT developers
Eclipse IoT: Open source technology for IoT developers
 
Practical IoT Security in the Enterprise
Practical IoT Security in the EnterprisePractical IoT Security in the Enterprise
Practical IoT Security in the Enterprise
 
IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...
IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...
IoT Solutions - Dashboarding Real-Time Data | Internet of Things | IoT Techno...
 
Research in Internet of Things' Operating Systems (IoT OS's)
Research in Internet of Things' Operating Systems (IoT OS's)Research in Internet of Things' Operating Systems (IoT OS's)
Research in Internet of Things' Operating Systems (IoT OS's)
 
Smart Tech = Smart Organizations : Building Smarter Organizations
Smart Tech = Smart Organizations : Building Smarter OrganizationsSmart Tech = Smart Organizations : Building Smarter Organizations
Smart Tech = Smart Organizations : Building Smarter Organizations
 
IoT Developer Survey 2017
IoT Developer Survey 2017IoT Developer Survey 2017
IoT Developer Survey 2017
 
Open Sourcing the User Experience for the IoT
Open Sourcing the User Experience for the IoTOpen Sourcing the User Experience for the IoT
Open Sourcing the User Experience for the IoT
 

Viewers also liked

DevNet 1056 WIT Spark API and Chat Bot Workshop
DevNet 1056 WIT Spark API and Chat Bot WorkshopDevNet 1056 WIT Spark API and Chat Bot Workshop
DevNet 1056 WIT Spark API and Chat Bot Workshop
Tessa Mero
 
iot-bringing-trust-to-iot[1]
iot-bringing-trust-to-iot[1]iot-bringing-trust-to-iot[1]
iot-bringing-trust-to-iot[1]Haider Iqbal
 
Top 6 IoT Use Cases in Manufacturing
Top 6 IoT Use Cases in ManufacturingTop 6 IoT Use Cases in Manufacturing
Top 6 IoT Use Cases in Manufacturing
ALTEN Calsoft Labs
 
Internet of Things forecasts infographic
Internet of Things forecasts infographicInternet of Things forecasts infographic
Internet of Things forecasts infographic
Emerald Technology
 
What exactly is the "Internet of Things"?
What exactly is the "Internet of Things"?What exactly is the "Internet of Things"?
What exactly is the "Internet of Things"?
Dr. Mazlan Abbas
 
The Future is Internet of Things (IOT)
The Future is Internet of Things (IOT)The Future is Internet of Things (IOT)
The Future is Internet of Things (IOT)
Adnyesh Dalpati
 
Tu Decides 02
Tu Decides 02Tu Decides 02
Tu Decides 02
batzoki
 
Más vale prevenir que curar
Más vale prevenir que curarMás vale prevenir que curar
Más vale prevenir que curarCP Baudilio Arce
 
II Informe Económico de la Televisión Pública en España
II Informe Económico de la Televisión Pública en EspañaII Informe Económico de la Televisión Pública en España
II Informe Económico de la Televisión Pública en España
Gonzalo Martín
 
Portfolio c inzia_spada_2017
Portfolio c inzia_spada_2017Portfolio c inzia_spada_2017
Portfolio c inzia_spada_2017
Cinzia Spada
 
近頃のJava script界隈 エセフロントエンジニアからみた世界 2017-Feb
近頃のJava script界隈 エセフロントエンジニアからみた世界 2017-Feb近頃のJava script界隈 エセフロントエンジニアからみた世界 2017-Feb
近頃のJava script界隈 エセフロントエンジニアからみた世界 2017-Feb
Kaseya Hiroshi
 
Teoría de la reingenieria
Teoría de la reingenieriaTeoría de la reingenieria
Teoría de la reingenieria
Nyx Xgames
 
Intelligente lichtlösung fur modern office
Intelligente lichtlösung fur modern officeIntelligente lichtlösung fur modern office
Intelligente lichtlösung fur modern office
item2014
 
isummitloxa
isummitloxaisummitloxa
isummitloxa
Jhoana Granda
 

Viewers also liked (15)

DevNet 1056 WIT Spark API and Chat Bot Workshop
DevNet 1056 WIT Spark API and Chat Bot WorkshopDevNet 1056 WIT Spark API and Chat Bot Workshop
DevNet 1056 WIT Spark API and Chat Bot Workshop
 
iot-bringing-trust-to-iot[1]
iot-bringing-trust-to-iot[1]iot-bringing-trust-to-iot[1]
iot-bringing-trust-to-iot[1]
 
Top 6 IoT Use Cases in Manufacturing
Top 6 IoT Use Cases in ManufacturingTop 6 IoT Use Cases in Manufacturing
Top 6 IoT Use Cases in Manufacturing
 
Internet of Things forecasts infographic
Internet of Things forecasts infographicInternet of Things forecasts infographic
Internet of Things forecasts infographic
 
What exactly is the "Internet of Things"?
What exactly is the "Internet of Things"?What exactly is the "Internet of Things"?
What exactly is the "Internet of Things"?
 
The Future is Internet of Things (IOT)
The Future is Internet of Things (IOT)The Future is Internet of Things (IOT)
The Future is Internet of Things (IOT)
 
Tu Decides 02
Tu Decides 02Tu Decides 02
Tu Decides 02
 
Más vale prevenir que curar
Más vale prevenir que curarMás vale prevenir que curar
Más vale prevenir que curar
 
II Informe Económico de la Televisión Pública en España
II Informe Económico de la Televisión Pública en EspañaII Informe Económico de la Televisión Pública en España
II Informe Económico de la Televisión Pública en España
 
Portfolio c inzia_spada_2017
Portfolio c inzia_spada_2017Portfolio c inzia_spada_2017
Portfolio c inzia_spada_2017
 
近頃のJava script界隈 エセフロントエンジニアからみた世界 2017-Feb
近頃のJava script界隈 エセフロントエンジニアからみた世界 2017-Feb近頃のJava script界隈 エセフロントエンジニアからみた世界 2017-Feb
近頃のJava script界隈 エセフロントエンジニアからみた世界 2017-Feb
 
Los animales1
Los animales1Los animales1
Los animales1
 
Teoría de la reingenieria
Teoría de la reingenieriaTeoría de la reingenieria
Teoría de la reingenieria
 
Intelligente lichtlösung fur modern office
Intelligente lichtlösung fur modern officeIntelligente lichtlösung fur modern office
Intelligente lichtlösung fur modern office
 
isummitloxa
isummitloxaisummitloxa
isummitloxa
 

Similar to Cl17 dev net_1055_v1

Cl16 wit io_t
Cl16 wit io_tCl16 wit io_t
Cl16 wit io_t
Shubha Govil
 
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCOEl IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
Domotys
 
Steps to Scale Internet of Things (IoT)
Steps to Scale Internet of Things (IoT)Steps to Scale Internet of Things (IoT)
Steps to Scale Internet of Things (IoT)
Rafael Maranon
 
Open Source Software for Industry 4.0
Open Source Software for Industry 4.0Open Source Software for Industry 4.0
Open Source Software for Industry 4.0
Ian Skerrett
 
IoT and Digitization with Arduino and Raspberry Pi.pptx
IoT and Digitization with Arduino and Raspberry Pi.pptxIoT and Digitization with Arduino and Raspberry Pi.pptx
IoT and Digitization with Arduino and Raspberry Pi.pptx
MarcoC20
 
Cisco Kinetic. Раскрывая ценность данных
Cisco Kinetic. Раскрывая ценность данныхCisco Kinetic. Раскрывая ценность данных
Cisco Kinetic. Раскрывая ценность данных
Cisco Russia
 
Cisco IoT for Vietnam CIO Community - 2 Apr 2015 - split
Cisco IoT for Vietnam CIO Community - 2 Apr 2015 - splitCisco IoT for Vietnam CIO Community - 2 Apr 2015 - split
Cisco IoT for Vietnam CIO Community - 2 Apr 2015 - split
Son Phan
 
IIoT Endpoint Security – The Model in Practice
IIoT Endpoint Security – The Model in PracticeIIoT Endpoint Security – The Model in Practice
IIoT Endpoint Security – The Model in Practice
team-WIBU
 
Precise, Predictive, and Connected: DDS and OPC UA – Real-Time Connectivity A...
Precise, Predictive, and Connected: DDS and OPC UA – Real-Time Connectivity A...Precise, Predictive, and Connected: DDS and OPC UA – Real-Time Connectivity A...
Precise, Predictive, and Connected: DDS and OPC UA – Real-Time Connectivity A...
Real-Time Innovations (RTI)
 
Корпоративные сети через 5 лет: что нас ждет?
Корпоративные сети через 5 лет: что нас ждет? Корпоративные сети через 5 лет: что нас ждет?
Корпоративные сети через 5 лет: что нас ждет? Cisco Russia
 
Why Automate the Network?
Why Automate the Network?Why Automate the Network?
Why Automate the Network?
Hank Preston
 
MILCOM 2013 Keynote Presentation: Larry Payne
MILCOM 2013 Keynote Presentation: Larry Payne MILCOM 2013 Keynote Presentation: Larry Payne
MILCOM 2013 Keynote Presentation: Larry Payne
AFCEA International
 
Cisco Connect Ottawa 2018 dev net
Cisco Connect Ottawa 2018 dev netCisco Connect Ottawa 2018 dev net
Cisco Connect Ottawa 2018 dev net
Cisco Canada
 
Open Source for Industry 4.0 – Open IoT Summit NA 2018
Open Source for Industry 4.0 – Open IoT Summit NA 2018Open Source for Industry 4.0 – Open IoT Summit NA 2018
Open Source for Industry 4.0 – Open IoT Summit NA 2018
Benjamin Cabé
 
Cumbre PR/AR sobre el mercado Telco en America Latina
Cumbre PR/AR sobre el mercado Telco en America LatinaCumbre PR/AR sobre el mercado Telco en America Latina
Cumbre PR/AR sobre el mercado Telco en America LatinaFelipe Lamus
 
StampedeCon 2015 Keynote
StampedeCon 2015 KeynoteStampedeCon 2015 Keynote
StampedeCon 2015 Keynote
Ken Owens
 
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
StampedeCon
 
PSOIOT-1151.pdf
PSOIOT-1151.pdfPSOIOT-1151.pdf
PSOIOT-1151.pdf
AlekseySolomin
 
Cisco Fog Computing Solutions: Unleash the Power of the Internet of Things
Cisco Fog Computing Solutions: Unleash the Power of the Internet of ThingsCisco Fog Computing Solutions: Unleash the Power of the Internet of Things
Cisco Fog Computing Solutions: Unleash the Power of the Internet of Things
HarshitParkar6677
 
Computing solutions
Computing solutionsComputing solutions
Computing solutions
Toufik Kaci
 

Similar to Cl17 dev net_1055_v1 (20)

Cl16 wit io_t
Cl16 wit io_tCl16 wit io_t
Cl16 wit io_t
 
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCOEl IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
 
Steps to Scale Internet of Things (IoT)
Steps to Scale Internet of Things (IoT)Steps to Scale Internet of Things (IoT)
Steps to Scale Internet of Things (IoT)
 
Open Source Software for Industry 4.0
Open Source Software for Industry 4.0Open Source Software for Industry 4.0
Open Source Software for Industry 4.0
 
IoT and Digitization with Arduino and Raspberry Pi.pptx
IoT and Digitization with Arduino and Raspberry Pi.pptxIoT and Digitization with Arduino and Raspberry Pi.pptx
IoT and Digitization with Arduino and Raspberry Pi.pptx
 
Cisco Kinetic. Раскрывая ценность данных
Cisco Kinetic. Раскрывая ценность данныхCisco Kinetic. Раскрывая ценность данных
Cisco Kinetic. Раскрывая ценность данных
 
Cisco IoT for Vietnam CIO Community - 2 Apr 2015 - split
Cisco IoT for Vietnam CIO Community - 2 Apr 2015 - splitCisco IoT for Vietnam CIO Community - 2 Apr 2015 - split
Cisco IoT for Vietnam CIO Community - 2 Apr 2015 - split
 
IIoT Endpoint Security – The Model in Practice
IIoT Endpoint Security – The Model in PracticeIIoT Endpoint Security – The Model in Practice
IIoT Endpoint Security – The Model in Practice
 
Precise, Predictive, and Connected: DDS and OPC UA – Real-Time Connectivity A...
Precise, Predictive, and Connected: DDS and OPC UA – Real-Time Connectivity A...Precise, Predictive, and Connected: DDS and OPC UA – Real-Time Connectivity A...
Precise, Predictive, and Connected: DDS and OPC UA – Real-Time Connectivity A...
 
Корпоративные сети через 5 лет: что нас ждет?
Корпоративные сети через 5 лет: что нас ждет? Корпоративные сети через 5 лет: что нас ждет?
Корпоративные сети через 5 лет: что нас ждет?
 
Why Automate the Network?
Why Automate the Network?Why Automate the Network?
Why Automate the Network?
 
MILCOM 2013 Keynote Presentation: Larry Payne
MILCOM 2013 Keynote Presentation: Larry Payne MILCOM 2013 Keynote Presentation: Larry Payne
MILCOM 2013 Keynote Presentation: Larry Payne
 
Cisco Connect Ottawa 2018 dev net
Cisco Connect Ottawa 2018 dev netCisco Connect Ottawa 2018 dev net
Cisco Connect Ottawa 2018 dev net
 
Open Source for Industry 4.0 – Open IoT Summit NA 2018
Open Source for Industry 4.0 – Open IoT Summit NA 2018Open Source for Industry 4.0 – Open IoT Summit NA 2018
Open Source for Industry 4.0 – Open IoT Summit NA 2018
 
Cumbre PR/AR sobre el mercado Telco en America Latina
Cumbre PR/AR sobre el mercado Telco en America LatinaCumbre PR/AR sobre el mercado Telco en America Latina
Cumbre PR/AR sobre el mercado Telco en America Latina
 
StampedeCon 2015 Keynote
StampedeCon 2015 KeynoteStampedeCon 2015 Keynote
StampedeCon 2015 Keynote
 
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
 
PSOIOT-1151.pdf
PSOIOT-1151.pdfPSOIOT-1151.pdf
PSOIOT-1151.pdf
 
Cisco Fog Computing Solutions: Unleash the Power of the Internet of Things
Cisco Fog Computing Solutions: Unleash the Power of the Internet of ThingsCisco Fog Computing Solutions: Unleash the Power of the Internet of Things
Cisco Fog Computing Solutions: Unleash the Power of the Internet of Things
 
Computing solutions
Computing solutionsComputing solutions
Computing solutions
 

Recently uploaded

Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 

Recently uploaded (20)

Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 

Cl17 dev net_1055_v1

  • 1.
  • 2. An Introduction to IoT and Arduino Shubha Govil, Director Products @Cisco DevNet @ShubhaGovil DEVNET-1O55
  • 3. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public About Me:
  • 4. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public What is Internet of Things? The Internet of Things is the internetworking of physical devices, vehicles, buildings, and other items— embedded with electronics, software, sensors, actuators, and network connectivity that enable these objects to collect and exchange data.
  • 5. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public History of IOT Connected Coke Machine @CMU 1982 The term "Internet of Things" was coined by Peter T. Lewis in a 1985 speech given at a U.S. Federal Communications Commission (FCC) The concept of the Internet of things became popular in 1999, through the Auto-ID Center at MIT and related market-analysis publications
  • 6. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Innovation Catalyzed By Connectivity
  • 7. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Rise of Industry 4.0
  • 8. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Connectivity Driving Change In Business Models 4© 2015 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Pace of Change Retail Print Advertising CarHotel Bookstore Taxi Music
  • 9. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Mainframe IT Era PC + Web Cloud + Mobile • Highly Predictive Ecosystems • Security 24/7 • Industrial IoT • Autonomic Infrastructure IoT + Analytics + Automation (ML) Digitization (Data) & IoT (Machines) GOOG TensorFlow 2015 x86 WebLinux VMs • Automation of Accounting • Automation of Paper Processes • Pervasive Communications • Consumer & Social Apps • Many devices • New Systems of Engagement Enterprises Drivers of Innovation Primary Usage Consumer 1960 1980 2005 iPhone ContainersCloud Change In Information Technology Driven Innovation
  • 10. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public IoT Is A Critical Part Of Business Strategy 10
  • 11. The Potential of IoT Many Things: Vendor-controlled data Used for: Monitoring Value 1 Thing : 1 App Many Apps “Works with Nest” Smart Things Customer-owned data Used for: ERP, single pane of glass Many Things: Many Apps: Many Times/sec Just-in-time automation Fanuc ZDT Hyper-scale cloud data + local compute Used for: automation, self-healing
  • 12. Realizing the Potential of IoT Many Things: Vendor-controlled data Used for: Monitoring Value 1 Thing : 1 App Many Apps “Works with Nest” Smart Things Customer-owned data Used for: ERP, single pane of glass Many Things: Many Apps: Many Times/sec Just-in-time automation Fanuc ZDT Hyper-scale cloud data + local compute Used for: automation, self-healing Security Scale
  • 13. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Cisco Making An Impact In The IoT Key Areas of Focus • Network connectivity • IOx and Fog Applications • Data analytics • Security - cyber and physical • Management and automation • Application platform
  • 14. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public IoX: Edge
  • 15. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Smart+ Connected Digital Platform
  • 16. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public DevNet Enabling IoT Developers/Operators
  • 17. DIY IoT Driving Innovation
  • 18. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public DIY Movement Is Not New
  • 19. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Maker/Hobbyist Ecosystem Creating New IoT Paths Open Hardware Tools to share and learn 3D Design & Printing Tools Maker Marketplaces Funding Options
  • 20. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Democratization of Innovations New Revolution of Atoms Democratization of Bits + BITS
  • 21. DIY IoT with Arduino Workshop
  • 22. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco PublicPresentation ID Arduino: An Open-source Prototyping Platform Easy to use Hardware and Software
  • 23. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 24Presentation ID Fun Fact: Arduino Name The name Arduino comes from a bar in Ivrea, Italy. The bar was named after Arduin of Ivrea.
  • 24. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 25Presentation ID Components we will be using in this Workshop
  • 25. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 26Presentation ID LED A light-emitting diode (LED) is a semiconductor device that emits visible light when an electric current passes through it.
  • 26. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 27Presentation ID Resistor A resistor is an electrical component that limits or regulates the flow of electrical current in an electronic circuit. Resistors can also be used to provide a specific voltage for an active device such as a transistor.
  • 27. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 28Presentation ID Breadboard A breadboard is a construction base for prototyping of electronics.
  • 28. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 29Presentation ID Fun Fact: Breadboard
  • 29. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 30Presentation ID Arduino IDE 1. Verify: Compiles and approves your code. It will catch errors in syntax 2. Upload: Sends your code to the RedBoard. 3. New: This buttons opens up a new code window tab. 4. Open: This button will let you open up an existing sketch. 5. Save: This saves the currently active sketch. 6. Serial Monitor: This will open a window that displays any serial information your RedBoard is transmitting. 7. Sketch Name: This shows the name of the sketch you are currently working on. 8. Code Area: This is the area where you compose the code for your sketch. 9. Message Area: This is where the IDE tells you if there were any errors in your code. 10.Text Console: The text console shows complete error messages. When debugging, the text console is very useful. 11.Board and Serial Port: Shows you what board and the serial port selections Each program is called ‘Sketch’ in Arduino
  • 30. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 31Presentation ID Selecting your Arduino Board
  • 31. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 32Presentation ID Selecting Serial Port
  • 32. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 33Presentation ID Blinking an LED
  • 33. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 34Presentation ID Additional Component
  • 34. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 35Presentation ID Photo Resistor as Input
  • 36. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public About Me:
  • 37. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Innovation Catalyzed By Connectivity
  • 38. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Connectivity Driving Change In Business Models 4© 2015 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Pace of Change Retail Print Advertising CarHotel Bookstore Taxi Music
  • 39. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Mainframe IT Era PC + Web Cloud + Mobile • Highly Predictive Ecosystems • Security 24/7 • Industrial IoT • Autonomic Infrastructure IoT + Analytics + Automation (ML) Digitization (Data) & IoT (Machines) GOOG TensorFlow 2015 x86 WebLinux VMs • Automation of Accounting • Automation of Paper Processes • Pervasive Communications • Consumer & Social Apps • Many devices • New Systems of Engagement Enterprises Drivers of Innovation Primary Usage Consumer 1960 1980 2005 iPhone ContainersCloud Change In Information Technology Driven Innovation
  • 40. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public IoT Is A Critical Part Of Business Strategy
  • 41. The Potential of IoT Many Things: Vendor-controlled data Used for: Monitoring Value 1 Thing : 1 App Many Apps “Works with Nest” Smart Things Customer-owned data Used for: ERP, single pane of glass Many Things: Many Apps: Many Times/sec Just-in-time automation Fanuc ZDT Hyper-scale cloud data + local compute Used for: automation, self-healing
  • 42. Realizing the Potential of IoT Many Things: Vendor-controlled data Used for: Monitoring Value 1 Thing : 1 App Many Apps “Works with Nest” Smart Things Customer-owned data Used for: ERP, single pane of glass Many Things: Many Apps: Many Times/sec Just-in-time automation Fanuc ZDT Hyper-scale cloud data + local compute Used for: automation, self-healing Security Scale
  • 43. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Cisco Making An Impact In The IoT Key Areas of Focus • Network connectivity • IOx and Fog Applications • Data analytics • Security - cyber and physical • Management and automation • Application platform
  • 44. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public DevNet Enabling IoT Developers/Operators
  • 45. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public • Select IoT objects, connect them, and define logic • Objects at all layers:  ground layer – sensors & actuators,  edge computing layer – network devices,  cloud layer – cloud services, and end user application layer. • Open Platform: Developers can add their own objects to IDE library. DevNet Innovation DevIoT: Simplifying & Accelerating IoT Development Enable the IoT developer ecosystem. Ensure good IoT app development experience.
  • 46. DIY IoT Driving Innovation
  • 47. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public DIY Movement Is Not New
  • 48. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Maker/Hobbyist Ecosystem Creating New IoT Paths Open Hardware Tools to share and learn 3D Design & Printing Tools Maker Marketplaces Funding Options
  • 49. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Democratization of Innovations New Revolution of Atoms Democratization of Bits + BITS
  • 50. DIY IoT with Arduino Workshop
  • 51. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco PublicPresentation ID Arduino: An Open-source Prototyping Platform Easy to use Hardware and Software
  • 52. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 54Presentation ID Components Used In The Workshop
  • 53. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 55Presentation ID LED A light-emitting diode (LED) is a semiconductor device that emits visible light when an electric current passes through it.
  • 54. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 56Presentation ID Resistor A resistor is an electrical component that limits or regulates the flow of electrical current in an electronic circuit. Resistors can also be used to provide a specific voltage for an active device such as a transistor.
  • 55. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 57Presentation ID Breadboard A breadboard is a construction base for prototyping of electronics.
  • 56. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 58Presentation ID Why Is It called Breadboard?
  • 57. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 59Presentation ID
  • 58. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 60Presentation ID Additional Component
  • 60. Q & A

Editor's Notes

  1. We started entering the 4th ERA of IT about 18 months ago (summer 2014)
  2. “Crawl” First implementations of IoT Only 1 app has access to data from each sensor. Customer quickly frustrated over separate apps [CLICK] “Walk” Think in terms of open ecosystems Expose APIs Customer can choose how they want to use the data [CLICK] “Run” When you grow to enterprise-grade deployment Avalanche/Tsunami of data Need to react to conditions/make decisions in real time Combination of cloud and edge compute – new analytics models, policies
  3. The keys to advancing from a closed system to a real-time enterprise-grade system are Security (to allow safe exchange and transport of data between multiple companies/partners/vendors Scale (to handle the performance needs of mission-critical, real-time enterprise use cases) The inter-step builds on Slide 2 can be written to reinforce whatever messages you to communicate. For John’s talk, it was about security and scale. For Angela’s audiences, I would probably replace “security” with “secure open sharing” where secure authorization allows data to break out of proprietary silos, and replace “scale” with “high performance, low latency at scale” to reflect the importance of having middleware that can facilitate data transfer at enterprise-grade requirements.
  4. Network connectivity IOx and Fog Applications Data analytics Security - cyber and physical Management and automation Application platform
  5. https://developer.cisco.com/site/iot/
  6. Web Age democratized Bits Next Revolution will bring the bits and atoms together to digitalize the World. Tools to connect the world of bits to atoms.. Connectivity for devices/things. Ways to operate, manage, secure things. Communicate with things-bots/AI. Tools to interpret Data out of things.
  7. The Arduino project started in 2005 as a program for students at the Interaction Design Institute Ivrea in Ivrea, Italy, aiming to provide a low-cost and easy way for novices and professionals to create devices that interact with their environment using sensors and actuators. Common examples of such devices intended for beginner hobbyists include simple robots, thermostats, and motion detectors.
  8. The name Arduino comes from a bar in Ivrea, where some of the founders of the project used to meet. The bar was named after Arduin of Ivrea, who was the margrave of the March of Ivrea and King of Italyfrom 1002 to 1014. Massimo Banzi, with David Mellis
  9. The light is not particularly bright, but in most LEDs it is monochromatic, occurring at a single wavelength. The output from an LED can range from red (at a wavelength of approximately 700 nanometers) to blue-violet (about 400 nanometers).
  10. We started entering the 4th ERA of IT about 18 months ago (summer 2014)
  11. “Crawl” First implementations of IoT Only 1 app has access to data from each sensor. Customer quickly frustrated over separate apps [CLICK] “Walk” Think in terms of open ecosystems Expose APIs Customer can choose how they want to use the data [CLICK] “Run” When you grow to enterprise-grade deployment Avalanche/Tsunami of data Need to react to conditions/make decisions in real time Combination of cloud and edge compute – new analytics models, policies
  12. The keys to advancing from a closed system to a real-time enterprise-grade system are Security (to allow safe exchange and transport of data between multiple companies/partners/vendors Scale (to handle the performance needs of mission-critical, real-time enterprise use cases) The inter-step builds on Slide 2 can be written to reinforce whatever messages you to communicate. For John’s talk, it was about security and scale. For Angela’s audiences, I would probably replace “security” with “secure open sharing” where secure authorization allows data to break out of proprietary silos, and replace “scale” with “high performance, low latency at scale” to reflect the importance of having middleware that can facilitate data transfer at enterprise-grade requirements.
  13. Network connectivity IOx and Fog Applications Data analytics Security - cyber and physical Management and automation Application platform
  14. https://developer.cisco.com/site/iot/
  15. Web Age democratized Bits Next Revolution will bring the bits and atoms together to digitalize the World. Tools to connect the world of bits to atoms.. Connectivity for devices/things. Ways to operate, manage, secure things. Communicate with things-bots/AI. Tools to interpret Data out of things.
  16. The light is not particularly bright, but in most LEDs it is monochromatic, occurring at a single wavelength. The output from an LED can range from red (at a wavelength of approximately 700 nanometers) to blue-violet (about 400 nanometers).