Hi everyone: I have some question about nrf51822 power on sleep mode
- in example ble_app_hrs have a "power_manage" function and it will make the system go into power on sleep mode,but I observed the current it still have 10mA to run ,so it isn't go into power on sleep mode? how can I make the system go into power on sleep mode?
- I know if the system is in power on sleep mode it can used GPIO or RTC to let it wake up ,so I can use a sensor's interrupt pin to make the system wake up ?
thanks