Health care is one of the most promising areas for employing wearable devices. Wearable mobile health sensors can track activities (e.g., count steps or caloric expenditure), monitor vital signs including heart rate and blood pressure, measure biometric data (e.g., glucose levels and weight), and provide alerts to medical emergencies including heart failures, falls, and shocks.
Applying wearable computing to support mobile health (mHealth) is promising but involves significant risks. For instance, there are security issues related to the reliability of the devices and sensors employed, the accuracy of the data collected, and the privacy of sensitive information.
Under the federally funded Amulet project, an interdisciplinary team of Dartmouth College and Clemson University researchers is investigating how wearable devices can effectively address medical problems while ensuring wearability, usability, privacy, and security for mHealth applications. The project aims to develop pieces of “computational jewelry” and a software framework for monitoring them. This computational jewelry set comprises wearable mobile health devices collectively named Amulet. An Amulet device could be worn as a discreet pendant or bracelet that would interact with other wearable health sensors that constitute the wearer’s wireless body-area network (WBAN). The Amulet device would serve as a “hub,” tracking health information from wearable health sensors and securely sending data to other health devices or medical professionals.
The project’s goals are multifold. Regarding the hardware, we’re focusing on designing small and unobtrusive form factors, efficient power sources, and sensing capabilities. With respect to the software, we’re concentrating on processing and interpreting the digital signs coming from the sensors, effectively communicating and synchronizing data with external devices, and managing encrypted data.
Amulet’s multiprocessor hardware architecture includes an application processor that performs computationally intensive tasks and a coprocessor that manages radio communications and internal sensors. Amulet’s current prototypes contain an accelerometer and a gyroscope to monitor the wearer’s motion and physical activities, a magnetometer, a temperature sensor, a light sensor, and a microphone. To save power, the application processor is powered off most of the time, while the coprocessor handles all real-time device interactions.
By employing event-driven software architecture, Amulet enables applications to survive routine processor shutdowns. Amulet is reactive, running only when an event of interest occurs. To handle such events, programmers can define their application as a finite-state machine and set appropriate functions. Amulet’s architecture enables applications to identify the computational states that should be retained between events. Explicitly managing program state (rather than implicitly managing state in a thread’s run-time stack) enables the run-time system to efficiently save the application state to persistent memory and power down the main processor without harming applications.
— ADVERTISMENT—
—Advertise Here—
Amulet provides a secure solution that ensures the accuracy and the integrity of the data sensed and transmitted, continuous availability of the services provided (e.g., data sensing and processing and sending alerts and notifications), and access to the device’s data and services only by authorized parties after their successful authentication. Two key features enable Amulet to provide security in mHealth applications: sandboxing and the authorization manager. The former enforces access control, protects memory, and restricts the execution of event handlers. The latter enables applications to run small tasks until their completion, managing all resources by receiving requests and forwarding them to a corresponding service manager.
Amulet also aims to protect privacy, enabling users to control what is sensed and stored, where it is stored, and how it is shared (with whom). Amulet devices use privacy policies to protect patients’ sensitive information, which ensures confidentiality through authorized access and controlled sharing.
To guarantee easy wearability, the Amulet team focuses on understanding the user’s wishes, needs, and requirements and translating them into appropriate design decisions. Amulet provides a list of principles and guidelines for wearability, which will aid designers in providing high levels of comfort, aesthetics, ergonomics, and discretion in their projects.
Amulet includes a framework to support stakeholders involved in similar projects during all phases of development. It is intended to aid developers and designers from industry or academia. Amulet provides a general-purpose solution for body-area mobile health, complementing the capabilities of a smartphone and facilitating the development of applications that integrate one or more mHealth wearable devices.
Amulet also provides intuitive interfaces and interaction methods for user input and output, employing multimodal approaches that include gestures and haptics. Amulet has developed and continues to refine bracelet-style prototypes with a variety of envisioned applications, including: emergency responders (e.g., providing immediate notifications and quick responses in medical emergencies), stress monitoring, smoking cessation, diet (e.g., bite counting), and physical therapy (e.g., knee sensors).
This appears in Circuit Cellar 288, July 2014.
— ADVERTISMENT—
—Advertise Here—
Dr. Vivian Genaro Motti holds a PhD in Human Computer Interaction from the Université catholique de Louvain in Belgium. She is a Postdoctoral Research Fellow in the School of Computing at Clemson University in Clemson, SC. She works on the Amulet project, which is funded by a three-year, $1.5 million grant from the National Science Foundation’s Computer Systems Research program. As part of the Amulet project, Vivian is investigating how to properly ensure wearability and privacy in wearable applications for mobile health. Vivian has a BA in Biomedical Informatics and an MS in Human Computer Interaction from University of Sao Paulo in Brazil. Her main research interests are human computer interaction, medical applications, wearable devices and context awareness.
Leave a Comment