Design and Development of a Smart Healthcare Cup Fang Rouli HCI - - PowerPoint PPT Presentation

design and development of a smart healthcare cup
SMART_READER_LITE
LIVE PREVIEW

Design and Development of a Smart Healthcare Cup Fang Rouli HCI - - PowerPoint PPT Presentation

EEE06 Design and Development of a Smart Healthcare Cup Fang Rouli HCI 18S6A Background Information Background Information Smart devices have become necessary. There have been products monitoring liquid intake. However, they


slide-1
SLIDE 1

Design and Development of a Smart Healthcare Cup

Fang Rouli HCI 18S6A

EEE06

slide-2
SLIDE 2

Background Information

slide-3
SLIDE 3

Background Information

  • Smart devices have become necessary.
  • There have been products monitoring liquid intake.
  • However, they can only sense the temperature or record the volume of

water.

slide-4
SLIDE 4

Background Information

  • Caffeinism & Alcoholism
  • Caffeinism : headache, nervousness and insomnia ; serious

health issues.

  • Alcoholism : mental and physical health problems, even death.
slide-5
SLIDE 5

Objective

slide-6
SLIDE 6

Aims & Objectives

  • Counting water intake
  • Counting caffeine intake
  • Counting alcohol intake
  • Giving feedback on drinking
  • Setting medicine-taking

reminder

  • Not only for the caffeine or

alcohol addictive, but also for common people who are concerned about this problem.

slide-7
SLIDE 7

Materials

slide-8
SLIDE 8

Materials

  • Arduino UNO Board and USB

cable

  • MQ3 ethanol sensor
  • DS18B20 temperature sensor
  • HY-SRF05 ultrasonic distance

sensor

  • Wires
  • Breadboard
  • Computer ( MAC OS)
slide-9
SLIDE 9

Digital controller & Code operator

  • Arduino
  • Python 3.6
  • Microsoft Excel
slide-10
SLIDE 10

Design

Caffeine counting Alcohol counting Feedback function Reminder function Water counting Temperature sensing

slide-11
SLIDE 11
slide-12
SLIDE 12

Methodology

Part I : Water Counting

slide-13
SLIDE 13

Methodology - water counting

  • HY-SRF05 ultrasonic distance sensor
slide-14
SLIDE 14

Methodology - water counting

Arduino code will take the time interval between the sending and receiving ultrasonic waves and calculate distance.

slide-15
SLIDE 15

Methodology - water counting

  • The effect of angle of reflection is neglected.
  • Total volume of the cup is input manually at the start.
  • The Python code will calculate the volume of liquid and

store it into a text file.

  • The shape of the cup is considered column.
slide-16
SLIDE 16

Methodology

Part II : Caffeine Counting

slide-17
SLIDE 17

Methodology - caffeine counting

  • As an organic solute, liquid chromatography is commonly

used to detect the presence of caffeine.

  • it is impossible to directly measure the amount of caffeine
  • f the drink in the cup with present sensors, while still let

the liquid in the cup edible.

  • A code in the Python interface is set up for the cup.
slide-18
SLIDE 18

Caffeine concentration in different type of drinks (Mayo Clinic)

slide-19
SLIDE 19

Methodology - caffeine counting

slide-20
SLIDE 20
slide-21
SLIDE 21

Methodology

Part III : Temperature Sensing

slide-22
SLIDE 22

Methodology - temperature sensing

  • DS18B20 temperature

sensor

  • Arduino code: take 5

readings with 0.1s time interval

slide-23
SLIDE 23

Methodology - temperature sensing

slide-24
SLIDE 24

Hypotheses

  • There is correlation between

temperature, the concentration

  • f alcohol in the liquid, and the

concentration of alcohol in the air above the liquid.

slide-25
SLIDE 25

Methodology

Part IV : Alcohol Counting

slide-26
SLIDE 26

Methodology - alcohol counting

  • MQ3 ethanol sensor
  • Experiment settings
slide-27
SLIDE 27

Methodology - alcohol counting

slide-28
SLIDE 28

Methodology - alcohol counting

slide-29
SLIDE 29

Methodology - alcohol counting

slide-30
SLIDE 30

Methodology - alcohol counting

  • Experiment limitations:

○ Ratio of liquid volume against the cup’s volume is not included as a variable. ○ The time duration between pouring the liquid and taking measurement is not included as a variable. ○ The temperature range selected is small, reducing the reliability of the result.

slide-31
SLIDE 31

Methodology

Part V : Feedback Function

slide-32
SLIDE 32

Methodology - feedback function

  • Retrieve data stored in the text file
  • Compare to actual standard of adult liquid intake (Mayo

Clinic)

  • Guide users to drink healthily

Data Sample

slide-33
SLIDE 33

Methodology

Part VI : Reminder Function

slide-34
SLIDE 34

Methodology - reminder function

  • Time library

○ make time manipulatable

  • Threading library

○ keep function running as other functions are called

slide-35
SLIDE 35

Methodology - reminder function

slide-36
SLIDE 36

Results Conclusion Future Work

slide-37
SLIDE 37

Results & Conclusion

  • Fully functioning smart device
slide-38
SLIDE 38

Results & Conclusion

  • Fully functioning smart device.
  • Choice of sensors and accuracy of measurements are

limited to reduce cost and unnecessary calculation.

  • Emphasize on the ingredients in the liquid and giving apt

guidance for users to drink healthily.

slide-39
SLIDE 39

Future Improvements

  • Add bluetooth function to be wireless.
  • Downsize the hardware to make it more practical.
  • Conduct more validation on the accuracy of the sensors,

and more tests on how long they can keep working for.

  • Transfer the program into mobile app in GUI
  • Add function of sugar and calorie counting
slide-40
SLIDE 40

Thank you for listening!