Disable SoftDevice, disable HFCLK and use app timer driven by LFCLK

Device: nRF52811

Board: custom (EYSNSNZWW module is used)

SDK: 16.0.0

SoftDevice: S112(v7.0.1)

Sample Project: ble_app_uart 

I'd like to reduce current consumption while BLE communication is not used and the device is inactive.

So is it possible to disable SoftDevice, disable HFCLK and use app timer driven by LFCLK?

The reason app timer is used in the inactive state is that the device should be wake up at a certain interval.

Thanks.

Parents Reply
  • Yes, the debugger will activate it. On a second thought, disabling the HFCLK completely is very difficult as many of the peripherals is dependent on it. What current do you measure and what is your requirement? I think the most effective method would be to just disconnect and stop advertising and then go to IDLE sleep instead of trying to disable the HFCLK completely.

    regards

    Jared 

Children
Related