Hi,
Is there a method to get the current gear ratios?
For example front 50/34 rear 12-25.
thanks
I don't have a Di2, but does the Di2 system even know what chainrings and sprockets you have installed?
With ConnectIQ, you have access to some related information in the Activity.Info object that is passed to the compute() function of a data field, or returned via a call to Activity.getInfo(). There isn't any information about the exact gears that are selected, just the current derailleur position and the number of positions for each. See
frontDerailleurIndex
frontDerailleurMax
frontDerailleurSize
rearDerailleurIndex
rearDerailleurMax
rearDerailleurSize
I think if you want to do something with the actual chainring/sprocket sizes, you'd have to get that information from the user (via application properties).
Travis