Hello,
My questions is about ANT and CRC :
Does ANT stack already use a CRC that checks if a data has been received correctly?
Or do I need to create my own when sending data with sd_ant_broadcast_message_tx function ?
Thanks for the answer,
David
Hello,
My questions is about ANT and CRC :
Does ANT stack already use a CRC that checks if a data has been received correctly?
Or do I need to create my own when sending data with sd_ant_broadcast_message_tx function ?
Thanks for the answer,
David
All packets are sent and received using 16-bit CRC. Only packets that pass CRC check is forwarded to the application.
Best regards,
Kenneth
All packets are sent and received using 16-bit CRC. Only packets that pass CRC check is forwarded to the application.
Best regards,
Kenneth
Thank you for the response.
David