Yes we did.
After powerup we receive a startup message ID 0x6F
Then we set as described in your doc profile_HRM the
messages
ANT_SetNetworkKey(ucNetNum, aucNetKey);
ANT_AssignChannel(ucChanNum, ucChanType, ucNetNum);
ANT_SetChannelId(ucChanNum, usDeviceNum, ucDeviceType, ucTransType);
ANT_SetChannelPeriod(ucChanNum, usMessagePeriod);
ANT_SetChannelRFFreq(ucChanNum, ucRF);
ANT_OpenChannel(ucChanNum);
How does the ack message look like and what is the maximum
and typical response time?
Thanks