Hi.
I am working on a low power BLE mesh device, based on the nRF52832, that uses vendor models. By default it consumes about 7mA.
Aside from that, I have been able to get the power consumption down to 3uA in a low power mode, in another (non BLE) project.
However, when I try to use the same code to get the BLE mesh device to sleep, it makes next to no difference, the power draw reduces from 7mA to 6.8 mA.
I also used mesh suspend, mesh resume, and BT disable commands.
That didn't make any difference either.
Is there a proper way to turn off BLE and BLE mesh, before putting the chip into sleep mode? Most of the references and examples I find here are for nRF5 SDK for Mesh but I am using nRF Connect.
Any help would be greatly appreciated. Thanks in advance