Hi, I have made custom nrf 51822 board, I don't have LFCLK crystal i.e, 32.768khz. When i run ble_hrs example code in it , current consumption of my board goes to ~150uA while advertising, which is 5x more expected current while advertising ~30uA(If i am not wrong, i read it devzone).
When I run custom code my current consumption during advertisement goes to 1.32 mA.
Peripheral I'm using are:
ADC, UART, TWI, Software Timers, Button and storing the around 10 bytes of info in flash using pstorage.
Do i need to disable the peripherals manually are driver does take care of them??
Thanks and Regards, Faizan