Power consumption in LPN with DFU enabled

Hello,

I'm trying to modify the Mesh light sample to be LPN node with DFU implemented but it seems that power consumption when I attach overlay-dfu.conf in the build goes very high from 6uA average to 507 uA average. What is the best way to reduce this current consumption?

Sceensheet when DFU is attached

the attached overlay dfu 

tools:

ncs: v2.2

board: nrf5240dk 

sample: light mesh 

Parents Reply
  • Please be aware that the DFU here is not a DFU over Bluetooth Mesh. It is DFU over BLE, so in order to update it, you need to connect to it via BLE, and then perform the update. Those are the advertisements that you are seeing. I think once a second is not that bad, but of course, you can adjust this. 

    You can see in the smp_dfu.c file that it starts advertising with adv_params: .interval_min = BT_GAP_ADV_SLOW_INT_MIN and .interval_max = BT_GAP_ADV_SLOW_INT_MAX. You can change these if you like.

    BR,
    Edvin

Children
Related