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

   

ANT+ Verification tool v1.3.6 and Bike Power Data Validation test issue

Rank

Total Posts: 6

Joined 2013-06-30

PM

Hi everybody,

I am trying the pass the certification test via ANT+ Verification tool v1.3.6. and find out some more issue.
but i do not know , are these also(previously i had some and posted in forum) tool issue or not ? and is there any new tool with all these issue fixed on the way ?

For Bike Power Only sensor:
Test 7 :
7. PWR_SD_0015_Data Validation Test
PWR_SD_0015 DataValidation Test_TE&PS;.ants
Data From ANT+ tool (USB device) .
=====================================================
0x10,
0x2f,
0xff,
0x5a, this value should be 255 as per the certification document
D00001520 ANT+ Certification Specification Rev 3.0.pdf Page No.109 for data validation test, But USB stick based sensor is transmitting 0x5a , am i missing something on this point ? or is it also a issue with tool?
0xf5,
0x4e,
0x1b,
0x01
=============================================================
Test 8.
SD_PWR_001 Manual Calibration Request Test ===tool just crash on this test. Find attached pic .
================
Test 9. SD_PWR_002 Auto Zero Calibration Request Test
SD_PWR_002_Auto_Zero_On.ants (Optional)

SD_PWR_002_Auto_Zero_Off.ants (Optional)

Is this sensor initiated calibration and i just need to handle the response mesg from sensor . 0xAC or 0xAF in case of success or fail. ? I am in between bike power profile implementation, please share some input.


thanks in advance .
-Robin Singh

     
Rank

Total Posts: 26

Joined 2012-11-15

PM

Hi Robin,

There are two values transmitted in the PWR_SD_0015 test : the valid value: 0x5F and invalid :0xFF. Each value transmits 10 second periodically.

In the SD_PWR_001 calibration test, the tool is waiting for the UUT to send calibration request initially; once the calibration request message is received, the tool will send response message accordingly. What you need to do in this test:
1. send calibration request first,
2. verify responded message and show the "success" (0xAC)or fail (0xAF).

Cheers,
Kebin