-
Notifications
You must be signed in to change notification settings - Fork 275
TMP RunnerUp Preferences
Uatschitchun edited this page Oct 3, 2021
·
2 revisions
- Set distance units
- decide between speed & pace
- Autostart GPS:
Set to activate GPS when app starts
-
Scan for or (dis-)connect BLE and Ant+ devices
-
If your ANT+ HRM belt does not appear when scanning for devices, you may need to install these utility apps from the Play store:
-
-
3-Dot Menu:
- Configure heart rate zones:
see: Settings>Sensors>Heart Rate Zones
- Clear HR settings:
Reset settings & connections
- Experimanetal HRM devices:
Zephyr, Polar WearLink, SportTracker HRM v1
- Mock HR:
simulate HRM for testing purposes (generates random heart rates)
- Configure heart rate zones:
- Set age, sex and maximum heart rate and adjust heart rate zones to a classical 5-zone model
- Low level:
Set low battery level to be warned
- High level:
Set high battery level to be warned
- Use headsets button to start/stop an activity or a new lap
working only up until Android 4
- Lock buttons from accidentally clicking
- Step Sensor:
Pedometer. Used to measure and record cadence (spm)
- Temperature Sensor:
Records temperature into activity
- Pressure Sensor:
Use barometer for recording altitude (more precise then GPS)
- Adjust barometer:
Calibrate barometer's initial altitude from GPS
- Adjust barometer:
- Poll interval:
Set time interval to record movements. Default: 1000ms (1s)
- Poll distance:
Set distance interval to record movements. Default: 0m
- Current speed from GPS:
Get speed data from GPS. Else the speed is calculated as a moving average of distance & time
- GPS altitude to geoid (EGM96):
Correct GPS altitude to GEOID altitude data - TODO
- Log extended GPS accuracy:
Write extended GPS accuracy data into recorded activity
- Send infos in JSON format to a Live-Server to display on a map (currently no public service available)
- Simplify when saving:
Simplify track and reduce file size
- Simplify when uploading:
Only simplify when uploading to Online-Service
- Tolerance:
TODO
- Algorithm
- Radial Distance
- Ramer-Douglas-Peucker
- Add/change/delete workout profiles for 'Advanced' workouts
- Autolap in Basic workouts
- Autolap distance
- Autolap in workouts
- Autopause in Basic workouts
- Autopause after: timeout for not moving
- Autopause minimum pace: Threshold for movement
- Countdown after key press
- Step countdown time
- Recovery in countdown steps
- Interval rest steps
- Target coaching
- Target feedback moving average:
The time averaging the pace for current pace reading and target coaching
- Target feedback grace period:
The grace time until pace over/below the target coach pace reports that the pace should be adjusted
- Target feedback moving average:
Select Profile to work on or create a new one in the upper right corner
- Time trigger
- Cue interval (s)
- Distance trigger _ Cue interval (m)
- End of lap
- Include units in cues
- Total cues
- distance
- time
- speed
- pace
- heart rate
- Interval cues
- distance
- time
- speed
- pace
- heart rate
- Lap cues
- distance
- time
- speed
- pace
- heart rate
- Current cues
- pace
- speed
- heart rate
- cadence
- Target coaching
- Skip event audio cues
- Lap start
- HRM connection cues
- Mute music during audio cues
- Press here
- Audio cue language
- Android text-to-speech settings
- TODO
- Choose Mapbox style:
The default is: TODO. Alternative styles are:
- Smooth pace graph
- Smooth pace filter:
mm(31);kz(5,13);sg(5): Default smoothing algorithm for the pace graph
- Smooth pace filter:
From the GraphView source the smoothing algorithms are:
- mm: moving median
- Kz Kolmogorov Zurbenko moving average low pass algorithm https://en.m.wikipedia.org/wiki/Kolmogorov%E2%80%93Zurbenko_filter
- SG Savitzky Golay algorithm https://en.m.wikipedia.org/wiki/Savitzky%E2%80%93Golay_filter
- Export, Import and Prune internal SQL-DB
RunnerUp saves workouts into a SQL-database. For maintenance, the file runnerup.db.export can be im-/exported from/to its home directory: /storage/emulated/0/Android/data/org.runnerup
- Wiki, Issues, Release History
- 3rd party software & licenses