Hello, I load UART over BLE example on nrf51DK (51422) DK board and measure for 13 seconds from power on. Here is the result graph and the average current is about 175uAh. Is it normal?
I changed the some part of original source code as following...(I change the interval to 300 and comment out some functions in the main function.
#define APP_ADV_INTERVAL 300
// Initialize.
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE, false);
//uart_init();
//printf("\r\nUART Start!\r\n");
The 175uAh average current is correct value ??? And after I load new hex, I turn it off and turn it on again to make sure it is not on debug mode. Thank you.