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

Mesh low power current consumption

Hi,

As discussed in this ticket we need a way to reduce the current consumption.

The LPN example doesn't solve this for us.

Our application is based on the light switch server example. After the node is provisioned, we would want to have the node in sleep mode with it's radio off and only RTC running to get down to approx. 4uA. 

When it wakes up on RTC or on an external interrupt it should be on to send a message and then sleep again.

Could you please provide some lines of code, how to get the node into this state?

using nRF52840 and Mesh SDK 3.1.0

Regards

Gerry

Parents
  • Hi Gerry, 

    What is your current average current consumption ? Note that depends on the Poll timeout, how often do you wake up and send/receive message, you may have different power consumption levels. 

    Note that the sleep current of a LPN can get down to 3uA in our test here. 

    Does your node need to receive data from other nodes ? or it only needs to send data ? 

Reply
  • Hi Gerry, 

    What is your current average current consumption ? Note that depends on the Poll timeout, how often do you wake up and send/receive message, you may have different power consumption levels. 

    Note that the sleep current of a LPN can get down to 3uA in our test here. 

    Does your node need to receive data from other nodes ? or it only needs to send data ? 

Children
Related