Hi,
I have used pinStandby example to measure standby current consumption of CC2650 launchpad. It is consuming 10 uA when it is in sleep mode with LED's off. I have used only Green LED and removed jumper from RED LED. When green led is on it consumes 11.5 mA of power.
I have read from forum (e2e.ti.com/.../611493 that in simple_peripheral example device automatically enters into sleep mode upon no connection. However after 2 mins of no connection device is still advertising. How long will it takes to enter into standby mode? I have defince POWER_SAVING in main.c. Do I need any further modification in code? As per my understanding power policy function automatically puts device into standby mode and I dont need to do anything else.
What am I missing here? Should I expect same amount of current consumption around 10 uA as achieved in pinstandby example in case of simple peripheral ?