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

Optimization of the examples available in nRF Connect SDK

Hi,

We are using nRF Connect SDK for implementing HSL model for the BLE Mesh network consisting of RGB lights.

On comparison with nRF Mesh SDK, we found that the SDK size for NCS is way more huge than the Mesh SDK. Is there any way to optimize?

Regards,

Zolu

Parents
  • Hi,

    It is possible to optimize, yes. Have a look at the microbit conf files in zephyr/samples/bluetooth/mesh, for low footprint configuration values. Whether or not you can go that far, or if you can go further, depend on what features you use. For instance, if using GATT proxy you do need the ability to act as BLE peripheral, but if not using GATT proxy you do not need that. And so on.

    Regards,
    Terje

Reply
  • Hi,

    It is possible to optimize, yes. Have a look at the microbit conf files in zephyr/samples/bluetooth/mesh, for low footprint configuration values. Whether or not you can go that far, or if you can go further, depend on what features you use. For instance, if using GATT proxy you do need the ability to act as BLE peripheral, but if not using GATT proxy you do not need that. And so on.

    Regards,
    Terje

Children
No Data
Related