I need to know the wheel exact circumference for my gear calculator app. ATM there is a manual data from properties. But there is the speed sensor, that have an automatic calculated wheel circumference data and that sensor have an RPM that help to calculate that number. The problem is, I did not found any way to reach those informations.
The Toybox.AntPlus.BikeSpeedInfo have only speed and distance method.
The ANT+ protocol said, the sensor must be support this datas:
- Latest Speed Event Time
- Cumulative Wheel Revolutions
- Stopped flag indicating zero speed (optional)
- Battery level (optional)
- Cumulative Operating Time (optional)
- Manufacturer ID and Serial Number
- Hardware Version, Software Version and Model Number
Any idea how to get it?