Why Low-Power feature cannot be enabled in Zephyr BLE Mesh

Hello, 

I am trying to set up low power nodes in my mesh network.
To do so, I edited the prg.config file to enable this feature as:

CONFIG_BT_MESH_LOW_POWER=y
And then, I tried to check if this feature is enabled by checking the information on the NRF mesh app. 
The app said it is disabled. 

Next, I tried  
bt_mesh_lpn_set() in the main.c file, but still the problem persists. I am wondering how I can fix this issue.


Thanks
Parents Reply
  • Thanks Joakim, the funny thing is my LPN network including three nrf52 SDKs works although the nrf app does not show the LP feature is enabled. I am using one SDK for source, one as the friend, and one as the LP destination. I am not using the overlay config, but the LPN feature is actually working. I will try the overlay config suggestion later. Again, thanks for your help.

Children
Related