This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52 very low power counter

Hi

I am trying to make an activity tracker with very low power conumption with the nrf52. The Idea is to count interrupts from an accelerometer thtat are generated if the acceleration rises above a certain level.

I found only a specification of the consumption with the timer running. What is the power conumption of the Timer/Counter block when in counter mode?

Parents
  • Hi Leandro

    Yes, as you have already observed, the nRF52832 OPS 0.6 does not include any current consumption specification for Low Power Counter. It is not specified yet. There are number of peripherals that do not yet have proper specifications, as the measurements have not been carried out yet. The PCA10036 board for the nRF52832 contains anyway a preview kit and the specification is still not final, with version 0.6.

    Soon there will be released an engineering version of the chip and production version is scheduled for january 2016. We can expect the specification to improve in this regards when the engineering release is out, scheduled for october 2015.

    Update 14.4.2016 Unfortunately, there is still no current consumption data available for the low power counter. I have made a request for it but nothing is available yet. However, I made an example which sets TIMER0 into counter mode and lets RTC0 tick event count up the TIMER counter. The results are as follows:

    • TIMER counter disabled: ~4uA
    • TIMER counter enabled, no TASKS_COUNT event triggered: ~11uA
    • TIMER counter enabled, TASKS_COUNT event triggered 8 times per second: ~11uA
    • TIMER counter enabled, TASKS_COUNT event triggered 100 times per second: ~23uA

    So it seems the TIMER in counter mode consumes ~7uA on my PCA10040 v1.1.0 board with nRF52832 QFAAB0 rev 1. That is the best information I can provide at this point for low power counter current consumption. I attach the test code below which I made for nRF5 SDK 11.0.0.

    timer_counter_mode_low_power.zip

  • Stefan, version 1.0 of the product specification for the nRF52 still does not include a current consumption specification for the LowPowerCounter mode. Can you get any clarification from the characterization engineers?

Reply Children
No Data
Related