This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Cannot add more than two subscription addresses in nRF Mesh App.

I use 52832DK to run the light demo of ncs1.5.1. This demo is in the nrf\samples\bluetooth\mesh\light directory.

After the nRF Mesh App is successfully configured, when I add a second subscription address to one of the models, the app returns an error.

Prompt Insufficient resources.

Parents
  • Hi

    The Mesh light sample project is configured by defualt with a maximum number of group address subscriptions per model to 1. You can change this either by going into the Configure nRFConnect SDK project option in SES if that's what you're using:

    Or you can edit the BT_MESH_MODEL_GROUP_COUNT in the subsys/bluetooth/mesh/Kconfig. Line 185.

    Best regards,

    Simon

Reply
  • Hi

    The Mesh light sample project is configured by defualt with a maximum number of group address subscriptions per model to 1. You can change this either by going into the Configure nRFConnect SDK project option in SES if that's what you're using:

    Or you can edit the BT_MESH_MODEL_GROUP_COUNT in the subsys/bluetooth/mesh/Kconfig. Line 185.

    Best regards,

    Simon

Children
No Data
Related