how to achieve low power in ESB-PTX sample,in NCS 2.8.0

Hi ,

In NCS 2.8.0 the ESB-PTX sample how to config to achieve?

Now I had disable the UART log,after transmit 20 seconds I want to config the nRF54L15 into a low power idle mode,how to achieve that?

Parents
  • Hi OPQ,

    Could you let me know what's the current consumption number you are observing ? 
    By default, if the chip doesn't do any activity it will enter sleep mode and you should be able to see low power consumption. 
    Please try to measure the current consumption after you disable UART. 
    You can try to change the TX interval to see how it affect the current consumption. The PPK2 would be a great tool to observe the current consumption. 

  • Hi,

    I have measured the power consumption after turning off the ESB(esb_disable();) in the firmware, and the measured average current is about 130uA as follow.

    And after I disable esb also and the CLOCK_PLL using NRF_CLOCK->TASKS_PLLSTOP = 1;  the measured average current is about 7uA.But there will be a periodic pulse current as follow.

Reply Children
Related