13
Projects: IoT based on Cloud Ruixuan Dai Spring, 2020

Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Projects: IoT based on Cloud

Ruixuan DaiSpring, 2020

Page 2: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Internet-of-Things

1/28/20 2

Ø Things (Devices)q Many of them

• Different Types

• Isolated Systems

q Data and Command• Sensing the world

• Give Response

q Challenge• United: Connected + Communication

• Smart: Data Analytics + Strategy

Source: https://aws.amazon.com/iot-platform/ http://www.brain-smart.net/smart-brain-health-blog/page/2/#axzz4W4oSp8a6

Page 3: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

AWS IoT platform

1/28/20 3

United: Connect + Communication Smart: Other Cloud ServiceData StorageMachine Learning

Source: https://aws.amazon.com/iot-platform/

Stated: “Thing Shadow”

Page 4: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Recap: Hello AWS IoT!

1/28/20 4Source: https://aws.amazon.com/iot-platform/

Publish

Amazon SNS

Forward

Temperature sensorPeriod: 5s (0.2Hz)

Sensing Connecting Smart

Page 5: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Some IoT system projects in our lab

Page 6: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Timed Up and Go @ Home

Ø Timed Up and Go (TUG) Testq A test of mobility and fall risk in community-dwelling, frail older

adults[1]

q Widely used in hospital• Test before surgery

• Predict Falls

q Only measure the total time by the doctors

1/28/20 6

Can we do TUG @ home with more measurements?

Page 7: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Smartwatch TUG systemsØ A cloud-based Smartwatch TUG system

q Send reminders to the subjectsq Automatically collect and analyze the motion data

q Doctors can see the results in real time.

1/28/20 7

Page 8: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

TUG test Result

Ø The analysis is on cloud with AWS Lambda

1/28/20 8

Raw Motion data

Page 9: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Smartwatch TUG System ArchitectureØ Cloud based IoT system

q Sensing• Smartwatch motion sensors

q Connection• Auto upload the sensor data to AWS S3• S3 triggers an event to AWS Lambda

q Smart • AWS Lambda does the smart analysis• Give the feedback to the doctors

1/28/20 9

Upload dataResult Storage

FeedbackAWS S3 data storage Data analysis

Page 10: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Alexa Voice-Agent for mental health

Ø A smart voice-agent based Amazon Alexaq An “App” in Alexa is called as a skill

q Guided Breath exercise to help soothe the patients• Mindfulness is reported to be able to relief stress[1]

1/28/20 10

[1] Academic Mindfulness Interest Group, Melbourne, and Melbourne Academic Mindfulness Interest Group. "Mindfulness-based psychotherapies: A review of conceptual foundations, empirical evidence and practical considerations." Australian and New Zealand Journal of Psychiatry 40.4 (2006): 285-294.

Page 11: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Mindfulness Skill Architecture

Ø Echo device as frontend (Sensor and actuator)q Get patients’ feelings; help the patient relaxed.

Ø Alexa Skill platform (Middleware)

Ø AWS Lambda (Analysis)q Build a database for each patient (AWS DynamoDB)

1/28/20 11

User infoTable

User info

Page 12: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Recap: IoT concepts

Ø Sensor & actuatorq Smartwatch, Raspberry Pi (with Camera, mic), motion sensors…

q Stepping motor, Light bulb, A/C

Ø Connectionq AWS IoT…

• You don’t need to use AWS IoT, but you need to connect your devices to other devices or cloud.

Ø Smartq AWS Machine learning

• Analyze the big data from the sensors, then make a smart decision

1/28/20 12

Page 13: Projects: IoT based on Cloudlu/cse520s/slides/projects.pdf · Projects: IoT based on Cloud Ruixuan Dai Spring, 2020. Internet-of-Things 1/28/20 2 ØThings (Devices) qMany of them

Q&A

Ø Feel free to email me about any questions.q [email protected]

1/28/20 13