Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT+ Forums → Miscellaneous → Thread

   

ANT+ LEV wheel circumference setting

Rank

Total Posts: 6

Joined 2020-08-09

PM

Hi,

I'm debugging the LEV profile. With a Garmin edge 1030, I succeed to connect and receive the travel mode.
but when I try to set the wheel circumference by the Garmin 1030, it doesn't work. The program will not go into the 'ant_lev_page_16_decode' function only if I quit the setting menu and change the travel mode. And whatever I set the 'wheel_circumference_lsb' and 'wheel_circumference_msn' is always the same '0xE20'.

Anyone meet the same problem? and how to solve it? or does the Garmin 1030 support this setting? If not I think the display should send 0xFF to let the LEV know it's not supported.

below is the buffer received:
[evt_buffer]:
[0] 0x09
[1] 0x4F
[2] 0x04
[3] 0x10
[4] 0x20
[5] 0xFE
[6] 0x10
[7] 0xE0
[8] 0x01
[9] 0x01
[10] 0x00      
Rank

Total Posts: 6

Joined 2020-08-09

PM

some time it's always 2050mm as 0x0802. and no thing happened after I changed the setting from the Garmin 1030.      
Rank

Total Posts: 6

Joined 2020-08-09

PM

TheodoreHe - 02 March 2021 03:30 AM
some time it's always 2050mm as 0x0802. and no thing happened after I changed the setting from the Garmin 1030.


2050mm is the default.      
RankRankRankRank

Total Posts: 370

Joined 2012-06-27

PM

Garmin displays are not setting the wheel circumference for LEV, just sending the last wheel circumference received.      

Signature

Ian Haigh

Rank

Total Posts: 6

Joined 2020-08-09

PM

haighi - 08 March 2021 11:53 AM
Garmin displays are not setting the wheel circumference for LEV, just sending the last wheel circumference received.


OK it's clear. thanks!