Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

Andrew Jawitz


Welcome to my Personal Landing Page! Here you can find information about my professional background, my latest blog posts and links to other projects and writings from around the web.

Smart Medication Alert Using MQTT, NodeRED, Tasker and Smartwatch

MedLight bb.png

Use-Case:

The user has been prescribed two different medications of which one is to be taken at very specific intervals while the other is to be taken "as needed".

Prescription A-

is to be taken twice a day with the first an hour before the user actually wakes up and the second precisely at noon. ###Prescription B- is to prescribed with a daily dosage of 1 3/4 of a pill to be taken in small increments throughout the day "as needed"

The Problem:

Prescription A-

The awkward timing for the first dose requires significant preplanning to ensure the pills are within easy reach and can be swallowed with water. Planning is often overlooked and significant confusion results in locating the correct medication, finding a glass of water and swallowing it. Leaving an open glass of water by bedside can spill and ruin electronics or medications while leaving medication outside a container risks accidental ingestion by small children or pets. Often times the user snoozes alarm and misses dose. The 12:00PM dose is often missed if user is busy driving, working etc…​ He sometimes forgets if dosage was taken either leading to missed dose or accidentally taking more than was prescribed.

Prescription B-

The awkward size of the dosage itself requires the pill to be cut into sections. Irregular intake throughout the day often leads to unintentional overconsumption, leading to shortages before refill date. The unintentional result can be an increased dependency.

Prescription A- Solution

Leverages methods developed for home automation, wearable technology, quantified life, 3D printing and the "Internet of Things".

Pill Dispensing Lid

A special pill dispensing lid is designed to hold the pill in place before swallowing it with water. The lid is 3D printed and can fit on a standard Mason jar.

IMG 20150118 201344.jpg

A cup holder is also specially designed to fit a ring of programmable, multicolor LEDs and printed before attaching the LEDs to an Arduino YUN.

IMG 20150118 201410.jpg

When placed on its base, the water glass lights up with the color of the LED ring and can be dynamically controlled by the Arduino YUN.

IMG 20150118 201421.jpg

Smart Alarm

A Pebble smartwatch uses an accelermoter to track sleep cycles by sensing patterns in body movements and calculates optimal wake up time using a companion Android app called "Sleep as Android". With an open API, the Android app then triggers a sophisticated wake up routine designed to ensure the early dosage is taken before the actual wake up alarm. A special app called "Tasker" allows the normal alarm routine to trigger a message via MQTT to a webserver interface called "NodeRED" running on a Raspberry Pi. A custom routine signals the Arduino YUN to blink the LED base in Red when the first alarm sequence has been triggered. As a result the user is woken up by the watch vibration and is immediately drawn to the brightly colored cup with medication dispensing lid. The pill can now be swallowed in a single movement. An NFC tag on the bottom of the cup can now be scanned to turn off the alarm sequence and simultaneously log that the dosage has been taken.

The next routine is triggered by the same NFC tag and triggers a gradual "sunrise alarm" through a system of "smart light bulbs" connected to a wifi base station by UDP commands. When the final wake up alarm triggers an hour later the master lights will have changed from the calming blue colors in night mode to a bright orange/yellow wake up mode.

IMG 20150118 201238.jpg

Discussions