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

Using GPIO in LOW POWER MODE consuming less than 30uA.

Hi, I am using nRF51422 with S130. I want my application to blink a LED every one second. For now I am using App Timer which solves the purpose but the current consumption is too high 1.2mA. Is there any way I could do this blinking with less consumption? say below 20uA?.

Parents Reply
  • Hi Keith, Thanks for your answer. I am using a custom board. If I blink the LED using RTC then the consumption is 17uA. When I use app TImer then the consumption is 1.2mA. Unfortunately there are only two RTCs available in NRF51 series. RTC0 is used by Softdevice and RTC1 is used by app timers to do the BLE operations. Suggest me some way to do this blinking.

Children
No Data
Related