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

why most of the examples of sdk 12's sdk config file has diffrent options?

why most of the examples of sdk 12's sdk config file has different options?

I'm trying to build an application that has Central and Peripheral Role application (and it needs to relay between two role), but when I compare difference option with some of the examples, Some example has only nRF_Drivers, nRF_Libraries, nRF_Log, nRF_Segger_RTT.

But some other example's SDK Config has nRF_BLE, nRF_BLE_Services Option.

And the example's which have nRF_BLE has different option's too!

image description

Which option do I have to follow, or does it has any manual to add or subtract option from sdk_config?

Or is there any Ultimate set of sdk option that I can use with?

Or I'm just using wrong template (for my planed-to-build application) to start with?

I'm using ble_peripheral/ble_app_template example,

Is there any other appropriate template project that I can follow with?

Related