VitaMon: A Low-cost Wearable Biometric Monitoring Device for Critical Health Monitoring
In developing countries, it is difficult to provide adequate monitoring
services to the critically ill as hospitals are understaffed and cannot
afford expensive monitoring systems. This project focuses on developing a
portable, wearable device with low-power processing and sensing
capabilities that can monitor and record vital patient signs
(specifically EKG, temperature, and galvanic skin response) in order to
take the place of direct human monitoring. In the event that a patient's
vital signs indicate an emergency (examples include the heartrate
dropping below a certain rate, temperature above/below accepted norms,
and hyperventalation and/or shock as indicated by the GSR sensor), the
monitoring device can sound an
alarm to alert the attention of medical staff. The device can also
record the patient's vital signs onto local storage on the wearable
monitor, which can be reviewed by a doctor at a later point.
Created ThinkCycle Topic for low-cost biometric monitoring systems
The main platform that I used for the data acquisition for the
wearable was the
SAK/hoarder board, primarily developed by Vadim
Gerasimov. The platform is meant to be designed as a flexible,
lightweight data acquisition system used for a variety of applications.
The platform consists of a 20Mhz PIC16F877 microcontroller,
compact flash CF slot (for up to a gigabyte of non-volatile storage),
serial port, and runs on 4 AAA batteries and has a daughter board
connector to interface with sensor boards.
To the baseboard system described above, I added a wireless
tranceiver module Assignment 11
to allow the board to communicate data with a computer via a 900 Mhz signal.
The SAK/hoarder baseboard is interfaced with a biometric daugherboard
which does the appropriate filtering/amplification/leveling circuitry
for the temperature, ekg, and galvanic skin response sensors.
See Assignment 5 for the circuit
design, Assignment 7 for the pcb
design and assembly, Assignment 9 for
the sensor/sensor-lead design.
The entire module was attached to a custom chassis that was cut using
the laser cutter, attached to velcro straps, and put into a custom
vacuum formed case (see Assignment 8).
with holes that were put in to accommdate the lead connector, and an
external switch which was attached.
The completed critical healthcare monitor is pictured here from various angles:
This small, wearable health monitor was wirelessly interfaced to a
program on a laptop, which can display a real-time graph of a
ekg waveform, galvanic skin response level, and temperature (a great
deal of the code to do this was graciously provided by Vadim). The
program is set up such that an alarm sounds when the following
conditions arise:
1) The heartbeat rate falls below 50 bbm (beats per minute) or goes above 120 bbm.
2) The temperature goes below 90 degrees or above 99 degrees.
3) The galvanic skin response level suddenly ramps up past a threshhold
over a sampled baseline value in a specified time interval.
The VitaMon wearable monitor is a proof-of-concept device that can allow
ambulatory remote healthcare monitoring. Here's a screenshot of the
system in action, with the ekg waveform (red), galvanic skin level
(yellow line toward the bottom), and
temperature/pulse/gsr level information (in the upper left corner) all visible as the data from the wearable monitor is streamed in realtime to the laptop:
As future extensions, we can imagine adding a more powerful processor
(the current PIC is just about completely loaded recording and
transmitting the biometric data) so that we can do more sophisticated
realtime analyses on the received biometric data. For example, an embedded
algorithm which can detect heart arrythmias in the EKG waveform and
trigger an alarm, etc.
A special thanks is given to Vadim Gerasimov, for providing me with
schematics, pcb boards/parts, code, as well as his general help and
invaluable explanations, which I leveraged a great deal of when making the monitor.



