According to the product specification of the nRF51422 the current between the advertisements is:
i_sleep = I_on + I_rtc + I_x32k
16k Ram enabled: = 2,6 µA + 0,1 µA + 0,25 µA = 3,1 µA
32k Ram enabled: = 3,8 µA + 0,1 µA + 0,25 µA = 4,3 µA
for nRF52832 this is:
i_sleep = I_on + I_rtc + I_x32k + RAM_rentention
i_sleep = 1,2 µA + 0,1 µA + 0,25 µA + 0,32 µA = 1.87 µA
In our own measurements with an amperemeter we got the following results (performed as described in devzone.nordicsemi.com/.../ and devzone.nordicsemi.com/.../) :
nRF51422: 3,78 µA
nRF52632: 12,5 µA
While nrf51 seems to be roughly in the range from the datasheet, the measurements of the nrf52 are far of the values from the datasheet. On the other side in devzone.nordicsemi.com/.../ a current of 14,25 uA is measured, what confirms the measurements we took.
This results in the following questions:
-
Why are nordics and our measurements so far of the values from the datasheet?
-
Has the nRF52 a such higher current consumption then the nRF51?