Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Advanced Burst - break large(r) data array into packets to sd_ant_burst_handler_request?

Hi

I have a sensor array which data have to be advanced burst to one or many devices.

The array size is anything from 24 bytes to 24k bytes, depending on the number of devices.

Following from the Advanced Burst example, should I send the entire array to 

sd_ant_burst_handler_request(ANT_M_BURST_CHANNEL_NUMBER,
                                        bytes_to_send,
                                        p_burst_data,
                                        burst_segment);

or should I partition it into 128 byte packets?

Which is the recommended method?

Thanks

Related