Abstract:
Constant and reliable health monitoring can help doctors provide higher quality
health care to meet the growing needs of the medical industry. The advent of
cloud computing has enabled low-cost sensor devices that can process their data
in real-time without powerful onboard hardware. Using an Android smartphone,
medical data can be collected and uploaded to a cloud server with ease. The
project described will enable many more devices to collect data and synchronize
with the cloud without the need for a separate internet connection. A
visualization of user activity level is used to demonstrate the power of
cloud-connectivity
Description:
1 Introduction 1
2 Background 3
2.1 Medical Devices and Data . . . . . . . . . . . . . . . . . . . . . . . 3
2.2 Cloud Computing . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.3 Android Smartphones . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.4 Activity Monitoring . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3 Methods 8
3.1 User Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2 Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.2.1 Foreground Activity . . . . . . . . . . . . . . . . . . . . . . . 10
3.2.2 Background Service . . . . . . . . . . . . . . . . . . . . . . . 12
3.3 Data Transfer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
3.4 Sensors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.4.1 Accelerometer . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.4.2 Future Expandability . . . . . . . . . . . . . . . . . . . . . . 16
3.5 Cloud Computing Techniques . . . . . . . . . . . . . . . . . . . . . 17
3.6 Data Display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
4 Results 19
4.1 Application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
4.2 Testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
4.3 Sample Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.4 Future Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
5 Concluding Remarks 29
Appendices 30
A Bibliography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31