Hi everyone,
I'm developing a new application/product. It will feature a nRF52805 without the LFXTAL but with DC/DC support. I'm
developing with the NRF5 17.0.2 SDK.
I compiled the secure_bootloader example to understand its current consumption. Its power consumption is around
580 uA with peaks of around 20mA.
I know that i can improve power consumption tweaking advertising and eventually connection parameters (those last
are not advised since i want to maximize throughput), but this is not my primary concern for now.
I have threen questions:
- Is this power consumption correct from Nordic point of view?
- From my experience when DC/DC is enabled the power consumption peaks are around 15mA. Is there any
configuration in sdk_config.h to enable DC/DC? - What other strategies can be used to further improve power consumption?
Best regards,
Andrea