Hello
I have to program a tachometer for Android. Therefore I downloaded the Ant+ SDK with the Ant+ Plugin Sampler. I’m using the Activity_BikeSpeedDistance.java, the Activity_Dashboard.java and the related layouts.
Are the following points correct?
- Calculated speed is measured in m/s
- calculatedAccumulatedDistance is the distance in meter
- TimestampOfTheLastEvent shows the time since the first connection in seconds
Where is the wheel circumference to be set? In the receiving app for calculating or is it already calculated before transmitting?
And I have another question about something else: Is it possible to send an Ant+ Bike Speed Protocol with a microcontroller and an Ant transmitter? I have to find out if it’s possible, so that someone else could realize it in the next project.
Thanks in advance
Edit: Deleted solved problems.