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 ? 

  • Hi Hung,

    Our low power node needs to send data only. (for example once every 5 minutes)

    The average current of the LPN is 40uA now (without changing the example). Where can we change the poll timeout and what functionality will it affect?

    Since there seems to be no difference in average power consumption whether a friendnode is connected or not, we would be interested in having our light-switch-server based application to consume as little current as possible (without having a frindnode). I can not see, where this is made in the LPN-example. Our light-switch-server based application consumes 10mA at the moment.

    Regards

    Gerry

Reply
  • Hi Hung,

    Our low power node needs to send data only. (for example once every 5 minutes)

    The average current of the LPN is 40uA now (without changing the example). Where can we change the poll timeout and what functionality will it affect?

    Since there seems to be no difference in average power consumption whether a friendnode is connected or not, we would be interested in having our light-switch-server based application to consume as little current as possible (without having a frindnode). I can not see, where this is made in the LPN-example. Our light-switch-server based application consumes 10mA at the moment.

    Regards

    Gerry

Children
Related