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

DFUButtonless consume power?

Hi,

I'm using NRF52832 with s132 softdevice for a low power project. I notice that when running firmware with DFU Buttonless, the SoC consume more power than without it.

I refer ble_app_buttonless_dfu example for my firmware. From my understanding, ButtonlessDFU is enable when calling bleDfuButtonlessAsyncSvciInit().

My question is:

- Does ButtonlessDFU truely consume more power than just flash using IDE?

- Is there any way to reduce power when using Buttonless service?

Thanks a lot for helping!

Parents Reply
  • Thanks. However, the SDK bootloader should always reset the UART before entering the main app(). Also, the idle current with UART RX enabled should be in the 1 mA range, not >2 mA as shown in your measurement.

    Do you continue to receive data from BMA400 as before? I'm asking because your idle current is similar to what it would be if the TWIM was stuck in receive mode for some reason (with LDO regulator).

Children
No Data
Related