Hi everyone,
I'm using the nRF54L05 MCU (SDK v2.9.0) for my application.
I have an issue where, when I measure the current consumption during BLE advertising packet transmission, I notice that the current is not stable.
I'm setting the antenna TX power to 0 dBm (default).
According to the datasheet, the current at 0 dBm should be approximately 5 mA.
Additionally, I'm certain that during that time, the device is only performing BLE advertising and nothing else.
After that, I use the sys_poweroff()
function to put the system into sleep mode, and use GRTC to wake it up.
So I have two questions:
-
How can I make the current consumption more stable during advertising?
-
How can I achieve a current consumption close to the 5 mA stated in the datasheet?
Many thanks