Hello, I'm an engineer from Japan.
There is a problem that the standby current in sleep mode is higher than expected.
I am using "ble_central - ble_app_blinky_C" as a base program.
In this program, both central and peripheral use sleep mode during standby.
In sleep mode, I would like to be in the "ON_RAMON_EVENT" state described in the evaluation board manual.
In that case, the current consumption is expected to be 0.8uA, but when measured with the Power Profiler Kit II, the standby current is 43uA.
This is the same for both central and peripheral.

I think I need to set it before entering sleep mode, but I don't know how to do it.
Data is simple data transmission of On/OFF, but timer interrupt is used.
The data transmission interval is 200ms, but I don't want to change it from the viewpoint of reaction speed.
Can someone tell me how to reduce the current consumption in sleep mode?
thank you.


