SlideShare a Scribd company logo
1 of 25
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Bringing Ambient Intelligence to
Connected Home Products
I O T 3 3 2 - R
Neel Sendas
Sr. Technical Account Manager
Amazon Web Services, Inc.
Krishnan Ganapathy
Enterprise Solutions Architect
Amazon Internet Services Pvt Ltd.
Related breakouts
IOT208 - What's new with AWS IoT analytics services?
GPSTEC413 - Best practices and design patterns for building IoT
solutions on AWS
ARC339-R1 - [REPEAT 1] Best practices for IoT architecture using AWS
smart product solution
API305-R - [REPEAT] Building serverless machine-learning workflows
Agenda
What is Ambient Intelligence (AmI)?
Connected Homes for Assisted Living
AWS Technologies for Assisted Living
AWS IoT Analytics Deep Dive
Demo
Challenges and Best Practices
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
““The future will be one where our
environment satisfies our needs, mostly
without our having to think about it. The
intelligence is ambient - much like the light
in this room.” Roel Piper - 1999
Ambient Intelligence
ambient
adjective
am·bi·ent|  ˈam-bē-ənt
existing or present on all sides :
encompassing
Ambient intelligence brings ‘smarts’ to a connected home, which
means a home able to:
• assure more security to its dwellers
• communicate with the outside world
• save energy
• be more comfortable
What is Ambient Intelligence (AmI)?
Use Case – Ambient Assisted Living
Need for AmI in Assisted living
• Aging population
• Mobility detection
• Vital statistics monitoring
• Location detection
• Activity monitoring
• Eliminating social isolation
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Connected Homes for Assisted Living - Building Blocks
Sensors
Depth Sensors, Motion Sensors, Thermal Sensors
Event Orchestration and Visualization
Conversational AI, Actuator
Intelligent Event Recognition
Computer Vision Algorithms, Anomaly Detection
Assisted Living – Technology Enablers
• Advancement in home automation (or Domotics) technologies
• Wireless Sensor Networks
• Wearable Biomedical Sensors and Activity Trackers
• Environment Sensors
• Protocol Interoperability Hubs – ZigBee/ZigBee PRO, BLE, LoRaWAN
• IoT Gateway Platforms
• Networking Integration with Care Centers & family members
• Edge Computing and ML Advancements
• Predictive modeling and Anomaly detection
360° View of Ambient Assisted Living
• Detection of fall
or sudden injury
• Communicate
with family
members
• Track physical
regimen
• Detect Leading
Indicators
• Co-relate medical
diagnosis
Vital
Parameter
Checks
Activity
Tracker
User
Location
Detection
Extended
Assistance
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Technologies for Assisted Living
• Amazon FreeRTOS
• AWS IoT Core and AWS IoT Greengrass
• Amazon Sagemaker Neo
• AWS IoT Analytics
• Amazon QuickSight
• AWS IoT Events
• Alexa for Business
AWS IoT Analytics for Assisted Living
Connected
Elderly Home
CameraThermostat
Medical
House
Door lock
Elderly
Person
Wearables
IoT Core
IoT
Analytics
Channel
IoT
Analytics
Pipeline
Medical
Institution
Medical History Enrichment Weather Information
Weather
Station
Pipeline Enrichment Activities
Inhabitant
safety
alerts
IoT
Analytics
Datastore
Monitoring
Dashboards
Extended Assistance
Medical
Support
Family
Members
Facilities
Management
Machine Learning Inference
Pre-built Machine
Learning Models
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS IoT Device Simulator
Ingest Messages into AWS IoT Analytics Channel
Enrich Messages using AWS IoT Analytics Pipeline
public class LambdaFunctionHandler implements RequestHandler<Object, InmateVitalStats> {
@Override
public InmateVitalStats handleRequest(Object input, Context context) {
context.getLogger().log("Input: " + input);
// Build an AthenaClient client
AthenaClientFactory factory = new AthenaClientFactory();
AthenaClient athenaClient = factory.createClient();
// Iterate through event object and get the input parameters
Map inputMap = (Map) ((List)input).get(0);
String subjectId = (String) inputMap.get ("subjectId") ;
String deviceId = (String)inputMap.get ("deviceId") ;
Double systolic = (Double) inputMap.get ("systolic") ;
Double diastolic = (Double) inputMap.get ("diastolic") ;
Double pulse = (Double) inputMap.get ("pulse") ;
InmateVitalStats inmateVitalStats = new InmateVitalStats (deviceId, subjectId, systolic, diastolic, pulse);
// Generate athena query and pass in the parameters received by the health sensors
String queryExecutionId = submitAthenaQuery(athenaClient, inmateVitalStats);
try {
waitForQueryToComplete(athenaClient, queryExecutionId);
} catch (InterruptedException e) {
e.printStackTrace();
}
processResultRows(athenaClient, queryExecutionId);
return inmateVitalStats;
}
Lambda Function for Enriching Messages
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Challenges
• Privacy
• Sensor Accuracy
• Data Store and Compute Capacity
Best Practices
• Remote Management and Monitoring
• New Houses vs Old Houses (BLE vs ZigBee)
• Privacy preserving configurations
• Non-Intrusive
Thank you!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Neel Sendas
nsendas@amazon.com
Krishnan Ganapathy
ganapatk@amazon.com
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.

More Related Content

What's hot

TDC2016POA | Trilha IoT - Desenvolvendo Coisas Colaborativas
TDC2016POA | Trilha IoT -  Desenvolvendo Coisas ColaborativasTDC2016POA | Trilha IoT -  Desenvolvendo Coisas Colaborativas
TDC2016POA | Trilha IoT - Desenvolvendo Coisas Colaborativastdc-globalcode
 
JCConf 2017 - Next Generation of Cloud Computing: Edge Computing and Apache E...
JCConf 2017 - Next Generation of Cloud Computing: Edge Computing and Apache E...JCConf 2017 - Next Generation of Cloud Computing: Edge Computing and Apache E...
JCConf 2017 - Next Generation of Cloud Computing: Edge Computing and Apache E...Joseph Kuo
 
Building Modern Platforms on Microsoft Azure by Steef-Jan Wiggers
Building Modern Platforms on Microsoft Azure by Steef-Jan WiggersBuilding Modern Platforms on Microsoft Azure by Steef-Jan Wiggers
Building Modern Platforms on Microsoft Azure by Steef-Jan WiggersCodit
 
Building Microservices with the 12 Factor App Pattern on AWS - AWS Online Tec...
Building Microservices with the 12 Factor App Pattern on AWS - AWS Online Tec...Building Microservices with the 12 Factor App Pattern on AWS - AWS Online Tec...
Building Microservices with the 12 Factor App Pattern on AWS - AWS Online Tec...Amazon Web Services
 
Smart City IoT Solution Improved
Smart City IoT Solution ImprovedSmart City IoT Solution Improved
Smart City IoT Solution ImprovedElias Hasnat
 
Connected vehicle mobility as a service (maas)
Connected vehicle mobility as a service (maas)Connected vehicle mobility as a service (maas)
Connected vehicle mobility as a service (maas)Elias Hasnat
 
AWS Greengrass Technical Deep Dive with Demo
AWS Greengrass Technical Deep Dive with DemoAWS Greengrass Technical Deep Dive with Demo
AWS Greengrass Technical Deep Dive with DemoAmazon Web Services
 
産業向け AWS IoT ソリューション
産業向け AWS IoT ソリューション産業向け AWS IoT ソリューション
産業向け AWS IoT ソリューションElias Hasnat
 
藉由宏碁自建雲雲端開放平台,打造您個人的資料價值
藉由宏碁自建雲雲端開放平台,打造您個人的資料價值藉由宏碁自建雲雲端開放平台,打造您個人的資料價值
藉由宏碁自建雲雲端開放平台,打造您個人的資料價值DSP智庫驅動
 
EC2 Image Builder enables sharing Amazon Machine Images (AMIs) with AWS Organ...
EC2 Image Builder enables sharing Amazon Machine Images (AMIs) with AWS Organ...EC2 Image Builder enables sharing Amazon Machine Images (AMIs) with AWS Organ...
EC2 Image Builder enables sharing Amazon Machine Images (AMIs) with AWS Organ...Dhaval Soni
 
Derive Insight from IoT data in minute with AWS
Derive Insight from IoT data in minute with AWSDerive Insight from IoT data in minute with AWS
Derive Insight from IoT data in minute with AWSAdrian Hornsby
 
Smart Cities: Open Grid | AWS Public Sector Summit 2016
Smart Cities: Open Grid | AWS Public Sector Summit 2016Smart Cities: Open Grid | AWS Public Sector Summit 2016
Smart Cities: Open Grid | AWS Public Sector Summit 2016Amazon Web Services
 
Which use-cases and XaaS services are growing? IaaS, hybrid cloud & Kubernetes
Which use-cases and XaaS services are growing? IaaS, hybrid cloud & KubernetesWhich use-cases and XaaS services are growing? IaaS, hybrid cloud & Kubernetes
Which use-cases and XaaS services are growing? IaaS, hybrid cloud & KubernetesSally Laouacheria
 
Consul connect
Consul connectConsul connect
Consul connectjabizz
 
EDGE COMPUTING
EDGE COMPUTINGEDGE COMPUTING
EDGE COMPUTINGMosin A
 
Derive Insight from IoT data in minute with AWS
Derive Insight from IoT data in minute with AWSDerive Insight from IoT data in minute with AWS
Derive Insight from IoT data in minute with AWSAdrian Hornsby
 
Discover the benefits of Kubernetes to host a SaaS solution
Discover the benefits of Kubernetes to host a SaaS solutionDiscover the benefits of Kubernetes to host a SaaS solution
Discover the benefits of Kubernetes to host a SaaS solutionScaleway
 

What's hot (20)

TDC2016POA | Trilha IoT - Desenvolvendo Coisas Colaborativas
TDC2016POA | Trilha IoT -  Desenvolvendo Coisas ColaborativasTDC2016POA | Trilha IoT -  Desenvolvendo Coisas Colaborativas
TDC2016POA | Trilha IoT - Desenvolvendo Coisas Colaborativas
 
JCConf 2017 - Next Generation of Cloud Computing: Edge Computing and Apache E...
JCConf 2017 - Next Generation of Cloud Computing: Edge Computing and Apache E...JCConf 2017 - Next Generation of Cloud Computing: Edge Computing and Apache E...
JCConf 2017 - Next Generation of Cloud Computing: Edge Computing and Apache E...
 
Building Modern Platforms on Microsoft Azure by Steef-Jan Wiggers
Building Modern Platforms on Microsoft Azure by Steef-Jan WiggersBuilding Modern Platforms on Microsoft Azure by Steef-Jan Wiggers
Building Modern Platforms on Microsoft Azure by Steef-Jan Wiggers
 
Building Microservices with the 12 Factor App Pattern on AWS - AWS Online Tec...
Building Microservices with the 12 Factor App Pattern on AWS - AWS Online Tec...Building Microservices with the 12 Factor App Pattern on AWS - AWS Online Tec...
Building Microservices with the 12 Factor App Pattern on AWS - AWS Online Tec...
 
Smart City IoT Solution Improved
Smart City IoT Solution ImprovedSmart City IoT Solution Improved
Smart City IoT Solution Improved
 
Connected vehicle mobility as a service (maas)
Connected vehicle mobility as a service (maas)Connected vehicle mobility as a service (maas)
Connected vehicle mobility as a service (maas)
 
Consul connect
Consul connectConsul connect
Consul connect
 
AWS Greengrass Technical Deep Dive with Demo
AWS Greengrass Technical Deep Dive with DemoAWS Greengrass Technical Deep Dive with Demo
AWS Greengrass Technical Deep Dive with Demo
 
産業向け AWS IoT ソリューション
産業向け AWS IoT ソリューション産業向け AWS IoT ソリューション
産業向け AWS IoT ソリューション
 
藉由宏碁自建雲雲端開放平台,打造您個人的資料價值
藉由宏碁自建雲雲端開放平台,打造您個人的資料價值藉由宏碁自建雲雲端開放平台,打造您個人的資料價值
藉由宏碁自建雲雲端開放平台,打造您個人的資料價值
 
EC2 Image Builder enables sharing Amazon Machine Images (AMIs) with AWS Organ...
EC2 Image Builder enables sharing Amazon Machine Images (AMIs) with AWS Organ...EC2 Image Builder enables sharing Amazon Machine Images (AMIs) with AWS Organ...
EC2 Image Builder enables sharing Amazon Machine Images (AMIs) with AWS Organ...
 
Derive Insight from IoT data in minute with AWS
Derive Insight from IoT data in minute with AWSDerive Insight from IoT data in minute with AWS
Derive Insight from IoT data in minute with AWS
 
Smart Cities: Open Grid | AWS Public Sector Summit 2016
Smart Cities: Open Grid | AWS Public Sector Summit 2016Smart Cities: Open Grid | AWS Public Sector Summit 2016
Smart Cities: Open Grid | AWS Public Sector Summit 2016
 
Which use-cases and XaaS services are growing? IaaS, hybrid cloud & Kubernetes
Which use-cases and XaaS services are growing? IaaS, hybrid cloud & KubernetesWhich use-cases and XaaS services are growing? IaaS, hybrid cloud & Kubernetes
Which use-cases and XaaS services are growing? IaaS, hybrid cloud & Kubernetes
 
Consul connect
Consul connectConsul connect
Consul connect
 
EDGE COMPUTING
EDGE COMPUTINGEDGE COMPUTING
EDGE COMPUTING
 
2014 Summit_Forum_Acer
2014 Summit_Forum_Acer2014 Summit_Forum_Acer
2014 Summit_Forum_Acer
 
Derive Insight from IoT data in minute with AWS
Derive Insight from IoT data in minute with AWSDerive Insight from IoT data in minute with AWS
Derive Insight from IoT data in minute with AWS
 
Innovate on Cloud with AWS
Innovate on Cloud with AWSInnovate on Cloud with AWS
Innovate on Cloud with AWS
 
Discover the benefits of Kubernetes to host a SaaS solution
Discover the benefits of Kubernetes to host a SaaS solutionDiscover the benefits of Kubernetes to host a SaaS solution
Discover the benefits of Kubernetes to host a SaaS solution
 

Similar to Ambient Intelligence for Connected Home Assisted Living

Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...Amazon Web Services
 
AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)
AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)
AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)Amazon Web Services
 
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018Amazon Web Services
 
Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...
Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...
Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...Amazon Web Services
 
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud Amazon Web Services
 
Detect Abnormal Device Behavior with AWS IoT Device Defender (IOT313-R3) - AW...
Detect Abnormal Device Behavior with AWS IoT Device Defender (IOT313-R3) - AW...Detect Abnormal Device Behavior with AWS IoT Device Defender (IOT313-R3) - AW...
Detect Abnormal Device Behavior with AWS IoT Device Defender (IOT313-R3) - AW...Amazon Web Services
 
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...Amazon Web Services
 
AWS IoT_Connected Home Solutions
AWS IoT_Connected Home Solutions AWS IoT_Connected Home Solutions
AWS IoT_Connected Home Solutions Amazon Web Services
 
Manage IoT Devices throughout Their Lifecycle - AWS Online Tech Talks
Manage IoT Devices throughout Their Lifecycle - AWS Online Tech TalksManage IoT Devices throughout Their Lifecycle - AWS Online Tech Talks
Manage IoT Devices throughout Their Lifecycle - AWS Online Tech TalksAmazon Web Services
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesAmazon Web Services
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesAmazon Web Services
 
IoT Revolution - Unlocking Business Values in Vertical Markets
IoT Revolution - Unlocking Business Values in Vertical MarketsIoT Revolution - Unlocking Business Values in Vertical Markets
IoT Revolution - Unlocking Business Values in Vertical MarketsAmazon Web Services
 
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...Amazon Web Services
 
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...Amazon Web Services
 
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...Amazon Web Services
 
AWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di businessAWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di businessAmazon Web Services
 
Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...
Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...
Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...Amazon Web Services
 
AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...
AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...
AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...Amazon Web Services
 
Security Management for IoT devices - SRV202 - Chicago AWS Summit
Security Management for IoT devices - SRV202 - Chicago AWS SummitSecurity Management for IoT devices - SRV202 - Chicago AWS Summit
Security Management for IoT devices - SRV202 - Chicago AWS SummitAmazon Web Services
 

Similar to Ambient Intelligence for Connected Home Assisted Living (20)

Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
 
AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)
AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)
AWS re:Invent 2016: Internet of Things (IoT) Edge and Device Services (IOT202)
 
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
 
Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...
Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...
Integrate the AWS Cloud with Responsive Xilinx Machine Learning at the Edge (...
 
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
 
Detect Abnormal Device Behavior with AWS IoT Device Defender (IOT313-R3) - AW...
Detect Abnormal Device Behavior with AWS IoT Device Defender (IOT313-R3) - AW...Detect Abnormal Device Behavior with AWS IoT Device Defender (IOT313-R3) - AW...
Detect Abnormal Device Behavior with AWS IoT Device Defender (IOT313-R3) - AW...
 
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
 
AWS IoT_Connected Home Solutions
AWS IoT_Connected Home Solutions AWS IoT_Connected Home Solutions
AWS IoT_Connected Home Solutions
 
Manage IoT Devices throughout Their Lifecycle - AWS Online Tech Talks
Manage IoT Devices throughout Their Lifecycle - AWS Online Tech TalksManage IoT Devices throughout Their Lifecycle - AWS Online Tech Talks
Manage IoT Devices throughout Their Lifecycle - AWS Online Tech Talks
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT Services
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT Services
 
IoT Revolution - Unlocking Business Values in Vertical Markets
IoT Revolution - Unlocking Business Values in Vertical MarketsIoT Revolution - Unlocking Business Values in Vertical Markets
IoT Revolution - Unlocking Business Values in Vertical Markets
 
IOT-Demo
IOT-DemoIOT-Demo
IOT-Demo
 
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
 
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
 
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
 
AWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di businessAWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di business
 
Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...
Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...
Global Innovation with AWS IoT - Dirk Didascalou Presentation at Gartner Cata...
 
AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...
AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...
AWS re:Invent 2016: IoT and Beyond: Building IoT Solutions for Exploring the ...
 
Security Management for IoT devices - SRV202 - Chicago AWS Summit
Security Management for IoT devices - SRV202 - Chicago AWS SummitSecurity Management for IoT devices - SRV202 - Chicago AWS Summit
Security Management for IoT devices - SRV202 - Chicago AWS Summit
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Ambient Intelligence for Connected Home Assisted Living

  • 1.
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Bringing Ambient Intelligence to Connected Home Products I O T 3 3 2 - R Neel Sendas Sr. Technical Account Manager Amazon Web Services, Inc. Krishnan Ganapathy Enterprise Solutions Architect Amazon Internet Services Pvt Ltd.
  • 3. Related breakouts IOT208 - What's new with AWS IoT analytics services? GPSTEC413 - Best practices and design patterns for building IoT solutions on AWS ARC339-R1 - [REPEAT 1] Best practices for IoT architecture using AWS smart product solution API305-R - [REPEAT] Building serverless machine-learning workflows
  • 4. Agenda What is Ambient Intelligence (AmI)? Connected Homes for Assisted Living AWS Technologies for Assisted Living AWS IoT Analytics Deep Dive Demo Challenges and Best Practices
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. ““The future will be one where our environment satisfies our needs, mostly without our having to think about it. The intelligence is ambient - much like the light in this room.” Roel Piper - 1999 Ambient Intelligence
  • 7. ambient adjective am·bi·ent| ˈam-bē-ənt existing or present on all sides : encompassing Ambient intelligence brings ‘smarts’ to a connected home, which means a home able to: • assure more security to its dwellers • communicate with the outside world • save energy • be more comfortable What is Ambient Intelligence (AmI)?
  • 8. Use Case – Ambient Assisted Living Need for AmI in Assisted living • Aging population • Mobility detection • Vital statistics monitoring • Location detection • Activity monitoring • Eliminating social isolation
  • 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 10. Connected Homes for Assisted Living - Building Blocks Sensors Depth Sensors, Motion Sensors, Thermal Sensors Event Orchestration and Visualization Conversational AI, Actuator Intelligent Event Recognition Computer Vision Algorithms, Anomaly Detection
  • 11. Assisted Living – Technology Enablers • Advancement in home automation (or Domotics) technologies • Wireless Sensor Networks • Wearable Biomedical Sensors and Activity Trackers • Environment Sensors • Protocol Interoperability Hubs – ZigBee/ZigBee PRO, BLE, LoRaWAN • IoT Gateway Platforms • Networking Integration with Care Centers & family members • Edge Computing and ML Advancements • Predictive modeling and Anomaly detection
  • 12. 360° View of Ambient Assisted Living • Detection of fall or sudden injury • Communicate with family members • Track physical regimen • Detect Leading Indicators • Co-relate medical diagnosis Vital Parameter Checks Activity Tracker User Location Detection Extended Assistance
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 14. AWS Technologies for Assisted Living • Amazon FreeRTOS • AWS IoT Core and AWS IoT Greengrass • Amazon Sagemaker Neo • AWS IoT Analytics • Amazon QuickSight • AWS IoT Events • Alexa for Business
  • 15. AWS IoT Analytics for Assisted Living Connected Elderly Home CameraThermostat Medical House Door lock Elderly Person Wearables IoT Core IoT Analytics Channel IoT Analytics Pipeline Medical Institution Medical History Enrichment Weather Information Weather Station Pipeline Enrichment Activities Inhabitant safety alerts IoT Analytics Datastore Monitoring Dashboards Extended Assistance Medical Support Family Members Facilities Management Machine Learning Inference Pre-built Machine Learning Models
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 17. AWS IoT Device Simulator
  • 18. Ingest Messages into AWS IoT Analytics Channel
  • 19. Enrich Messages using AWS IoT Analytics Pipeline
  • 20. public class LambdaFunctionHandler implements RequestHandler<Object, InmateVitalStats> { @Override public InmateVitalStats handleRequest(Object input, Context context) { context.getLogger().log("Input: " + input); // Build an AthenaClient client AthenaClientFactory factory = new AthenaClientFactory(); AthenaClient athenaClient = factory.createClient(); // Iterate through event object and get the input parameters Map inputMap = (Map) ((List)input).get(0); String subjectId = (String) inputMap.get ("subjectId") ; String deviceId = (String)inputMap.get ("deviceId") ; Double systolic = (Double) inputMap.get ("systolic") ; Double diastolic = (Double) inputMap.get ("diastolic") ; Double pulse = (Double) inputMap.get ("pulse") ; InmateVitalStats inmateVitalStats = new InmateVitalStats (deviceId, subjectId, systolic, diastolic, pulse); // Generate athena query and pass in the parameters received by the health sensors String queryExecutionId = submitAthenaQuery(athenaClient, inmateVitalStats); try { waitForQueryToComplete(athenaClient, queryExecutionId); } catch (InterruptedException e) { e.printStackTrace(); } processResultRows(athenaClient, queryExecutionId); return inmateVitalStats; } Lambda Function for Enriching Messages
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 23. Challenges • Privacy • Sensor Accuracy • Data Store and Compute Capacity Best Practices • Remote Management and Monitoring • New Houses vs Old Houses (BLE vs ZigBee) • Privacy preserving configurations • Non-Intrusive
  • 24. Thank you! © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Neel Sendas nsendas@amazon.com Krishnan Ganapathy ganapatk@amazon.com
  • 25. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Editor's Notes

  1. Welcome, my name is Neel Sendas – Sr Technical Account Manager at AWS and my collegue Krishnan G
  2. Before we get started let’s give you a quick reminder of other related breakout sessions – IoT-208 – What’s new in IoT Analytics GPSTEC413 – Partner focused talk on best practices around IoT solutions from the field ARC339- Another solution that highlights best practice API305 – How you use multiple AI/ML services to build a serverless ML solution
  3. So here’s the agenda, we are gonna talk about What is AmI intelligence? How it applies to a particular use case – Ambient Intelligence in Assisted Living home Talk about a few AWS solutions that one can use to build an AmI Solution Walk you through a one of the AWS solutions in particular – AWS IoT Analytics that one can use for AmI And then we are gonna see a demo
  4. So what is Ambient Intelligence? You can read the definitation here but essesially it’s an intelligent environment that fullfils the needs of individuals in that environment It’s an environment that adapts to your needs and takes intelligence decisions on your behalf
  5. It’s an environment that orchestrates data collected from different sensors and smart devices and creates context awareness for the environment you are in It weaves data collected from all the sensors around and creates a pattern And as a results provides better and security lifestyle for people in though environments It takes the Human Computer Interaction to a different level – It takes the sensor data gathered from all the smart devices and sensors around us and apply the intelligence of bigdata to machine learning to generate insights that would not have to been otherwise possible to generate.
  6. Once particular area where Ambient Intelligence can make a lot of difference in assisted living for our aging polutation You might talk that Aging population in developed countries is a becoming a big problem. More than 20% of the population in 3 countries Germany, Italy, and Japan are over 65 years. There are over 68,000 people in Japan are centenarians. We need the necessary trained staffs and infrastructure to take care of this problem. That’s when AmI comes in. They can multiply the efforts of a lean staff and maintain quality of care Additionally - to err is human. Decision making is difficult. Sensors can reduce or eliminate errors IoT sensors and devices make it easier to manage this problem Mobility devices – sensors such a accelerometer, gyroscope can monitor monitor movement, fall, detect, abnormal movements, Assisted living homes in eurpo are using smart tiles to monitor pressure and activity Collect vitals – BP moinitors, ECG Location detection – using RFID and GPS sensors can locate whether an individual and stayed outside in the backyard (especially important for alzeimers patients) Elimimate social isolation by using Intelligent conversational tools Aging population – By 2034 Error rate, challenges Mobility detection - Fall, Immobility, slow movement Vital statistics monitoring - Respiratory rate, BP, temperature Location detection - Front door, backyard, living room Eating habits, fluid intake, medication frequency Eleminating social isolation Healthcare is a great concern diag
  7. Here are the key building blocks of Ambient Intelligence in Connected homes Sensors – depth sensors can help regonize people without compromising privacy Thermal sensors – heat sensors for human activity Intelligent event recognition – using computer vision algorithm, outlier events, compute at the edge Identifying and managing dense activities - Multiple synchronous and asynchronous activites. Real time synchronization tools. Not sure how Reinforcement Learning & Temporal Learning happen in a connected home ?
  8. Krishnan to improve upon this slide
  9. We can improve upon this slide
  10. Non-intrusive Security and privacy – healthcare is a very intimate space. We need to respect privacy Interoperability and lack of standardization means you have to do the heavy lifting of protocol interoperability IoT Analytics, Lambda on the edge using IoT Analytics can help. Imbalanced data set – Oversampling, SMOTE, Sythenic dataset, and transfer learning Sensor accuracy is an issue