Omni Bike Field
· v1.2.0
About
WARNING: This is a 1-Field Layout Datafield: for install instructions see below.
The main aim of this datafield is to show the most significant speed in flat or climb segment. If you are not climb then currentSpeed is shown otherwise VAM (Vertical Speed in m/hour) is shown.
If a powermeter is not available then istant power output is shown (if you want math details you can go to https://www.gribble.org/cycling/power_v_speed.html)
OmniBikeField is open source (licensed under GNU v2), you can find code at github: https://github.com/ebottacin/OmniBikeField
If anyone wants to contribute or report bugs please go to: https://github.com/ebottacin/OmniBikeField/issues or https://forums.garmin.com/showthread.php?367756-DataFields-OmniBikeField
Many thanks when you consider to buy me a beer, you can go to http://goo.gl/qMOjmH
##### Fields:
- Time of Day (TOD) (24/12 Hour format)
- Battery Monitor (with percentage)
- Gps Signal Quality
- Timer
- HR (+)
- Distance (Metric or Statue)
- Current Cadence
- Current Speed (Metric or Statue)
- Slope(%) as progress bar from 1 to 23%
- VAM (meter/hour) (++)
- Current Power (+++)
- Altitude (++++)
Notes:
(+) HR User zones is used for visual indication
(++) VAM is show, inside Speed field, only if is greater than a configurable threshold.
- VAM_THRESHOLD less than VAM less than VAM_TRHESHOLD_CLIMB
Speed is primary metric (bigger font size) and VAM is displayed as secondary metric (smaller font size)
- VAM_TRHESHOLD_CLIMB greater than VAM
VAM is primary metric (bigger font size) and Speed is displayed as secondary metric (smaller font size)
(+++) Power is estimated from Speed, Slope, Bike Weight and User Weight if powermeter is not found
(++++) Altitude is shown if Altitude greater than ALTITUDE_THRESHOLD
##### Install Instructions
A Data Field needs to be set up within the settings for a given activity (like Bike)
* Long Press UP
* Settings
* Apps
* Bike
* Data Screens
* Screen N
* Layout
* Select single field
* Field 1
* Select ConnectIQ Fields
* Select OmniBikeField
* Long Press Down to go back to watch face
##### Usage
Start Bike activity.
Hopefully you see the OmniBikeField datafield.
What's new
(01/04/2017) 1.0.0 - First Release
(01/04/2017) 1.0.1 - Fix ALT_THRESHOLD description
(01/05/2017) 1.1.0 - Added negative slope indication
(01/05/2017) 1.2.0 - Refine VAM algorithm, enlarge slope progressbar