Hi,
I'd like to put a BLE central in low power between two scan. actually I use the example Ble_app_uart on a dk board PCA10028 and a second dk board as advertiser with ble_uart and the 2 bords can communicates !
measuring current with a multimeter:
on the advertiser: OFF mode -> 0.6uA advertising: 13mA
on the central:
- current in low power is 1.3mA
- current in scan mode is 7.5mA
in the main loop there is a call to sd_app_evt_wait witch supposed put the micro in low power mode
but , is there a way to do better than 1.3mA ?
my idea will be to put central OFF for long time (30s) and to be wake up by a timer and start scan for 1-2s
any help welcome !