Hello everybody,
I'm currently trying to create a Bluetooth Low Energy Mesh network of multiple nodes that I can control using a Bridge application.
I use a nRF52840 DK with the Serial Example (PyACI) for my Bridge and the nRF52840 DK's loaded up with the Light Switch Server example for my nodes.
Now my system seems to be working fine (With the bridge I can provision and turn nodes off/on remotely), however when I measure a node's current using the Power Profiler Kit 2 I get a power consumption average of ~13mA when not sending messages and ~15mA when receiving messages.
After more investigating this seems to be so, because the nodes are constantly scanning for messages, which seems to consume ~10mA and the BM-LPN node example seems to consume roughly 8mA?
Is there a way to reduce the power consumption of my nodes to be within the µA range if they're not sending messages?
Cheers,
Sam
