Power consumption of mesh_chat after mesh_suspend

Hi,

I am using mesh_chat example in ncs v2.2.0

After initializing bt and mesh, i used the self-provisioning part from self_provisioner example to provision itself.

So i didn't even use  "bt_mesh_prov_enable" in it.

And after 5 seconds of K_sleep i use the bt_mesh_suspend().

After suspending mesh the board consumes about 40-45uA and also an 1 sec interval task is running even after that

What could it be running possibly? and how to stop that.?

Each of the peak has 3 individual peak's in it with approx. 7mA

Parents
  • I see that this happens only after provisioning, before provisioning it takes only about 3-4 uA when suspended.

    I tried by also provisioning manually using nrf_mesh android app (without using self_provision as mentioned earlier), but it resulted the same.

    On the prev. image that i posted, it took around 7mA for one individual peak in which i had set CONFIG_BT_CTLR_TX_PWR_PLUS_8=y on prj.conf.

    I tried removing it, the results are the following

    Now each individual peak takes around only 2.6 mA.

    Is there any sort of adv. with 1sec interval happening in there?

    Could someone guide me on how to pause or stop this.

    Thanks.

Reply
  • I see that this happens only after provisioning, before provisioning it takes only about 3-4 uA when suspended.

    I tried by also provisioning manually using nrf_mesh android app (without using self_provision as mentioned earlier), but it resulted the same.

    On the prev. image that i posted, it took around 7mA for one individual peak in which i had set CONFIG_BT_CTLR_TX_PWR_PLUS_8=y on prj.conf.

    I tried removing it, the results are the following

    Now each individual peak takes around only 2.6 mA.

    Is there any sort of adv. with 1sec interval happening in there?

    Could someone guide me on how to pause or stop this.

    Thanks.

Children
No Data
Related