What is flowt?



A quick introduction to the "flowt" HRV biofeedback app for Android.

In [28]:
# Here is our banner - and the python code used to display it.
from IPython.display import Image, display
banner = Image(filename='../files/images/feature_banner.png')
banner.width = 400
display(banner)

Summary

  • What: android app that measures pulse, heart rate, etc.
  • Why: monitor and control physiological stress
  • How: using your smartphone camera and a technique called photoplethysmography (PPG)

The full scoop

I recently published the Alpha version of a heart rate variability diasgnostic and biofeedback application for Android called "flowt". This app makes use of a technique called photoplyethysmography (PPG) in order to measure your pulse, along with various derived statistics, using only your smartphone camera. Details on how PPG are works will come in a later post, for now I'll skip them and get straight to why flowt is valuable.

The infamous "fight or flight" reaction is familiar to anybody with a pulse. Common symptoms include cold, sweaty hands, increased heart rate, and anxious, racing thoughts. In addition to being uncomfortable, stress has a detrimental impact on many areas of life including cognitive performance, social performance, and cardiac health. In order to help you manage stress, flowt uses a biomarker called Heart Rate Variability. Heart Rate Variability (HRV) is a statistic calculated from your pulse which serves as a quantitative measurement of stress. Specialized equipent exists for taking HRV measurements, but I wanted to build something that didn'y require purchasing any hardware, so flowt uses only your smart phone camera to measure color changes in your finger which are induced by your heart beat. The measurements from your pulse are combined with your own subjective reports in order to track and control stress in the moment, and over time. The ability to actively control your HRV is acquired through a technique called "HRV Biofeedback Training", which I'll call "flowting". The ideal behind flowting is simple: we measure your HRV in real-time as you attempt to improve it through timed breathing exercises, such that you get instant feedback on what's working, and how your body is responding. This type of protocol has been shown to improve resting HRV levels, along with other measures of stress including anxiety, c-reactive protein, blood pressure, and more.

Wait, but what exactly is "Heart Rate Variability"?

Heart rate variabiliy (HRV) is a measure of the variation in beat to beat intervals. In other words, your heart rate is not constant, it is always changing, and HRV measures exactly how much it is changes over time. High HRV describes a state when your heart rate changes a lot in a given period of time, this is a actually a good thing! It may seem counter-intuitive, but a highly variable heart rate is characteristic of the "Rest and Digest" mode of your nervous system, while low HRV is characteristic of the "Fight or Flight" mode. This relationships can be understood in the following way: when you are healthy and stress free, your heart responds flexibly to changes in breathing and other stimuli, whereas when you are stressed, you loose that flexibility and your heart rate becomes more rigid. So by all means, take a deep breath, relax, and flowt on.

Note: I consider this application a "rough draft", please direct any and all opinions and ideas to flowt.biohacker@gmail.com so that I may use them to improve the app!

References and citations coming soon, for now here is link to my notes: notes

Comments


Comments powered by Disqus