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

   

Kickr ANT+ control

Avatar
RankRankRankRank

Total Posts: 123

Joined 2013-10-07

PM

Hi guys,

I'm trying to control the Kickr trainer by sending broadcast message but I currently get no response from my Kickr (level doesn't change)

Here is a code sample :

UCHAR aucTxBuf[ANT_STANDARD_DATA_PAYLOAD_SIZE];
    
aucTxBuf[0] 0x42;   //KICKR_SET_ERG_MODE
    
aucTxBuf[1] = (unsigned charusDeviceId;
    
aucTxBuf[2] = (unsigned char)(usDeviceId>>8);
    
aucTxBuf[3] = (unsigned char)loadWatts//Watts;
    
aucTxBuf[4] = (unsigned char)(loadWatts>>8);
    
aucTxBuf[5] = (unsigned char)(0);  //bSimSpeed (0-1)
    
pclMessageObject->SendBroadcastData(4aucTxBuf); 


I'm using the ANT_LIB library compiled from the developper download page.
I'm getting this response from the message sent :Unhandled response 021 to message 0x4E
If someone figured out how to control the Kickr via broadcast message, would be nice to share smile

Thank you!


     

Signature

——————————————————
Free Indoor Cycling Software - https://maximumtrainer.com

RankRankRankRank

Total Posts: 156

Joined 2013-01-07

PM

KICKR uses a proprietary implementation. I would recommend contacting Wahoo directly for this information.      
Avatar
RankRankRankRank

Total Posts: 123

Joined 2013-10-07

PM

Thanks usamak, this has been resolved. Wahoo sent me how to control the trainer after contacting them.
Not as good as ANT+ FE-C, but it works wink

     

Signature

——————————————————
Free Indoor Cycling Software - https://maximumtrainer.com