Hi,
no, I'm receiving negative power values. The numbers are within a typical power range, however the sign is minus. Within the code, I set the AutoZero function to true:
bpPcc.requestSetAutoZero(true, requestFinishedReceiver);
and there after, I register for claculated power, torque and cadence events.
From time to time, the first power events are negative. Then, after stopping to pedal for a couple of seconds and starting again, the values are positive.
If I keep pedaling while receiving negative values, the values stay negative.
The data source flags are as expected:
* first value: CTF_INITIAL_VALUE
* afterwards: CTF_DATA
If you have any idea where the problem, I would be very thankful.
Best regards,
twich