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?
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?
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.

Hi,
Please provide more detailed trace. Better if you can provide the file or you can measure using PPK2.
What's the interval between the pulse ? What's the peak mA ?