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

nRF52 SDK ANT example "ant_scan_and_forward" example MAX_DEVICES limit?

The nRF52 SDK ANT example "ant_scan_and_forward/" configures a device linit of (16-1)=15 in this line:

// Public Definitions
#define MAX_DEVICES ((uint8_t) 16) /**< Maximum number of devices in that can be registered */

Is there a particular reason for this limit? 

I cannot test larger limits as I don't have that many devices.

Thanks,

Steph

Parents Reply Children
No Data
Related