Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT+ Forums → ANT+ Bike Power → Thread

   

Power Calibration Response

Rank

Total Posts: 3

Joined 2015-03-24

PM

Hi

I am working on a bike power display using Nordic SDK12.2.0 and softdevice S332v2.0.1 on nRF52832.

The bike power display initialize with the following parameters,
device type= 11
transmission type= 0
channel type= 0
channel period= 8182

After the settings is completed, the bike power display can receive BROADCAST data from the bike power sensor( wheel torque)( SimulANT+) normally.
Then, the bike power display sends a request to the bike power sensor and wants to receive the calibration response from the sensor.

Step 1: bike power display sends a calibration request ACKNOWLEDGE data "01-AA-FF-FF-FF-FF-FF-FF" to the bike power sensor
Step 2: the display can receive a channel event( EVENT_TRANSFER_TX_COMPLETED) "40, 00-01-05" from the sensor
Step 3: From the bike power sensor( SimulANT+) window, a calibration response are sent from the sensor. However, the display can not receive calibration response BROADCAST data.

The data capture from bike power sensor( SimulANT+) as follow,
25728199 : Tx: [11][1C][1C][5A][3D][69][60][7E]
25728449 : Tx: [10][1D][FF][5A][0F][C9][1B][01]
25728698 : Tx: [11][1D][1D][5A][76][6D][1B][82]
25728698 : Rx (Ack): [01][AA][FF][FF][FF][FF][FF][FF]
25728948 : Tx: [01][AC][FF][FF][FF][FF][96][00]
25729198 : Tx: [11][1E][1E][5A][AF][71][92][85]
25729447 : Tx: [11][1F][1F][5A][E8][75][09][89]

Can you help how to receive the calibration response broadcast data?

Thanks

rs123