Hi,
I am interested in making an application with BLE Mesh that consists of a few Friend nodes and up to a thousand LPN nodes. I know from this ticket that the SDK for Mesh is limited by memory, timing and the size of the core_tx_bearer_bitmap_t structure in that SDK. I noticed that in the Zephyr SDK, the KConfig file for LPN count has up to a thousand as shown here:
config BT_MESH_FRIEND_LPN_COUNT int "Number of supported LPN nodes" range 1 1000 default 2 depends on BT_MESH_FRIEND && BT_MESH && BT help Number of Low Power Nodes the Friend can have a Friendship with simultaneously.
Has anyone at Nordic evaluated this theoretical maximum or are we still bound by the same limitations as the old SDK?