You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
Hi,
From the document "ANT+ Managed Network Document – Bicycle Power Device Profile, 5.1", section 11.3, Equation 8 calculates average power from accumulated torque and Period.
Ave_POWER= 128*PI * (AccumlatedTorque[N] - AccumulatedTorque[N-1]) / (Period[N] - Period[N-1])
Does the Simulant+ Bike Power Display support the display of average power as calculated by Equation 8?
If so, I am unable to find out how to display this average power.