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

More consumption with NRF_LOG

Hi, I have a custom board that the actually consumption its 1,5mA with the NRF_LOG enabled.

I have a buzzer that I need to toogle and I need disable the NRF_LOG because if its enabled the buzzer wont work.

But the weird thing its with the NRF_LOG disabled the consumption its higger (2,5mA) and I have research and the 

"normal behavior" must be the contrary (NRF_LOG_DISABLED = low consumption, NRF_LOG_ENABLED = high consumption)

I have tested to disable uart to but nothing works. 

Can you help me please ? why its the consumption higger with the nrf_log enabled ??

Thanks! 

Parents Reply
  • Yes sure, 

    I have a bosch axis magneto/accelerometer/gyroscope connected by twi and a flash memory IC connected by spi. 

    But the code its to to long to post it !!! But basically i get the raw data from the boschs IC  and i expose these data in a custom characteristic or/and I send it to the flash memory.  

    But I want  knows for what reason would the consumption increase by the log enabled  its so so weird, I have tested to change the uart_tx pin but dosnt work neither 

    I have the nfcs pins disabled and I use as GPIO too. 

    And I thintk its all! 

Children
Related