SlideShare a Scribd company logo
ASSET MONITORINGBLE Beacons, LoRa, Node.js and the IoT Cloud
Robert van Mölken
Gertjan van het Hof
INTRODUCTIONS
• Robert van Mölken
• IoT / Integration Consultant
• Oracle ACE (≡ of Java Champion)
• Frequent blogger & presenter and Board
Member on Dutch Oracle User Group
• Author of 1st Oracle PaaS book:
Implementing Oracle Integration Cloud
Service
• Linkedin: linkedin.com/in/rvmolken
• Blog: technology.vanmolken.nl
• Twitter: @robertvanmolken
• Email: robert.van.molken@amis.nl
• Gertjan van het Hof
• IoT Solution Architect
• IoT Enthusiast
• Initiator of TTN Rivierenland
• Linkedin: linkedin.com/in/gertjanvanhethof
• Twitter: @GertjanvhHof
• Email: gertjan.van.het.hof@amis.nl
• Phone: +31 (0)6 29540619
ON THE AGENDA
• IoT Connecting the Physical & Digital world
• Concepts behind Asset Tracking & Monitoring
• Modern IoT architecture (IoT Reference model)
• Concepts behind Internet of Things Platform
• Internet of Things Platform Walkthrough
Data from devices are integrated in real
time to information system
Closing the gap between information
system and the field
Amount of connected devices expected to
rise to 50 billion in 2020
Benefits all sectors, including agriculture,
retail, industry and healthcare
Add intelligence by adding analytical
dimension and machine learning
Launch actions in enterprise
application based on real-time data
IOT CONNECTING THE PHYSICAL & DIGITAL WORLD
CONCEPTS BEHIND
ASSET TRACKING & MONITORING
• Asset Tracking
• Method of tracking physical assets
• Scanning barcode/QR labels attached to the assets
• Using tags using GPS or RFID which broadcast their location
• Low-power devices like BLE Beacons and LoRa Nodes/Gateways
• Asset Monitoring
• Method of monitoring health of physical assets
• Monitoring temperature, motion, moisture, pressure, other conditions…
• Using sensors emitting data collected by gateways
• Data is near real-time available on central dashboard
• Improve efficiency
• Reduce time spent among other searching for, and maintaining equipment through
real-time status (sensor data) and location of equipment.
• Reduce costs
• Increase equipment utilization and trace assets to prevent theft and abusive usage
• Better decision making
• Forecasts future asset maintenance, prevent unnecessary purchases of new assets
• Help prevent the spread of infection
• Provide location history that pinpoints equipment associated with an infectious patient.
WHY IMPORTANT IN THE HEALTHCARE
TECHNOLOGY BEHIND ASSET TRACKING
• Communication
Characteristics
• Communcation protocols
• Tracking technology
• Gateway positioning
• Position calculation
COMMUNICATION CHARACTERISTICS
Source: https://www.slideshare.net/PeterREgli/lpwan
COMPARISON IOT COMMUNICATION PROTOCOLS
Source: https://www.slideshare.net/PeterREgli/lpwan
Public Space
Hospital Area
INDOOR VS OUTDOOR ASSET TRACKING
Hospital
Public Space:
• LoRa
Hospital Area:
• Small/Medium: Beacons
• Large: LoRa
Hospital:
• Beacons
GATEWAY POSITIONING IN HOSPITAL FLOOR PLAN
= Gateway
ASSET TRACKING BLE
Not accurate, but OK for indoor and small/medium hospital area’s.
d = 10 ^ ((txPower-RSSI) / 10n) (n ranges from 2 to 4)
TRIANGULATION LORA
Not accurate enough! Due to reflections.
So, GPS is needed!
WHY LOCATION CALCULATION IS DIFFICULT
http://cdn.intechweb.org/pdfs/13525.pdf
New / modern IoT architecture
MODERN IOT ARCHITECTURE
iotwf.com - IoT Reference Model http://cdn.iotwf.com/resources/71/IoT_Reference
_Model_White_Paper_June_4_2014.pdf
MODERN IOT ARCHITECTURE
Connectivity and Data Element Analysis
Device Control
• Configure / Status (from the device provider)
Device Interactions
• Discovery / Addressing / Protocol conversion
Middleware
• Listeners (Lora, BLE, ZigBee), brokers (MQTT)
• Event grouping / batch interactions
Data
• Normalize / Filter / Expand / Aggregate
• Notify/alert
Security
• Roles / Privileges
iotwf.com - IoT Reference Model http://cdn.iotwf.com/resources/71/IoT_Reference
_Model_White_Paper_June_4_2014.pdf
Concepts behind Internet of Things
platform
CONCEPTS BEHIND
INTERNET OF THINGS PLATFORM
• Cloud platform to connect the physical world to existing IT
• Connect all existing Devices & Sensors
• Each device/sensor identified by a device model in IoT Cloud
• Programmable devices can be directly connected using client libraries
• Sensors can be connected through programmable gateway
• Analyze streaming data in Real-Time
• Use raw-data streams as input for creating custom analytics
• Apply data analysis patterns e.g. Top/Bottom N, Up/Down Trend
• Route/Publish analyzed stream
• Integrate with enterprise applications or cloud services
CONCEPTS – DEVICE MODELS & REGISTRATION
• Device model first approach
• Device models define data and behaviors implemented by devices
• They are used to derive the analytics and integration strategy
• Data structure can contain more fields then sensor data
• Registration / Provisioning through Gateway device(s)
• Gateway device acts as central IoT hub
• Gateways are provisioned, indirectly connected devices are not
• Indirectly connected devices are registered by gateway on the fly
• IoT application attaches device models and monitor devices
CONCEPTS – DEVICE MODELS & REGISTRATION
Device Model Gateway Registration
CONCEPTS – DEVICE MODELS & IOT APPS
Attach device models to application
Internet of Things Platform Walkthrough
OVERVIEW OF PLATFORM
IoT Cloud
Beacon
Gateway
LoRa
Gateway
SDK
Asset Management
DISCOVER BEACONS (BLE) PACKETS
• Making use of Estimote (sticker) beacons
• Small BLE devices that send nearable packets
• Includes temperature and motion sensor data for asset monitoring
• BLE packets picked up Edge Router / Gateway
• Raspberry PI (zero W or 3) or ESP32 can discover BLE packets
• Gateway runs NodeJS application using Bleacon module
• Bleacon is a module (uses Bleno), to decode BLE packets (i.e. iBeacon
and Nearable).
• Edge Router smoothens and send data to MQTT broker
DISCOVER BEACONS (BLE) PACKETS
Beacon Gateway picks up BLE packets and send to MQTT Broker
PUBLISH DATA TO IOT CLOUD
• Intermediate Gateway subscribes to MQTT broker
• Can run in the Cloud or on a small computer (RPI, Pine64)
• Runs NodeJS/RED application, subscribes to MQTT topic
• Gateway Node app interacts with IoT Cloud
• Activates / Connects gateway to IoT Cloud
• Based on device type, device model is downloaded and assigned
• Device is registered to IoT Cloud if unknown (new device after restart)
• Device data is transformed to model format
• Device data is send to IoT Cloud
Application
Container Cloud
Internet of Things
Cloud
PUBLISH DATA TO IOT CLOUD
MQTT Gateway subscribes to topic to publishes data to IoT Cloud
LORA TO IOT CLOUD INTEGRATION
• Basically the same concept as for Beacons
• LoRa enabled Gateway is needed
• Make use of free (TTN) or commercial (KPN) LoRa netwerk
• Gateway Node app interacts with IoT Cloud
• Identically as for Beacons
• Bi-Directional communication
• Data smoothening
Internet of Things
Cloud
Gateway
Asset monitoring IoT Application
ASSET MONITORING DASHBOARD
• Map
• Incidents
• Places
• Asset Types
• Assets
• Rules
CREATE ASSET TYPE
CREATE PLACE (USING FLOORPLAN)
DRAW GEO BOUNDARY OF PLACE
CREATE ASSETS BY ASSIGNING DEVICES TO
ASSET TYPES
ASSET VISIBLE ON MAP (GEO BOUNDARY)
ASSET VISIBLE ON MAP (GEO BOUNDARY)
AUTOMATE MONITORING OF ASSETS (RULES)
PROCESS INCIDENTS
PREDICTIVE MAINTENANCE
ANY QUESTIONS?
For future Enterprise IoT solutions contact:
Robert van Mölken / Gertjan van het Hof
Conclusion – AMIS
Edisonbaan 15
3439 MN Nieuwegein
Tel: +31 (0)30 601 6000
Email: robert.van.molken@amis.nl
Email: gertjan.van.het.hof@amis.nl
please rate my talk in the official
IoT Tech Day app

More Related Content

What's hot

Splunk at Airbus
Splunk at AirbusSplunk at Airbus
Splunk at Airbus
Splunk
 
Industrial IoT bootcamp
Industrial IoT bootcampIndustrial IoT bootcamp
Industrial IoT bootcamp
Lothar Schubert
 
Simple and Effective Enterprise Architecture with Tools you Already Own
Simple and Effective Enterprise Architecture with Tools you Already OwnSimple and Effective Enterprise Architecture with Tools you Already Own
Simple and Effective Enterprise Architecture with Tools you Already Own
Chandra Knabel
 
IoT Update Oktober 2019 | Jan Depping @Microsoft | The next step in IoT
IoT Update Oktober 2019 | Jan Depping @Microsoft | The next step in IoTIoT Update Oktober 2019 | Jan Depping @Microsoft | The next step in IoT
IoT Update Oktober 2019 | Jan Depping @Microsoft | The next step in IoT
IoT Academy
 
OSS/BSS Landscape
OSS/BSS LandscapeOSS/BSS Landscape
OSS/BSS Landscape
anandbajaj
 
Infrastructure Monitoring Maturity: Modeling Technology, Process, & Culture
Infrastructure Monitoring Maturity: Modeling Technology, Process, & CultureInfrastructure Monitoring Maturity: Modeling Technology, Process, & Culture
Infrastructure Monitoring Maturity: Modeling Technology, Process, & Culture
Enterprise Management Associates
 
Solution architecture for big data projects
Solution architecture for big data projectsSolution architecture for big data projects
Solution architecture for big data projects
Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW
 
Archi mate views_and_viewpoints
Archi mate views_and_viewpointsArchi mate views_and_viewpoints
Archi mate views_and_viewpoints
Igor Igoroshka
 
Smart workspaces-Faststream Technologies
Smart workspaces-Faststream TechnologiesSmart workspaces-Faststream Technologies
Smart workspaces-Faststream Technologies
Sudipta Maity
 
Order to cash process telecom
Order to cash process   telecomOrder to cash process   telecom
"Into the Fog The Return of ICEFOG APT" - Chi en (Ashley) Shen
"Into the Fog The Return of ICEFOG APT" - Chi en (Ashley) Shen"Into the Fog The Return of ICEFOG APT" - Chi en (Ashley) Shen
"Into the Fog The Return of ICEFOG APT" - Chi en (Ashley) Shen
PROIDEA
 
IoT-Enabled Predictive Maintenance
IoT-Enabled Predictive MaintenanceIoT-Enabled Predictive Maintenance
IoT-Enabled Predictive Maintenance
Cloudera, Inc.
 
dlux - Splunk Technical Overview
dlux - Splunk Technical Overviewdlux - Splunk Technical Overview
dlux - Splunk Technical Overview
David Lutz
 
Internet of Things (IoT) - Trends, Challenges and Opportunities
Internet of Things (IoT) - Trends, Challenges and OpportunitiesInternet of Things (IoT) - Trends, Challenges and Opportunities
Internet of Things (IoT) - Trends, Challenges and Opportunities
Dr. Mazlan Abbas
 
Industrial IoT is coming
Industrial IoT is comingIndustrial IoT is coming
Industrial IoT is coming
Colin Koh (許国仁)
 
OSIsoft PI System Presentation
OSIsoft PI System PresentationOSIsoft PI System Presentation
OSIsoft PI System Presentation
Islam Gaber
 
OE 4.0 and the Autonomous Plant
OE 4.0 and the Autonomous PlantOE 4.0 and the Autonomous Plant
OE 4.0 and the Autonomous Plant
Yokogawa1
 
The vital role of AIOps in overcoming IT operational challenges - DEM07-SR - ...
The vital role of AIOps in overcoming IT operational challenges - DEM07-SR - ...The vital role of AIOps in overcoming IT operational challenges - DEM07-SR - ...
The vital role of AIOps in overcoming IT operational challenges - DEM07-SR - ...
Amazon Web Services
 
Big Data Analytics from Edge to Core
Big Data Analytics from Edge to CoreBig Data Analytics from Edge to Core
Big Data Analytics from Edge to Core
DataWorks Summit
 
Internet of things
Internet of thingsInternet of things
Internet of things
salalabdulrehman
 

What's hot (20)

Splunk at Airbus
Splunk at AirbusSplunk at Airbus
Splunk at Airbus
 
Industrial IoT bootcamp
Industrial IoT bootcampIndustrial IoT bootcamp
Industrial IoT bootcamp
 
Simple and Effective Enterprise Architecture with Tools you Already Own
Simple and Effective Enterprise Architecture with Tools you Already OwnSimple and Effective Enterprise Architecture with Tools you Already Own
Simple and Effective Enterprise Architecture with Tools you Already Own
 
IoT Update Oktober 2019 | Jan Depping @Microsoft | The next step in IoT
IoT Update Oktober 2019 | Jan Depping @Microsoft | The next step in IoTIoT Update Oktober 2019 | Jan Depping @Microsoft | The next step in IoT
IoT Update Oktober 2019 | Jan Depping @Microsoft | The next step in IoT
 
OSS/BSS Landscape
OSS/BSS LandscapeOSS/BSS Landscape
OSS/BSS Landscape
 
Infrastructure Monitoring Maturity: Modeling Technology, Process, & Culture
Infrastructure Monitoring Maturity: Modeling Technology, Process, & CultureInfrastructure Monitoring Maturity: Modeling Technology, Process, & Culture
Infrastructure Monitoring Maturity: Modeling Technology, Process, & Culture
 
Solution architecture for big data projects
Solution architecture for big data projectsSolution architecture for big data projects
Solution architecture for big data projects
 
Archi mate views_and_viewpoints
Archi mate views_and_viewpointsArchi mate views_and_viewpoints
Archi mate views_and_viewpoints
 
Smart workspaces-Faststream Technologies
Smart workspaces-Faststream TechnologiesSmart workspaces-Faststream Technologies
Smart workspaces-Faststream Technologies
 
Order to cash process telecom
Order to cash process   telecomOrder to cash process   telecom
Order to cash process telecom
 
"Into the Fog The Return of ICEFOG APT" - Chi en (Ashley) Shen
"Into the Fog The Return of ICEFOG APT" - Chi en (Ashley) Shen"Into the Fog The Return of ICEFOG APT" - Chi en (Ashley) Shen
"Into the Fog The Return of ICEFOG APT" - Chi en (Ashley) Shen
 
IoT-Enabled Predictive Maintenance
IoT-Enabled Predictive MaintenanceIoT-Enabled Predictive Maintenance
IoT-Enabled Predictive Maintenance
 
dlux - Splunk Technical Overview
dlux - Splunk Technical Overviewdlux - Splunk Technical Overview
dlux - Splunk Technical Overview
 
Internet of Things (IoT) - Trends, Challenges and Opportunities
Internet of Things (IoT) - Trends, Challenges and OpportunitiesInternet of Things (IoT) - Trends, Challenges and Opportunities
Internet of Things (IoT) - Trends, Challenges and Opportunities
 
Industrial IoT is coming
Industrial IoT is comingIndustrial IoT is coming
Industrial IoT is coming
 
OSIsoft PI System Presentation
OSIsoft PI System PresentationOSIsoft PI System Presentation
OSIsoft PI System Presentation
 
OE 4.0 and the Autonomous Plant
OE 4.0 and the Autonomous PlantOE 4.0 and the Autonomous Plant
OE 4.0 and the Autonomous Plant
 
The vital role of AIOps in overcoming IT operational challenges - DEM07-SR - ...
The vital role of AIOps in overcoming IT operational challenges - DEM07-SR - ...The vital role of AIOps in overcoming IT operational challenges - DEM07-SR - ...
The vital role of AIOps in overcoming IT operational challenges - DEM07-SR - ...
 
Big Data Analytics from Edge to Core
Big Data Analytics from Edge to CoreBig Data Analytics from Edge to Core
Big Data Analytics from Edge to Core
 
Internet of things
Internet of thingsInternet of things
Internet of things
 

Similar to Asset Monitoring with Beacons, Lora, NodeJS and IoT Cloud

Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Getting value from IoT, Integration and Data Analytics
 
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - ConclusionInternet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Robbrecht van Amerongen
 
IoT and the Future of work
IoT and the Future of work IoT and the Future of work
chapter-1_iot.pptx
chapter-1_iot.pptxchapter-1_iot.pptx
chapter-1_iot.pptx
RAHULRAJ438202
 
IOT UNIT 1B.ppt
IOT UNIT 1B.pptIOT UNIT 1B.ppt
IOT UNIT 1B.ppt
madhavanmohan1
 
intro to iot.pdf
intro to iot.pdfintro to iot.pdf
intro to iot.pdf
DaisyFrancis9
 
Atal io t introduction
Atal io t introductionAtal io t introduction
Atal io t introduction
Yadvendra bedi
 
Chapter 1 updated.pdf
Chapter 1 updated.pdfChapter 1 updated.pdf
Chapter 1 updated.pdf
YashWaghmare20
 
IoT heap 1
IoT heap 1IoT heap 1
IoT heap 1
SushrutaMishra1
 
Iot data analytics
Iot data analyticsIot data analytics
Iot data analytics
Unmesh Ballal
 
Business Transformation with IoT
Business Transformation with IoTBusiness Transformation with IoT
Business Transformation with IoT
Kevin Jones
 
Internet of Things Architecture / Topology
Internet of Things Architecture / TopologyInternet of Things Architecture / Topology
Internet of Things Architecture / Topology
NEEVEE Technologies
 
Internet of things
Internet of thingsInternet of things
Internet of things
Satish Chavan
 
IoT.pptx
IoT.pptxIoT.pptx
IoT.pptx
sateeshka
 
Iot unit i present by JAVVAJI VENKATRAO SVEC,TIRUPATI
Iot unit i present by JAVVAJI VENKATRAO SVEC,TIRUPATIIot unit i present by JAVVAJI VENKATRAO SVEC,TIRUPATI
Iot unit i present by JAVVAJI VENKATRAO SVEC,TIRUPATI
VenkatRaoJ
 
Iot unit i
Iot unit iIot unit i
Iot unit i
VenkatRaoJ
 
Gustavo Zastrow - Introduction to AWS IoT Core and MQTT
Gustavo Zastrow - Introduction to AWS  IoT Core and MQTTGustavo Zastrow - Introduction to AWS  IoT Core and MQTT
Gustavo Zastrow - Introduction to AWS IoT Core and MQTT
GustavoRuizZastrow
 
Internet of Things: state of the art
Internet of Things: state of the artInternet of Things: state of the art
Internet of Things: state of the art
Mario Kušek
 
Internet of Things & Big Data
Internet of Things & Big DataInternet of Things & Big Data
Internet of Things & Big Data
Arun Rajput
 

Similar to Asset Monitoring with Beacons, Lora, NodeJS and IoT Cloud (20)

Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
 
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - ConclusionInternet of Things propositie - Enterprise IOT - AMIS - Conclusion
Internet of Things propositie - Enterprise IOT - AMIS - Conclusion
 
IoT and the Future of work
IoT and the Future of work IoT and the Future of work
IoT and the Future of work
 
chapter-1_iot.pptx
chapter-1_iot.pptxchapter-1_iot.pptx
chapter-1_iot.pptx
 
IOT UNIT 1B.ppt
IOT UNIT 1B.pptIOT UNIT 1B.ppt
IOT UNIT 1B.ppt
 
intro to iot.pdf
intro to iot.pdfintro to iot.pdf
intro to iot.pdf
 
Atal io t introduction
Atal io t introductionAtal io t introduction
Atal io t introduction
 
Chapter 1 updated.pdf
Chapter 1 updated.pdfChapter 1 updated.pdf
Chapter 1 updated.pdf
 
IoT heap 1
IoT heap 1IoT heap 1
IoT heap 1
 
Chapter - 1.pptx
Chapter - 1.pptxChapter - 1.pptx
Chapter - 1.pptx
 
Iot data analytics
Iot data analyticsIot data analytics
Iot data analytics
 
Business Transformation with IoT
Business Transformation with IoTBusiness Transformation with IoT
Business Transformation with IoT
 
Internet of Things Architecture / Topology
Internet of Things Architecture / TopologyInternet of Things Architecture / Topology
Internet of Things Architecture / Topology
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
IoT.pptx
IoT.pptxIoT.pptx
IoT.pptx
 
Iot unit i present by JAVVAJI VENKATRAO SVEC,TIRUPATI
Iot unit i present by JAVVAJI VENKATRAO SVEC,TIRUPATIIot unit i present by JAVVAJI VENKATRAO SVEC,TIRUPATI
Iot unit i present by JAVVAJI VENKATRAO SVEC,TIRUPATI
 
Iot unit i
Iot unit iIot unit i
Iot unit i
 
Gustavo Zastrow - Introduction to AWS IoT Core and MQTT
Gustavo Zastrow - Introduction to AWS  IoT Core and MQTTGustavo Zastrow - Introduction to AWS  IoT Core and MQTT
Gustavo Zastrow - Introduction to AWS IoT Core and MQTT
 
Internet of Things: state of the art
Internet of Things: state of the artInternet of Things: state of the art
Internet of Things: state of the art
 
Internet of Things & Big Data
Internet of Things & Big DataInternet of Things & Big Data
Internet of Things & Big Data
 

Recently uploaded

Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
Laura Szabó
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
Trish Parr
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
harveenkaur52
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
SEO Article Boost
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
cuobya
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
Danica Gill
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
Trending Blogers
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024
hackersuli
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
vmemo1
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
cuobya
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
zoowe
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 

Recently uploaded (20)

Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 

Asset Monitoring with Beacons, Lora, NodeJS and IoT Cloud

  • 1.
  • 2. ASSET MONITORINGBLE Beacons, LoRa, Node.js and the IoT Cloud Robert van Mölken Gertjan van het Hof
  • 3. INTRODUCTIONS • Robert van Mölken • IoT / Integration Consultant • Oracle ACE (≡ of Java Champion) • Frequent blogger & presenter and Board Member on Dutch Oracle User Group • Author of 1st Oracle PaaS book: Implementing Oracle Integration Cloud Service • Linkedin: linkedin.com/in/rvmolken • Blog: technology.vanmolken.nl • Twitter: @robertvanmolken • Email: robert.van.molken@amis.nl • Gertjan van het Hof • IoT Solution Architect • IoT Enthusiast • Initiator of TTN Rivierenland • Linkedin: linkedin.com/in/gertjanvanhethof • Twitter: @GertjanvhHof • Email: gertjan.van.het.hof@amis.nl • Phone: +31 (0)6 29540619
  • 4. ON THE AGENDA • IoT Connecting the Physical & Digital world • Concepts behind Asset Tracking & Monitoring • Modern IoT architecture (IoT Reference model) • Concepts behind Internet of Things Platform • Internet of Things Platform Walkthrough
  • 5. Data from devices are integrated in real time to information system Closing the gap between information system and the field Amount of connected devices expected to rise to 50 billion in 2020 Benefits all sectors, including agriculture, retail, industry and healthcare Add intelligence by adding analytical dimension and machine learning Launch actions in enterprise application based on real-time data IOT CONNECTING THE PHYSICAL & DIGITAL WORLD
  • 6. CONCEPTS BEHIND ASSET TRACKING & MONITORING • Asset Tracking • Method of tracking physical assets • Scanning barcode/QR labels attached to the assets • Using tags using GPS or RFID which broadcast their location • Low-power devices like BLE Beacons and LoRa Nodes/Gateways • Asset Monitoring • Method of monitoring health of physical assets • Monitoring temperature, motion, moisture, pressure, other conditions… • Using sensors emitting data collected by gateways • Data is near real-time available on central dashboard
  • 7. • Improve efficiency • Reduce time spent among other searching for, and maintaining equipment through real-time status (sensor data) and location of equipment. • Reduce costs • Increase equipment utilization and trace assets to prevent theft and abusive usage • Better decision making • Forecasts future asset maintenance, prevent unnecessary purchases of new assets • Help prevent the spread of infection • Provide location history that pinpoints equipment associated with an infectious patient. WHY IMPORTANT IN THE HEALTHCARE
  • 8. TECHNOLOGY BEHIND ASSET TRACKING • Communication Characteristics • Communcation protocols • Tracking technology • Gateway positioning • Position calculation
  • 10. COMPARISON IOT COMMUNICATION PROTOCOLS Source: https://www.slideshare.net/PeterREgli/lpwan
  • 11. Public Space Hospital Area INDOOR VS OUTDOOR ASSET TRACKING Hospital Public Space: • LoRa Hospital Area: • Small/Medium: Beacons • Large: LoRa Hospital: • Beacons
  • 12. GATEWAY POSITIONING IN HOSPITAL FLOOR PLAN = Gateway
  • 13. ASSET TRACKING BLE Not accurate, but OK for indoor and small/medium hospital area’s. d = 10 ^ ((txPower-RSSI) / 10n) (n ranges from 2 to 4)
  • 14. TRIANGULATION LORA Not accurate enough! Due to reflections. So, GPS is needed!
  • 15. WHY LOCATION CALCULATION IS DIFFICULT http://cdn.intechweb.org/pdfs/13525.pdf
  • 16. New / modern IoT architecture
  • 17. MODERN IOT ARCHITECTURE iotwf.com - IoT Reference Model http://cdn.iotwf.com/resources/71/IoT_Reference _Model_White_Paper_June_4_2014.pdf
  • 18. MODERN IOT ARCHITECTURE Connectivity and Data Element Analysis Device Control • Configure / Status (from the device provider) Device Interactions • Discovery / Addressing / Protocol conversion Middleware • Listeners (Lora, BLE, ZigBee), brokers (MQTT) • Event grouping / batch interactions Data • Normalize / Filter / Expand / Aggregate • Notify/alert Security • Roles / Privileges iotwf.com - IoT Reference Model http://cdn.iotwf.com/resources/71/IoT_Reference _Model_White_Paper_June_4_2014.pdf
  • 19. Concepts behind Internet of Things platform
  • 20. CONCEPTS BEHIND INTERNET OF THINGS PLATFORM • Cloud platform to connect the physical world to existing IT • Connect all existing Devices & Sensors • Each device/sensor identified by a device model in IoT Cloud • Programmable devices can be directly connected using client libraries • Sensors can be connected through programmable gateway • Analyze streaming data in Real-Time • Use raw-data streams as input for creating custom analytics • Apply data analysis patterns e.g. Top/Bottom N, Up/Down Trend • Route/Publish analyzed stream • Integrate with enterprise applications or cloud services
  • 21. CONCEPTS – DEVICE MODELS & REGISTRATION • Device model first approach • Device models define data and behaviors implemented by devices • They are used to derive the analytics and integration strategy • Data structure can contain more fields then sensor data • Registration / Provisioning through Gateway device(s) • Gateway device acts as central IoT hub • Gateways are provisioned, indirectly connected devices are not • Indirectly connected devices are registered by gateway on the fly • IoT application attaches device models and monitor devices
  • 22. CONCEPTS – DEVICE MODELS & REGISTRATION Device Model Gateway Registration
  • 23. CONCEPTS – DEVICE MODELS & IOT APPS Attach device models to application
  • 24. Internet of Things Platform Walkthrough
  • 25. OVERVIEW OF PLATFORM IoT Cloud Beacon Gateway LoRa Gateway SDK Asset Management
  • 26. DISCOVER BEACONS (BLE) PACKETS • Making use of Estimote (sticker) beacons • Small BLE devices that send nearable packets • Includes temperature and motion sensor data for asset monitoring • BLE packets picked up Edge Router / Gateway • Raspberry PI (zero W or 3) or ESP32 can discover BLE packets • Gateway runs NodeJS application using Bleacon module • Bleacon is a module (uses Bleno), to decode BLE packets (i.e. iBeacon and Nearable). • Edge Router smoothens and send data to MQTT broker
  • 27. DISCOVER BEACONS (BLE) PACKETS Beacon Gateway picks up BLE packets and send to MQTT Broker
  • 28. PUBLISH DATA TO IOT CLOUD • Intermediate Gateway subscribes to MQTT broker • Can run in the Cloud or on a small computer (RPI, Pine64) • Runs NodeJS/RED application, subscribes to MQTT topic • Gateway Node app interacts with IoT Cloud • Activates / Connects gateway to IoT Cloud • Based on device type, device model is downloaded and assigned • Device is registered to IoT Cloud if unknown (new device after restart) • Device data is transformed to model format • Device data is send to IoT Cloud Application Container Cloud Internet of Things Cloud
  • 29. PUBLISH DATA TO IOT CLOUD MQTT Gateway subscribes to topic to publishes data to IoT Cloud
  • 30. LORA TO IOT CLOUD INTEGRATION • Basically the same concept as for Beacons • LoRa enabled Gateway is needed • Make use of free (TTN) or commercial (KPN) LoRa netwerk • Gateway Node app interacts with IoT Cloud • Identically as for Beacons • Bi-Directional communication • Data smoothening Internet of Things Cloud Gateway
  • 31. Asset monitoring IoT Application
  • 32. ASSET MONITORING DASHBOARD • Map • Incidents • Places • Asset Types • Assets • Rules
  • 34. CREATE PLACE (USING FLOORPLAN)
  • 35. DRAW GEO BOUNDARY OF PLACE
  • 36. CREATE ASSETS BY ASSIGNING DEVICES TO ASSET TYPES
  • 37. ASSET VISIBLE ON MAP (GEO BOUNDARY)
  • 38. ASSET VISIBLE ON MAP (GEO BOUNDARY)
  • 39. AUTOMATE MONITORING OF ASSETS (RULES)
  • 42. ANY QUESTIONS? For future Enterprise IoT solutions contact: Robert van Mölken / Gertjan van het Hof Conclusion – AMIS Edisonbaan 15 3439 MN Nieuwegein Tel: +31 (0)30 601 6000 Email: robert.van.molken@amis.nl Email: gertjan.van.het.hof@amis.nl
  • 43. please rate my talk in the official IoT Tech Day app

Editor's Notes

  1. IoT closes the gap between information systems and the field. In the past field data was not integrated into the information system. Most often, field data were incorporated later, in “batch” mode or by manual entry, which made it impossible to use them in real time. With the Internet of Things, data are integrated in real time - connected objects are immediately linked, in a ready-to-use state, to the company’s information system - which offers a host of new opportunities for companies, especially in terms of creating new services. Incorporate new data sources with the existing enterprise data. Currently main weakness is a lack of integration between the various applications of the Internet of Things. By connecting data from the Internet of Things to enterprise applications actions can be launched in real time Add intelligence by integrating the analytical dimension and machine learning into devices. Technologies making it possible to analyze and manage data in streaming mode, that is, in real time, in order to draw useful knowledge for companies. Under five billion connected objects were registered in 2010, while more than 50 billion are expected in 2020 Benefits all sectors, including health, agriculture, retail and industry
  2. Improve efficiency - Reduce time spent searching for, delivering, maintaining, and cleaning equipment through real-time status and location of equipment. Reduce costs - Increase equipment utilization and trace assets to prevent theft and abusive usage Better decision making - Forecasts future asset maintenance, prevent unnecessary purchases of new assets Help prevent the spread of infection - Provide location history that pinpoints equipment associated with an infectious patient.
  3. Level 1: IoT “devices” – Analog to digital conversion, generating data, messages are queued (over-the-net). Level 2: Communicating with and between Level 1 devices, Reliable delivery, switching/routing, various protocols & protocol translation, network security Level 3: Data filtering, cleanup & aggregation, Packet inspection, data analytics, thresholding, event generation Level 4: Convert data-in-motion to data-at-rest, convert device data structure to storage data structure, reduce data through filtering Level 5: Create application schemas and views of data, combine multiple sources, filtering/selecting/projecting/reformatting data, reconciles differences (shape, format….) Level 6: Control Applications, Vertical and Mobile Applications, BI and Analytics Level 7: Involving end-user (people) and business processes
  4. Device Control - Configure (from the device provider) - Status (from the device provider) Device Interactions - Discovery - Addressing - Protocol conversion Middleware - Listeners (Zigbee), brokers (MQTT) - Event grouping / batch interactions Data - Normalize (standardize codes for the app) - Filter (against pre-set criteria from the app) - Expand (decode/expand cryptic codes) - Aggregate (generate statistics) - Notify/alert (to the app) Combine the functions above - Schedule (when to comm with the device) - BPM (when multiple steps are needed) Security - Roles - Privileges
  5. Cloud platform to connect the physical world to existing IT Connect all existing Devices & Sensors - Each device/sensor identified by a device model in IoT Cloud - Programmable devices can be directly connected using client libraries ---- Bidirectional messaging between smart devices and IoT Cloud ---- Handle full lifecycle of security (registration, activation and identity) - Sensors can be connected through programmable gateway ---- Using extensible protocol adapters gateways can communicate with sensors ---- Register sensors and handle secure, bidirectional communication
  6. Map: shows all assets on map including floorplans Incidents: shows incidents based on triggered rules Places: create geofence locations, based on GPS coordinates Asset Types: create asset types which you want to monitor Assets: assign devices to asset types. Can assign available to asset monitoring IoT application Rules: define rules to register incidents based on asset data. E.g. define a rule when asset leaves defined geofence Settings: application settings to change name and/or logo