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

Low current consumption nrf52 with UART

Dear all,

I'm using nRF52810, I want to achieve low power consumption(<200uA). I have disabled easyDMA. Right now I want to know how to turn on/off uart anytime we wish.

What function should I use?

Should I focus on the main.c or nrf_drv_uart.c?

I have tried to call function like app_uart_close() in mian.c, but it didn't work. Please give me more guide on this.

Parents Reply
  • Hi Guillaume

    I don't recommend resurrecting older cases if you have an issue. It makes the cases harder to read, and you run the risk that whoever is assigned to the case is not available, which means you won't get a reply (when you open a new case it is assigned to whoever is available). 

    Which UART driver are you using? 

    Have you double checked that it is the UART driver causing the extra current draw, and that the current draw is low if you remove it?

    Best regards
    Torbjørn

Children
No Data
Related