SlideShare une entreprise Scribd logo
1  sur  35
Télécharger pour lire hors ligne
Session – TEC118: IoT – use cases and examples
Markus van Kempen – mvk@ca.ibm.com
@markusvankempen
The Internet of Things
10/20/2015
1
IBM Internet of Things
Markus Van Kempen
EA Architect
IBM Corporate Technical Strategy
email: mvk@ ca.ibm.com
Twitter: @markusvankempen
Hot Topics: IoT / Bluemix / Wearables / SAP / Mobility and Innovation
https://markusvankempen.wordpress.com/
http://Fiori.mybluemix.net
Software Engineer from Germany – living in Canada.
Joined IBM in 2002 via OmniLogic/PwC
Famous for Global SAP HR & Portal/Mobile Implementation
Interested predicting The Next Big Thing in technology,
IoT & Bluemix advocate,
Happiest when I can swim, bike & run or code Things
IBM Internet of Things
TEC118
10/20/2015
3
In this session, we discuss an Internet of Things (IoT) industry use case to monitor
people and devices on a construction site. We show a demo of a geo-fencing
application involving workers in a gold mine, where controlled explosions are
performed. The workers will be outfitted with mobile devices that track their
locations. The workers will be sent messages telling them to move to a safe area
and if there are still any workers in the danger area, the detonation will be
postponed.
IBM Internet of Things
Agenda
10/20/2015
4
• What is IoT?
• How Does it work?
-Demo
• Example Use Case
-Demo
• Outlook
• Q&A
IBM Internet of Things
IBM defines Internet of Things as…
The Internet of Things represents an evolution in which objects are
capable of interacting with other objects. The Internet of Things helps
enable proactive data access from any connected device.
5
IBM Internet of Things
Mobile vs IoT
10/20/2015
6
VS
IBM Internet of Things
More and more of the world’s activity is being expressed digitally
by billions of interconnected devices…
7
Smarter
cities
Smarter
vehicles
Smarter home Smarter
health
Smarter
factories
Smarter
transportation
…providing businesses with the ability to learn more about their operating
environment, and identify and act with the potential to create new value.
IBM Internet of Things
Today
“By 2020, Internet of
Things spending will rise
to $3 trillion and nearly
30 billion devices”
Source: “IDC MaturityScape Benchmark: Enterprise
Mobility in the United States”, IDC, May 2015
New sources of data for business
In a few
years
Creating systems of insight by unlocking data from billions of
interconnected devices
IBM Internet of Things
IoT offers a transformative business opportunity
9
1
2
3
Unlock new revenue from existing products
and services
Inspire new working practices or processes
Change or create new business models or
strategies
Changing how business operates
IBM Internet of Things
Agenda
10/20/2015
10
• WHY IoT
• How Does it work
-Demo
• Example Use Case
-Demo
• Outlook
• Q&A
IBM Internet of Things
• Open royalty free spec designed for things
• Being standardized now through OASIS
• Wide variety of clients and servers
• Hobbyist to enterprise
• Open source to commercial
• Can easily implement device clients
• Simple messaging semantics
• Asynchronous (“push”) delivery based on
pub/sub
• Simple set of verbs
• Connect and Disconnect
• Publish and Subscribe
• Minimal wire format
• Smallest possible packet size is 2 bytes
• No application message headers
• Lightweight footprint
• Clients: C = 30Kb; Java = 100Kb
• Three qualities of service:
• 0 – at most once delivery
• 1 – assured delivery but may be duplicated
• 2 – once and once only delivery
• Built-in actions when clients loose contact
• Last-will-and-testament publishes message if
client goes offline
• Stateful “roll-forward” semantics and “durable”
subscriptions
= “Message Queue Telemetry/Things Transport”
Open
Rich & Secure
Lean
Easy
HTTP is not enough for IoT
IBM Internet of Things
Connecting Device with MQTT to IoTF
10/20/2015
12
 Publish the same data to
many applications with MQTT
 Access control with Application Registration & Keys
 Compose with other IoT Services in Bluemix using “App tips”
IBM Internet of Things
Publish / Subscribe to a topic
• Topic is a file path
• Event Topic: iot-2/evt/Org/Sensor1/temperature/fmt/json
• Command Topic: iot-2/cmd/Org/Sensor1/fmt/json
• Format / Structure: JSON {“d”: {“myname”:”mvk”
Broker: Sits on port 8883 or 1883 (ssl)
Eclipse Paho provides open-source libraries
• C/C++/Java/Javascript/..
http://www.eclipse.org/paho/
MQTT and Topics
IBM Internet of Things
Demo Setup
10/20/2015
14
HTML Phone Node-RED
Freeboard.io
IBM Internet of Things
Demo
Connect your Mobile/Desktop to IOT :
http://sapandiot.mybluemix.net
10/20/2015
15
IBM Internet of Things
Agenda
10/20/2015
16
• WHY IoT
• How Does it work
-Demo
• Example Use Case
-Demo
• Outlook
• Q&A
IBM Internet of Things
Some Goal’s of IoT
 Managing the communication between Device / sensors and brokers
 Sending commands to Devices
 Manage devices
 Collecting device data
 Analyze and quantify the data
 Transform businesses and value chain
10/21/2015
17
IBM Internet of Things
SAP IoT use case
 Predictive Maintenance – Workorders
 Products re-stock – Stock Transport Orders
 Asset Management
 Track and Trace
 Workflows
10/21/2015
18
IBM Internet of Things
Get started connect your devices to IoT
10/21/2015
19
IBM Internet of Things
Internet
Scenario Overview
10/21/2015
20
MQTT Publish Hosts messages
Topic: iot-2/type/Satelite/id/ISSI/evt/+/fmt/json
Send Message
Monitor
Topic:iot-2/cmd/+/fmt/jsonLiFxLight
International Space Station
IBM Internet of Things
Internet
MQTT Publish
Hosts messages
IoT Cloud / MQTT BrokerAndroid
Visualization
On Laptop
Sending Android Wear Sensor data to The Internet of Things
- My Heart rate on IOT
{"evt_type":
"status","timestamp":{},
"evt":{
"myName":"MOTO",
"Sensor":21,"Gx":0,"Gy":0,"Gz":0
,
"HEART_RATE":63,
"STEP_COUNTER":0}}
Google
DATA
Layer
IBM Internet of Things
IoT in a BoX
http://blog.spants.com/iotbox-an-internet-of-things-thingy-first-steps/
IBM Internet of Things
Roomsurfer
10/20/2015
23
PCDuino Visonic
DUO-240
1. Motion sensors installed in rooms to be monitored
(can work for cubicles too)
2. Microcontrollers, periodically, broadcast each room’s
motion state measured by the sensors
3. Data is aggregated and motion state is decided
4. Rooms and Reservation (R&R) data to be procured
for each room (where applicable)
5. Aggregation between R&R and motion to determine
room state:
No motion no reservation
Reservation, but no motion
Motion in the room
IBM Internet of Things
IoT Use-Case – Mining / Construction site
10/20/2015
24
1. Workers (purple marks) wander around quarry (green zone)
2. Upcoming explosion zone appears (Red zone)
3. IOC generates SOP, which contains instructions for operator
4. Operator informs workers about upcoming explosion.
5. Workers run away to the safety (Blue zone)
6. Operator checks if everybody is in the safety
7. Operator allows the explosion.
Challenges
- Connectivity
- Battery
IBM Internet of Things
Sports of Things
10/20/2015
25
http://www.rcrwireless.com/20150908/internet-of-things/iot-era-dawns-for-nfl-with-player-tracking-sensors-tag20
https://www.zebra.com/us/en/solutions/location-solutions/sports-tracking.html
IBM Internet of Things
Energy Monitoring and lunch/dinner
10/20/2015
26
https://www.scottishpower.co.uk/pdf/smart-meters/smart-metering-journey.pdf
IBM Internet of Things
SilverHook / Video (https://www.youtube.com/watch?v=rpsjxnoNc-U)
Internet of Things Foundation Service
IBM Internet of Things
Cloud
Classic Internet, Wireless Internet, Entertainment Internet, Social Internet
2.5/4G
Cellular
802.11
WiFi
LBS
GPS &
others
Broadcast
Data
Broadcast
Digital
Audio
Broadcast
Digital
Video
V2VUSB
V2I 802.11P & WAVE
Roadway Infrastructure & Information Network
Consumer/commercial Roadway info, events, warnings, guidance
Back
Haul
Network
2.5/4G
Cellular
2.5/4G
Cellular
ITS
Intelligent Transportation
Systems
Mobile Devices
 Apps Integration
 Smartphones
 Tablets
Other V2V Cars
 Safety V2V Apps
 Ad-hoc network802.11P
& WAVE
Network
Bluetooth
WiFi
Content Networks Communication Networks Safety/eCall Networks
Source: Infotainment: Thinking Outside the Center Stack How Much Connectivity?
The Connected Vehicle of 2020 Will Have a Multitude
of Cloud Connections
IBM Internet of Things
What transition to connected devices (CD) via IoT
CD fundamentally transforms manufacture business model by creating new value creating opportunities
IBM Internet of Things
Agenda
10/20/2015
30
• WHY IoT
• How Does it work
-Demo
• Example Use Case
-Demo
• Outlook
• Q&A
IBM Internet of Things
IoT will evolve to be more open and decentralized
• Design for Peer-to-Peer systems
• Design for Trustless communication
• Design for Decentralized Autonomy
Design principles of ADEPT architecture
(Autonomous Decentralized Peer-to-Peer Telemetry)
IBM Internet of Things
IBM Internet of Things
Markus van Kempen
Executive Architect & Venture Capital Investor
IBM Corporate Technical Strategy
Innovating with People and Technology
email: mvk@ ca.ibm.com
Twitter: @markusvankempen
Hashtag: #MVK
IBM Internet of Things
Less talking, More doing
Learn more about Internet of Things from IBM
ibm.com/IoT
Try out Internet of Things on IBM Bluemix
ibm.biz/try_iot
Join us in our IoT conversations
@IBMIoT
Get started today
10/20/2015
34
IBM Internet of Things
10/20/2015
35

Contenu connexe

Tendances

IoT (what, where, when, why, how)
IoT (what, where, when, why, how)IoT (what, where, when, why, how)
IoT (what, where, when, why, how)Uğur Gürbüz
 
What is next for IoT and IIoT
What is next for IoT and IIoTWhat is next for IoT and IIoT
What is next for IoT and IIoTAhmed Banafa
 
Watson Internet of Things Hexamite
Watson Internet of Things HexamiteWatson Internet of Things Hexamite
Watson Internet of Things HexamiteJason Lu
 
Cloud Platform for IoT
Cloud Platform for IoTCloud Platform for IoT
Cloud Platform for IoTNaoto Umemori
 
Smart Industry 4.0: IBM Watson IoT in de praktijk
Smart Industry 4.0: IBM Watson IoT in de praktijkSmart Industry 4.0: IBM Watson IoT in de praktijk
Smart Industry 4.0: IBM Watson IoT in de praktijkIoT Academy
 
IoT World Forum Press Conference - 10.14.2014
IoT World Forum Press Conference - 10.14.2014IoT World Forum Press Conference - 10.14.2014
IoT World Forum Press Conference - 10.14.2014Bessie Wang
 
Proof of concepts and use cases with IoT technologies
Proof of concepts and use cases with IoT technologiesProof of concepts and use cases with IoT technologies
Proof of concepts and use cases with IoT technologiesHeikki Ailisto
 
IoT across devices with Windows 10 and Azure IoT Suite by Admir Tuzović
IoT across devices with Windows 10 and Azure IoT Suite by Admir TuzovićIoT across devices with Windows 10 and Azure IoT Suite by Admir Tuzović
IoT across devices with Windows 10 and Azure IoT Suite by Admir TuzovićBosnia Agile
 
Watson IoT Platform Sizing & Pricing - Sept 2016
Watson IoT Platform Sizing & Pricing - Sept 2016Watson IoT Platform Sizing & Pricing - Sept 2016
Watson IoT Platform Sizing & Pricing - Sept 2016Jason Lu
 
Defining the IoT Stack
Defining the IoT StackDefining the IoT Stack
Defining the IoT StackPubNub
 
IoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & PerformanceIoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & PerformanceAshu Joshi
 
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)MicheleNati
 
Improving FM service and profitability with InVMA and ThingWorx
Improving FM service and profitability with InVMA and ThingWorxImproving FM service and profitability with InVMA and ThingWorx
Improving FM service and profitability with InVMA and ThingWorxJon Hill
 
Cisco Internet of Things
Cisco Internet of ThingsCisco Internet of Things
Cisco Internet of ThingsPanduit
 
Encapsulating Complexity in IoT Solutions
Encapsulating Complexity in IoT SolutionsEncapsulating Complexity in IoT Solutions
Encapsulating Complexity in IoT SolutionsEurotech
 
Industrial internet of things (IIOT) - special report-2017
Industrial internet of things (IIOT) - special report-2017Industrial internet of things (IIOT) - special report-2017
Industrial internet of things (IIOT) - special report-2017Ian Beckett
 
The power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast IT
The power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast ITThe power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast IT
The power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast ITCisco Canada
 

Tendances (20)

IoT (what, where, when, why, how)
IoT (what, where, when, why, how)IoT (what, where, when, why, how)
IoT (what, where, when, why, how)
 
What is next for IoT and IIoT
What is next for IoT and IIoTWhat is next for IoT and IIoT
What is next for IoT and IIoT
 
Watson Internet of Things Hexamite
Watson Internet of Things HexamiteWatson Internet of Things Hexamite
Watson Internet of Things Hexamite
 
Cloud Platform for IoT
Cloud Platform for IoTCloud Platform for IoT
Cloud Platform for IoT
 
Watson IOT Platform
Watson IOT PlatformWatson IOT Platform
Watson IOT Platform
 
Smart Industry 4.0: IBM Watson IoT in de praktijk
Smart Industry 4.0: IBM Watson IoT in de praktijkSmart Industry 4.0: IBM Watson IoT in de praktijk
Smart Industry 4.0: IBM Watson IoT in de praktijk
 
IBM Internet of Things Offerings
IBM Internet of Things OfferingsIBM Internet of Things Offerings
IBM Internet of Things Offerings
 
Ibm iot overview
Ibm   iot overviewIbm   iot overview
Ibm iot overview
 
IoT World Forum Press Conference - 10.14.2014
IoT World Forum Press Conference - 10.14.2014IoT World Forum Press Conference - 10.14.2014
IoT World Forum Press Conference - 10.14.2014
 
Proof of concepts and use cases with IoT technologies
Proof of concepts and use cases with IoT technologiesProof of concepts and use cases with IoT technologies
Proof of concepts and use cases with IoT technologies
 
IoT across devices with Windows 10 and Azure IoT Suite by Admir Tuzović
IoT across devices with Windows 10 and Azure IoT Suite by Admir TuzovićIoT across devices with Windows 10 and Azure IoT Suite by Admir Tuzović
IoT across devices with Windows 10 and Azure IoT Suite by Admir Tuzović
 
Watson IoT Platform Sizing & Pricing - Sept 2016
Watson IoT Platform Sizing & Pricing - Sept 2016Watson IoT Platform Sizing & Pricing - Sept 2016
Watson IoT Platform Sizing & Pricing - Sept 2016
 
Defining the IoT Stack
Defining the IoT StackDefining the IoT Stack
Defining the IoT Stack
 
IoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & PerformanceIoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & Performance
 
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
IoTMeetupGuildford#2: The IoT Ecosystem - Justin Anderson (FlexEye)
 
Improving FM service and profitability with InVMA and ThingWorx
Improving FM service and profitability with InVMA and ThingWorxImproving FM service and profitability with InVMA and ThingWorx
Improving FM service and profitability with InVMA and ThingWorx
 
Cisco Internet of Things
Cisco Internet of ThingsCisco Internet of Things
Cisco Internet of Things
 
Encapsulating Complexity in IoT Solutions
Encapsulating Complexity in IoT SolutionsEncapsulating Complexity in IoT Solutions
Encapsulating Complexity in IoT Solutions
 
Industrial internet of things (IIOT) - special report-2017
Industrial internet of things (IIOT) - special report-2017Industrial internet of things (IIOT) - special report-2017
Industrial internet of things (IIOT) - special report-2017
 
The power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast IT
The power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast ITThe power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast IT
The power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast IT
 

En vedette

Simple Internet of Things (IoT) game with Bluemix and Node-Red
Simple Internet of Things (IoT)  game with Bluemix and Node-RedSimple Internet of Things (IoT)  game with Bluemix and Node-Red
Simple Internet of Things (IoT) game with Bluemix and Node-RedMarkus Van Kempen
 
101 Use Cases for IoT
101 Use Cases for IoT101 Use Cases for IoT
101 Use Cases for IoTCisco Canada
 
Design use case template (1)
Design use case template (1)Design use case template (1)
Design use case template (1)IIUM
 
The samsung knox platform 0
The samsung knox platform 0The samsung knox platform 0
The samsung knox platform 0Javier Gonzalez
 
Interaction Builders Manifesto
Interaction Builders ManifestoInteraction Builders Manifesto
Interaction Builders ManifestoBastian Buch
 
Data platform at Samsung (Big Learning)
Data platform at Samsung (Big Learning)Data platform at Samsung (Big Learning)
Data platform at Samsung (Big Learning)ZhuanzhuanDing
 
Question 4 contruction
Question 4   contructionQuestion 4   contruction
Question 4 contructionc_carterbrace
 
International SOS Tutorial for UTSA Faculty and Staff only 03.28.2016
International SOS Tutorial for UTSA Faculty and Staff only 03.28.2016International SOS Tutorial for UTSA Faculty and Staff only 03.28.2016
International SOS Tutorial for UTSA Faculty and Staff only 03.28.2016UTSA_International
 
Cradle Point Australia
Cradle Point AustraliaCradle Point Australia
Cradle Point AustraliaCalAnderson
 
International SOS web presentation
International SOS web presentationInternational SOS web presentation
International SOS web presentationUTSA_International
 
Concierge Introduction
Concierge IntroductionConcierge Introduction
Concierge Introductionsachinvasudeva
 
Smart Construction by Leopardo
Smart Construction by LeopardoSmart Construction by Leopardo
Smart Construction by Leopardoleobuild
 
IoT Reference Architecture and Case Studies
IoT Reference Architecture and Case StudiesIoT Reference Architecture and Case Studies
IoT Reference Architecture and Case StudiesSerhiy (Serge) Haziyev
 
How to use IoT data with Watson SpeechToText, TextToSpeech and NLC to query ...
How to use IoT data with  Watson SpeechToText, TextToSpeech and NLC to query ...How to use IoT data with  Watson SpeechToText, TextToSpeech and NLC to query ...
How to use IoT data with Watson SpeechToText, TextToSpeech and NLC to query ...Markus Van Kempen
 
Drone Payloader using a Servo and a Raspberry Pi
Drone Payloader using a Servo and a Raspberry Pi Drone Payloader using a Servo and a Raspberry Pi
Drone Payloader using a Servo and a Raspberry Pi Markus Van Kempen
 
Playbulb Candle & Watson IoT Platform using Watson APIs and Twitter
Playbulb Candle & Watson IoT Platform using Watson APIs and TwitterPlaybulb Candle & Watson IoT Platform using Watson APIs and Twitter
Playbulb Candle & Watson IoT Platform using Watson APIs and TwitterMarkus Van Kempen
 
Puma5 - Piping material management made easy
Puma5 - Piping material management made easyPuma5 - Piping material management made easy
Puma5 - Piping material management made easyGian Mario Tagliaretti
 
Internet of Things (IoT) reference architecture using Azure -MIC - Lahore
Internet of Things (IoT) reference architecture using Azure -MIC - LahoreInternet of Things (IoT) reference architecture using Azure -MIC - Lahore
Internet of Things (IoT) reference architecture using Azure -MIC - LahoreInformation Technology University
 
Use of IoT in increasing opeartional efficiency in manufacturing plants- a ca...
Use of IoT in increasing opeartional efficiency in manufacturing plants- a ca...Use of IoT in increasing opeartional efficiency in manufacturing plants- a ca...
Use of IoT in increasing opeartional efficiency in manufacturing plants- a ca...Manish Saxena
 

En vedette (20)

Simple Internet of Things (IoT) game with Bluemix and Node-Red
Simple Internet of Things (IoT)  game with Bluemix and Node-RedSimple Internet of Things (IoT)  game with Bluemix and Node-Red
Simple Internet of Things (IoT) game with Bluemix and Node-Red
 
101 Use Cases for IoT
101 Use Cases for IoT101 Use Cases for IoT
101 Use Cases for IoT
 
Design use case template (1)
Design use case template (1)Design use case template (1)
Design use case template (1)
 
The samsung knox platform 0
The samsung knox platform 0The samsung knox platform 0
The samsung knox platform 0
 
Interaction Builders Manifesto
Interaction Builders ManifestoInteraction Builders Manifesto
Interaction Builders Manifesto
 
Data platform at Samsung (Big Learning)
Data platform at Samsung (Big Learning)Data platform at Samsung (Big Learning)
Data platform at Samsung (Big Learning)
 
Question 4 contruction
Question 4   contructionQuestion 4   contruction
Question 4 contruction
 
International SOS Tutorial for UTSA Faculty and Staff only 03.28.2016
International SOS Tutorial for UTSA Faculty and Staff only 03.28.2016International SOS Tutorial for UTSA Faculty and Staff only 03.28.2016
International SOS Tutorial for UTSA Faculty and Staff only 03.28.2016
 
Cradle Point Australia
Cradle Point AustraliaCradle Point Australia
Cradle Point Australia
 
International SOS web presentation
International SOS web presentationInternational SOS web presentation
International SOS web presentation
 
Concierge Introduction
Concierge IntroductionConcierge Introduction
Concierge Introduction
 
Smart Construction by Leopardo
Smart Construction by LeopardoSmart Construction by Leopardo
Smart Construction by Leopardo
 
SOS Emergency Evacuation Tutorial
SOS Emergency Evacuation TutorialSOS Emergency Evacuation Tutorial
SOS Emergency Evacuation Tutorial
 
IoT Reference Architecture and Case Studies
IoT Reference Architecture and Case StudiesIoT Reference Architecture and Case Studies
IoT Reference Architecture and Case Studies
 
How to use IoT data with Watson SpeechToText, TextToSpeech and NLC to query ...
How to use IoT data with  Watson SpeechToText, TextToSpeech and NLC to query ...How to use IoT data with  Watson SpeechToText, TextToSpeech and NLC to query ...
How to use IoT data with Watson SpeechToText, TextToSpeech and NLC to query ...
 
Drone Payloader using a Servo and a Raspberry Pi
Drone Payloader using a Servo and a Raspberry Pi Drone Payloader using a Servo and a Raspberry Pi
Drone Payloader using a Servo and a Raspberry Pi
 
Playbulb Candle & Watson IoT Platform using Watson APIs and Twitter
Playbulb Candle & Watson IoT Platform using Watson APIs and TwitterPlaybulb Candle & Watson IoT Platform using Watson APIs and Twitter
Playbulb Candle & Watson IoT Platform using Watson APIs and Twitter
 
Puma5 - Piping material management made easy
Puma5 - Piping material management made easyPuma5 - Piping material management made easy
Puma5 - Piping material management made easy
 
Internet of Things (IoT) reference architecture using Azure -MIC - Lahore
Internet of Things (IoT) reference architecture using Azure -MIC - LahoreInternet of Things (IoT) reference architecture using Azure -MIC - Lahore
Internet of Things (IoT) reference architecture using Azure -MIC - Lahore
 
Use of IoT in increasing opeartional efficiency in manufacturing plants- a ca...
Use of IoT in increasing opeartional efficiency in manufacturing plants- a ca...Use of IoT in increasing opeartional efficiency in manufacturing plants- a ca...
Use of IoT in increasing opeartional efficiency in manufacturing plants- a ca...
 

Similaire à Tec118 Teched2015 IOT use case and examples

Connecting devices to the internet of things
Connecting devices to the internet of thingsConnecting devices to the internet of things
Connecting devices to the internet of thingsBernard Kufluk
 
Session 1908 connecting devices to the IBM IoT Cloud
Session 1908   connecting devices to the  IBM IoT CloudSession 1908   connecting devices to the  IBM IoT Cloud
Session 1908 connecting devices to the IBM IoT CloudPeterNiblett
 
Entreprises : découvrez les briques essentielles d’une solution IoT
Entreprises : découvrez les briques essentielles d’une solution IoTEntreprises : découvrez les briques essentielles d’une solution IoT
Entreprises : découvrez les briques essentielles d’une solution IoTScaleway
 
Introduction IOT/M2M
Introduction IOT/M2MIntroduction IOT/M2M
Introduction IOT/M2MLeKhanhAnh
 
IoT Platform Meetup - IBM
IoT Platform Meetup - IBMIoT Platform Meetup - IBM
IoT Platform Meetup - IBMFilip Kolář
 
Internet of Things and IBM
Internet of Things and IBMInternet of Things and IBM
Internet of Things and IBMArrow ECS UK
 
Industry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
Industry4.0 IoT Vincent Thavonekham - Azure Day UkraineIndustry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
Industry4.0 IoT Vincent Thavonekham - Azure Day UkraineFactoVia
 
Iot 1906 - approaches for building applications with the IBM IoT cloud
Iot 1906 - approaches for building applications with the IBM IoT cloudIot 1906 - approaches for building applications with the IBM IoT cloud
Iot 1906 - approaches for building applications with the IBM IoT cloudPeterNiblett
 
Flexthink2016_IIOT_Vision
Flexthink2016_IIOT_VisionFlexthink2016_IIOT_Vision
Flexthink2016_IIOT_VisionYvan Rudzinski
 
Join the Revolution: The Interconnected World with IBM Bluemix and IoT Founda...
Join the Revolution: The Interconnected World with IBM Bluemix and IoT Founda...Join the Revolution: The Interconnected World with IBM Bluemix and IoT Founda...
Join the Revolution: The Interconnected World with IBM Bluemix and IoT Founda...Joy Patra
 
L’IoT industriale e i vantaggi competitivi della trasformazione digitale
L’IoT  industriale e i vantaggi competitivi della trasformazione digitale L’IoT  industriale e i vantaggi competitivi della trasformazione digitale
L’IoT industriale e i vantaggi competitivi della trasformazione digitale Eurotech
 
Desktop is going to be v2
Desktop is going to be  v2Desktop is going to be  v2
Desktop is going to be v2Pini Cohen
 
IBM Industrie 4.0 journey @CeBIT
IBM Industrie 4.0 journey @CeBITIBM Industrie 4.0 journey @CeBIT
IBM Industrie 4.0 journey @CeBITPlamen Kiradjiev
 
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 - IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 - IBM France Lab
 
meet2016: Reshaping Business Through IoT: Key Technology Factors to Consider
meet2016: Reshaping Business Through IoT: Key Technology Factors to Considermeet2016: Reshaping Business Through IoT: Key Technology Factors to Consider
meet2016: Reshaping Business Through IoT: Key Technology Factors to ConsiderRoberto Siagri
 
Reshaping Business Through IoT: Key Technology Factors to Consider
Reshaping Business Through IoT: Key Technology Factors to ConsiderReshaping Business Through IoT: Key Technology Factors to Consider
Reshaping Business Through IoT: Key Technology Factors to ConsiderEurotech
 
Internet of Things (IoT) Fog Computing Insights from Patents
Internet of Things (IoT) Fog Computing Insights from PatentsInternet of Things (IoT) Fog Computing Insights from Patents
Internet of Things (IoT) Fog Computing Insights from PatentsAlex G. Lee, Ph.D. Esq. CLP
 

Similaire à Tec118 Teched2015 IOT use case and examples (20)

Connecting devices to the internet of things
Connecting devices to the internet of thingsConnecting devices to the internet of things
Connecting devices to the internet of things
 
Session 1908 connecting devices to the IBM IoT Cloud
Session 1908   connecting devices to the  IBM IoT CloudSession 1908   connecting devices to the  IBM IoT Cloud
Session 1908 connecting devices to the IBM IoT Cloud
 
Entreprises : découvrez les briques essentielles d’une solution IoT
Entreprises : découvrez les briques essentielles d’une solution IoTEntreprises : découvrez les briques essentielles d’une solution IoT
Entreprises : découvrez les briques essentielles d’une solution IoT
 
The Internet of Things - IBM
The Internet of Things - IBMThe Internet of Things - IBM
The Internet of Things - IBM
 
Introduction IOT/M2M
Introduction IOT/M2MIntroduction IOT/M2M
Introduction IOT/M2M
 
IoT Platform Meetup - IBM
IoT Platform Meetup - IBMIoT Platform Meetup - IBM
IoT Platform Meetup - IBM
 
Internet of Things and IBM
Internet of Things and IBMInternet of Things and IBM
Internet of Things and IBM
 
Industry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
Industry4.0 IoT Vincent Thavonekham - Azure Day UkraineIndustry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
Industry4.0 IoT Vincent Thavonekham - Azure Day Ukraine
 
Iot 1906 - approaches for building applications with the IBM IoT cloud
Iot 1906 - approaches for building applications with the IBM IoT cloudIot 1906 - approaches for building applications with the IBM IoT cloud
Iot 1906 - approaches for building applications with the IBM IoT cloud
 
Flexthink2016_IIOT_Vision
Flexthink2016_IIOT_VisionFlexthink2016_IIOT_Vision
Flexthink2016_IIOT_Vision
 
Join the Revolution: The Interconnected World with IBM Bluemix and IoT Founda...
Join the Revolution: The Interconnected World with IBM Bluemix and IoT Founda...Join the Revolution: The Interconnected World with IBM Bluemix and IoT Founda...
Join the Revolution: The Interconnected World with IBM Bluemix and IoT Founda...
 
L’IoT industriale e i vantaggi competitivi della trasformazione digitale
L’IoT  industriale e i vantaggi competitivi della trasformazione digitale L’IoT  industriale e i vantaggi competitivi della trasformazione digitale
L’IoT industriale e i vantaggi competitivi della trasformazione digitale
 
Desktop is going to be v2
Desktop is going to be  v2Desktop is going to be  v2
Desktop is going to be v2
 
IBM Industrie 4.0 journey @CeBIT
IBM Industrie 4.0 journey @CeBITIBM Industrie 4.0 journey @CeBIT
IBM Industrie 4.0 journey @CeBIT
 
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 - IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
 
meet2016: Reshaping Business Through IoT: Key Technology Factors to Consider
meet2016: Reshaping Business Through IoT: Key Technology Factors to Considermeet2016: Reshaping Business Through IoT: Key Technology Factors to Consider
meet2016: Reshaping Business Through IoT: Key Technology Factors to Consider
 
Reshaping Business Through IoT: Key Technology Factors to Consider
Reshaping Business Through IoT: Key Technology Factors to ConsiderReshaping Business Through IoT: Key Technology Factors to Consider
Reshaping Business Through IoT: Key Technology Factors to Consider
 
WoT framework and use cases
WoT framework and use casesWoT framework and use cases
WoT framework and use cases
 
AI in the enterprise
AI in the enterprise AI in the enterprise
AI in the enterprise
 
Internet of Things (IoT) Fog Computing Insights from Patents
Internet of Things (IoT) Fog Computing Insights from PatentsInternet of Things (IoT) Fog Computing Insights from Patents
Internet of Things (IoT) Fog Computing Insights from Patents
 

Plus de Markus Van Kempen

MyHackMIT2023-ChallengetoTheStudents.pdf
MyHackMIT2023-ChallengetoTheStudents.pdfMyHackMIT2023-ChallengetoTheStudents.pdf
MyHackMIT2023-ChallengetoTheStudents.pdfMarkus Van Kempen
 
Ways Artificial Intelligence Can Improve Your Business with IBM Watson
Ways Artificial Intelligence Can Improve Your Business with IBM WatsonWays Artificial Intelligence Can Improve Your Business with IBM Watson
Ways Artificial Intelligence Can Improve Your Business with IBM WatsonMarkus Van Kempen
 
SNP STEAM Academy 2017 class 3 - -ISS #TechWednesday
SNP STEAM Academy 2017 class 3 - -ISS #TechWednesdaySNP STEAM Academy 2017 class 3 - -ISS #TechWednesday
SNP STEAM Academy 2017 class 3 - -ISS #TechWednesdayMarkus Van Kempen
 
Animal tracking using Watson IoT and LoraWAN
Animal tracking using Watson IoT and LoraWANAnimal tracking using Watson IoT and LoraWAN
Animal tracking using Watson IoT and LoraWANMarkus Van Kempen
 
SNP STEAM Academy 2018 Class #1 - Burglar Alarm #Tech Wednesday
SNP STEAM Academy 2018 Class #1 - Burglar Alarm #Tech Wednesday SNP STEAM Academy 2018 Class #1 - Burglar Alarm #Tech Wednesday
SNP STEAM Academy 2018 Class #1 - Burglar Alarm #Tech Wednesday Markus Van Kempen
 
SNP STEAM Academy 2017 Class #12
SNP STEAM Academy 2017 Class #12SNP STEAM Academy 2017 Class #12
SNP STEAM Academy 2017 Class #12Markus Van Kempen
 
World of Watson Ask Me Anything About IoT
World of Watson Ask Me Anything About IoTWorld of Watson Ask Me Anything About IoT
World of Watson Ask Me Anything About IoTMarkus Van Kempen
 
SNP STEAM Academy 2017 Class #1
SNP STEAM Academy 2017 Class #1SNP STEAM Academy 2017 Class #1
SNP STEAM Academy 2017 Class #1Markus Van Kempen
 
Using Alexa, IFTTT and Watson IoT Platform to control ble devices
Using Alexa, IFTTT and Watson IoT Platform to control ble devicesUsing Alexa, IFTTT and Watson IoT Platform to control ble devices
Using Alexa, IFTTT and Watson IoT Platform to control ble devicesMarkus Van Kempen
 
Watson IoT @Ryerson University - IEEE Chapter
Watson IoT  @Ryerson University - IEEE Chapter  Watson IoT  @Ryerson University - IEEE Chapter
Watson IoT @Ryerson University - IEEE Chapter Markus Van Kempen
 
LoRa/LRSC Bridge for Bluemix and Watson IoT Plattform Some changes are not ye...
LoRa/LRSC Bridge for Bluemix and Watson IoT Plattform Some changes are not ye...LoRa/LRSC Bridge for Bluemix and Watson IoT Plattform Some changes are not ye...
LoRa/LRSC Bridge for Bluemix and Watson IoT Plattform Some changes are not ye...Markus Van Kempen
 
Connecting everything to the Internet of Things - even a TPR
Connecting everything to the Internet of Things - even a TPRConnecting everything to the Internet of Things - even a TPR
Connecting everything to the Internet of Things - even a TPRMarkus Van Kempen
 
IoT Demo using Maps and Sensor Data
IoT Demo using Maps and Sensor DataIoT Demo using Maps and Sensor Data
IoT Demo using Maps and Sensor DataMarkus Van Kempen
 
iBeacons / Beacons and Presence use cases and examples (part 1)
iBeacons / Beacons and Presence use cases and examples (part 1)iBeacons / Beacons and Presence use cases and examples (part 1)
iBeacons / Beacons and Presence use cases and examples (part 1)Markus Van Kempen
 
Connecting Devices to the IBM IoT via MQTT - Session 1231 @IBMInsight2015
Connecting Devices to the IBM IoT via MQTT - Session 1231 @IBMInsight2015Connecting Devices to the IBM IoT via MQTT - Session 1231 @IBMInsight2015
Connecting Devices to the IBM IoT via MQTT - Session 1231 @IBMInsight2015Markus Van Kempen
 
SAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDE
SAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDESAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDE
SAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDEMarkus Van Kempen
 
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...Markus Van Kempen
 
SAP Portal and Second Level Authentication Implementation for ESS Paystub
SAP Portal and Second Level Authentication Implementation for ESS PaystubSAP Portal and Second Level Authentication Implementation for ESS Paystub
SAP Portal and Second Level Authentication Implementation for ESS PaystubMarkus Van Kempen
 

Plus de Markus Van Kempen (20)

MyHackMIT2023-ChallengetoTheStudents.pdf
MyHackMIT2023-ChallengetoTheStudents.pdfMyHackMIT2023-ChallengetoTheStudents.pdf
MyHackMIT2023-ChallengetoTheStudents.pdf
 
Ways Artificial Intelligence Can Improve Your Business with IBM Watson
Ways Artificial Intelligence Can Improve Your Business with IBM WatsonWays Artificial Intelligence Can Improve Your Business with IBM Watson
Ways Artificial Intelligence Can Improve Your Business with IBM Watson
 
SNP STEAM Academy 2017 class 3 - -ISS #TechWednesday
SNP STEAM Academy 2017 class 3 - -ISS #TechWednesdaySNP STEAM Academy 2017 class 3 - -ISS #TechWednesday
SNP STEAM Academy 2017 class 3 - -ISS #TechWednesday
 
Animal tracking using Watson IoT and LoraWAN
Animal tracking using Watson IoT and LoraWANAnimal tracking using Watson IoT and LoraWAN
Animal tracking using Watson IoT and LoraWAN
 
SNP STEAM Academy 2018 Class #1 - Burglar Alarm #Tech Wednesday
SNP STEAM Academy 2018 Class #1 - Burglar Alarm #Tech Wednesday SNP STEAM Academy 2018 Class #1 - Burglar Alarm #Tech Wednesday
SNP STEAM Academy 2018 Class #1 - Burglar Alarm #Tech Wednesday
 
SNP STEAM Academy 2017 Class #12
SNP STEAM Academy 2017 Class #12SNP STEAM Academy 2017 Class #12
SNP STEAM Academy 2017 Class #12
 
World of Watson Ask Me Anything About IoT
World of Watson Ask Me Anything About IoTWorld of Watson Ask Me Anything About IoT
World of Watson Ask Me Anything About IoT
 
World of Watson HandsOnLab
World of Watson HandsOnLabWorld of Watson HandsOnLab
World of Watson HandsOnLab
 
SNP STEAM Academy 2017 Class #1
SNP STEAM Academy 2017 Class #1SNP STEAM Academy 2017 Class #1
SNP STEAM Academy 2017 Class #1
 
Using Alexa, IFTTT and Watson IoT Platform to control ble devices
Using Alexa, IFTTT and Watson IoT Platform to control ble devicesUsing Alexa, IFTTT and Watson IoT Platform to control ble devices
Using Alexa, IFTTT and Watson IoT Platform to control ble devices
 
Watson IoT @Ryerson University - IEEE Chapter
Watson IoT  @Ryerson University - IEEE Chapter  Watson IoT  @Ryerson University - IEEE Chapter
Watson IoT @Ryerson University - IEEE Chapter
 
LoRa/LRSC Bridge for Bluemix and Watson IoT Plattform Some changes are not ye...
LoRa/LRSC Bridge for Bluemix and Watson IoT Plattform Some changes are not ye...LoRa/LRSC Bridge for Bluemix and Watson IoT Plattform Some changes are not ye...
LoRa/LRSC Bridge for Bluemix and Watson IoT Plattform Some changes are not ye...
 
Connecting everything to the Internet of Things - even a TPR
Connecting everything to the Internet of Things - even a TPRConnecting everything to the Internet of Things - even a TPR
Connecting everything to the Internet of Things - even a TPR
 
IoT Demo using Maps and Sensor Data
IoT Demo using Maps and Sensor DataIoT Demo using Maps and Sensor Data
IoT Demo using Maps and Sensor Data
 
iBeacons / Beacons and Presence use cases and examples (part 1)
iBeacons / Beacons and Presence use cases and examples (part 1)iBeacons / Beacons and Presence use cases and examples (part 1)
iBeacons / Beacons and Presence use cases and examples (part 1)
 
Connecting Devices to the IBM IoT via MQTT - Session 1231 @IBMInsight2015
Connecting Devices to the IBM IoT via MQTT - Session 1231 @IBMInsight2015Connecting Devices to the IBM IoT via MQTT - Session 1231 @IBMInsight2015
Connecting Devices to the IBM IoT via MQTT - Session 1231 @IBMInsight2015
 
SAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDE
SAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDESAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDE
SAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDE
 
Iss Location to IoTF
Iss Location to IoTFIss Location to IoTF
Iss Location to IoTF
 
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
Display device (mqtt) data with Real Time Insights on IBM Internet of Things ...
 
SAP Portal and Second Level Authentication Implementation for ESS Paystub
SAP Portal and Second Level Authentication Implementation for ESS PaystubSAP Portal and Second Level Authentication Implementation for ESS Paystub
SAP Portal and Second Level Authentication Implementation for ESS Paystub
 

Dernier

定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Lucknow
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 

Dernier (20)

定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 

Tec118 Teched2015 IOT use case and examples

  • 1. Session – TEC118: IoT – use cases and examples Markus van Kempen – mvk@ca.ibm.com @markusvankempen The Internet of Things 10/20/2015 1
  • 2. IBM Internet of Things Markus Van Kempen EA Architect IBM Corporate Technical Strategy email: mvk@ ca.ibm.com Twitter: @markusvankempen Hot Topics: IoT / Bluemix / Wearables / SAP / Mobility and Innovation https://markusvankempen.wordpress.com/ http://Fiori.mybluemix.net Software Engineer from Germany – living in Canada. Joined IBM in 2002 via OmniLogic/PwC Famous for Global SAP HR & Portal/Mobile Implementation Interested predicting The Next Big Thing in technology, IoT & Bluemix advocate, Happiest when I can swim, bike & run or code Things
  • 3. IBM Internet of Things TEC118 10/20/2015 3 In this session, we discuss an Internet of Things (IoT) industry use case to monitor people and devices on a construction site. We show a demo of a geo-fencing application involving workers in a gold mine, where controlled explosions are performed. The workers will be outfitted with mobile devices that track their locations. The workers will be sent messages telling them to move to a safe area and if there are still any workers in the danger area, the detonation will be postponed.
  • 4. IBM Internet of Things Agenda 10/20/2015 4 • What is IoT? • How Does it work? -Demo • Example Use Case -Demo • Outlook • Q&A
  • 5. IBM Internet of Things IBM defines Internet of Things as… The Internet of Things represents an evolution in which objects are capable of interacting with other objects. The Internet of Things helps enable proactive data access from any connected device. 5
  • 6. IBM Internet of Things Mobile vs IoT 10/20/2015 6 VS
  • 7. IBM Internet of Things More and more of the world’s activity is being expressed digitally by billions of interconnected devices… 7 Smarter cities Smarter vehicles Smarter home Smarter health Smarter factories Smarter transportation …providing businesses with the ability to learn more about their operating environment, and identify and act with the potential to create new value.
  • 8. IBM Internet of Things Today “By 2020, Internet of Things spending will rise to $3 trillion and nearly 30 billion devices” Source: “IDC MaturityScape Benchmark: Enterprise Mobility in the United States”, IDC, May 2015 New sources of data for business In a few years Creating systems of insight by unlocking data from billions of interconnected devices
  • 9. IBM Internet of Things IoT offers a transformative business opportunity 9 1 2 3 Unlock new revenue from existing products and services Inspire new working practices or processes Change or create new business models or strategies Changing how business operates
  • 10. IBM Internet of Things Agenda 10/20/2015 10 • WHY IoT • How Does it work -Demo • Example Use Case -Demo • Outlook • Q&A
  • 11. IBM Internet of Things • Open royalty free spec designed for things • Being standardized now through OASIS • Wide variety of clients and servers • Hobbyist to enterprise • Open source to commercial • Can easily implement device clients • Simple messaging semantics • Asynchronous (“push”) delivery based on pub/sub • Simple set of verbs • Connect and Disconnect • Publish and Subscribe • Minimal wire format • Smallest possible packet size is 2 bytes • No application message headers • Lightweight footprint • Clients: C = 30Kb; Java = 100Kb • Three qualities of service: • 0 – at most once delivery • 1 – assured delivery but may be duplicated • 2 – once and once only delivery • Built-in actions when clients loose contact • Last-will-and-testament publishes message if client goes offline • Stateful “roll-forward” semantics and “durable” subscriptions = “Message Queue Telemetry/Things Transport” Open Rich & Secure Lean Easy HTTP is not enough for IoT
  • 12. IBM Internet of Things Connecting Device with MQTT to IoTF 10/20/2015 12  Publish the same data to many applications with MQTT  Access control with Application Registration & Keys  Compose with other IoT Services in Bluemix using “App tips”
  • 13. IBM Internet of Things Publish / Subscribe to a topic • Topic is a file path • Event Topic: iot-2/evt/Org/Sensor1/temperature/fmt/json • Command Topic: iot-2/cmd/Org/Sensor1/fmt/json • Format / Structure: JSON {“d”: {“myname”:”mvk” Broker: Sits on port 8883 or 1883 (ssl) Eclipse Paho provides open-source libraries • C/C++/Java/Javascript/.. http://www.eclipse.org/paho/ MQTT and Topics
  • 14. IBM Internet of Things Demo Setup 10/20/2015 14 HTML Phone Node-RED Freeboard.io
  • 15. IBM Internet of Things Demo Connect your Mobile/Desktop to IOT : http://sapandiot.mybluemix.net 10/20/2015 15
  • 16. IBM Internet of Things Agenda 10/20/2015 16 • WHY IoT • How Does it work -Demo • Example Use Case -Demo • Outlook • Q&A
  • 17. IBM Internet of Things Some Goal’s of IoT  Managing the communication between Device / sensors and brokers  Sending commands to Devices  Manage devices  Collecting device data  Analyze and quantify the data  Transform businesses and value chain 10/21/2015 17
  • 18. IBM Internet of Things SAP IoT use case  Predictive Maintenance – Workorders  Products re-stock – Stock Transport Orders  Asset Management  Track and Trace  Workflows 10/21/2015 18
  • 19. IBM Internet of Things Get started connect your devices to IoT 10/21/2015 19
  • 20. IBM Internet of Things Internet Scenario Overview 10/21/2015 20 MQTT Publish Hosts messages Topic: iot-2/type/Satelite/id/ISSI/evt/+/fmt/json Send Message Monitor Topic:iot-2/cmd/+/fmt/jsonLiFxLight International Space Station
  • 21. IBM Internet of Things Internet MQTT Publish Hosts messages IoT Cloud / MQTT BrokerAndroid Visualization On Laptop Sending Android Wear Sensor data to The Internet of Things - My Heart rate on IOT {"evt_type": "status","timestamp":{}, "evt":{ "myName":"MOTO", "Sensor":21,"Gx":0,"Gy":0,"Gz":0 , "HEART_RATE":63, "STEP_COUNTER":0}} Google DATA Layer
  • 22. IBM Internet of Things IoT in a BoX http://blog.spants.com/iotbox-an-internet-of-things-thingy-first-steps/
  • 23. IBM Internet of Things Roomsurfer 10/20/2015 23 PCDuino Visonic DUO-240 1. Motion sensors installed in rooms to be monitored (can work for cubicles too) 2. Microcontrollers, periodically, broadcast each room’s motion state measured by the sensors 3. Data is aggregated and motion state is decided 4. Rooms and Reservation (R&R) data to be procured for each room (where applicable) 5. Aggregation between R&R and motion to determine room state: No motion no reservation Reservation, but no motion Motion in the room
  • 24. IBM Internet of Things IoT Use-Case – Mining / Construction site 10/20/2015 24 1. Workers (purple marks) wander around quarry (green zone) 2. Upcoming explosion zone appears (Red zone) 3. IOC generates SOP, which contains instructions for operator 4. Operator informs workers about upcoming explosion. 5. Workers run away to the safety (Blue zone) 6. Operator checks if everybody is in the safety 7. Operator allows the explosion. Challenges - Connectivity - Battery
  • 25. IBM Internet of Things Sports of Things 10/20/2015 25 http://www.rcrwireless.com/20150908/internet-of-things/iot-era-dawns-for-nfl-with-player-tracking-sensors-tag20 https://www.zebra.com/us/en/solutions/location-solutions/sports-tracking.html
  • 26. IBM Internet of Things Energy Monitoring and lunch/dinner 10/20/2015 26 https://www.scottishpower.co.uk/pdf/smart-meters/smart-metering-journey.pdf
  • 27. IBM Internet of Things SilverHook / Video (https://www.youtube.com/watch?v=rpsjxnoNc-U) Internet of Things Foundation Service
  • 28. IBM Internet of Things Cloud Classic Internet, Wireless Internet, Entertainment Internet, Social Internet 2.5/4G Cellular 802.11 WiFi LBS GPS & others Broadcast Data Broadcast Digital Audio Broadcast Digital Video V2VUSB V2I 802.11P & WAVE Roadway Infrastructure & Information Network Consumer/commercial Roadway info, events, warnings, guidance Back Haul Network 2.5/4G Cellular 2.5/4G Cellular ITS Intelligent Transportation Systems Mobile Devices  Apps Integration  Smartphones  Tablets Other V2V Cars  Safety V2V Apps  Ad-hoc network802.11P & WAVE Network Bluetooth WiFi Content Networks Communication Networks Safety/eCall Networks Source: Infotainment: Thinking Outside the Center Stack How Much Connectivity? The Connected Vehicle of 2020 Will Have a Multitude of Cloud Connections
  • 29. IBM Internet of Things What transition to connected devices (CD) via IoT CD fundamentally transforms manufacture business model by creating new value creating opportunities
  • 30. IBM Internet of Things Agenda 10/20/2015 30 • WHY IoT • How Does it work -Demo • Example Use Case -Demo • Outlook • Q&A
  • 31. IBM Internet of Things IoT will evolve to be more open and decentralized • Design for Peer-to-Peer systems • Design for Trustless communication • Design for Decentralized Autonomy Design principles of ADEPT architecture (Autonomous Decentralized Peer-to-Peer Telemetry)
  • 32. IBM Internet of Things
  • 33. IBM Internet of Things Markus van Kempen Executive Architect & Venture Capital Investor IBM Corporate Technical Strategy Innovating with People and Technology email: mvk@ ca.ibm.com Twitter: @markusvankempen Hashtag: #MVK
  • 34. IBM Internet of Things Less talking, More doing Learn more about Internet of Things from IBM ibm.com/IoT Try out Internet of Things on IBM Bluemix ibm.biz/try_iot Join us in our IoT conversations @IBMIoT Get started today 10/20/2015 34
  • 35. IBM Internet of Things 10/20/2015 35