-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45fdf8d
commit 2b88241
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# GarminTrainingAdviceChart | ||
Source code for [this]() app on the Garmin ConnectIQ Store. | ||
|
||
A polar chart based on HRV and resting heart rate data to easily interpret your daily training advice. | ||
|
||
Uses Intervals.icu api to get the hrv and resting heart rate data of the last 30 days and plots them in a polar chart. This shows if you are "overtrained", "coping well", "undertrained" or have signs of Illness/Stress etc. | ||
This is based on https://forum.intervals.icu/t/how-to-imready4-app-for-hrv-guided-training/25778 . | ||
Calculates the rolling z-score for hrv and resting heart rate for a window of the last 30 days. HRV from -3 to +3 as the angle, and resting heart rate from -3 to +3 as the radius. | ||
|
||
YOU NEED THE FOLLOWING FOR THIS APP TO WORK: | ||
1. Garmin Connect to upload your wellness data to Intervals.icu. | ||
2. Your Intervals.icu api key and athlete id. | ||
3. An Internet connection. |