A R notebook to analyze your sleep and step data recorded by a Pebble watch
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
djib d93f5e2c91 Add a link to a demo 4 years ago
.gitignore Initial release 4 years ago
LICENSE Initial commit 4 years ago
README.md Add a link to a demo 4 years ago
pebble_health_stats.Rmd Initial release 4 years ago
pebble_health_stats.html Initial release 4 years ago

README.md

PebbleHealthStats

Introduction and requirements

A R notebook to analyze your sleep and step data recorded by a Pebble watch

You need to be using Gadgetbridge with your Pebble to have access to your data. Health data is then stored in a SQLite database.

Installation

The easiest way to use this projet is to:

You will need to have R running on you PC as well as the package Tidyverse.
On a Debian machine, all you need to do is:

sudo apt install r-cran-tidyverse

Demo

A demo of the output is available here.

You can also download and open pebble_health_stats.html.

If you want to go further

This program only works with Pebble watches but is probably easy to adapt for a Mi Band, Amazfit, or any other watch compatible with Gadgetbridge.

You can also adapt the code to add new visualisations, or explore data (heart rate…).