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

Low Power Node example application

Hi,

Greetings!

I just tried Low Power Node example application from SDK for mesh 16.0.0

It works functionally well, however I am little curious to know below point(s)

1. Will this type of application survive on CR2032 cion cell?

2. If yes then how long it will go?

Please note that here I am considering no additional hardware resources here.

Regards,

Dinesh

Parents
  • Hi

    Greetings!

    I have some updates after taking some trials

    1. As our schematic having only 1 external crystal connected (32MHz), we have defined Softdevice clock configuration to 'NRF_SDH_CLOCK_LF_SRC_SYNTH'

    2. With this configuration we were getting around 400 micro-ampere consumption

    3. Then we tried with development board to cross-verify, there also we get the same results

    4. Next we tried with 'NRF_CLOCK_LF_SRC_XTAL' on development board and we get consumption near around 5 micro-ampere

    Here please guide me whether it is right that with 'NRF_SDH_CLOCK_LF_SRC_SYNTH' clock configuration, power consumption gets increased and

    with 'NRF_CLOCK_LF_SRC_XTAL' configuration we get better results.

    Regards,

    Dinesh

Reply
  • Hi

    Greetings!

    I have some updates after taking some trials

    1. As our schematic having only 1 external crystal connected (32MHz), we have defined Softdevice clock configuration to 'NRF_SDH_CLOCK_LF_SRC_SYNTH'

    2. With this configuration we were getting around 400 micro-ampere consumption

    3. Then we tried with development board to cross-verify, there also we get the same results

    4. Next we tried with 'NRF_CLOCK_LF_SRC_XTAL' on development board and we get consumption near around 5 micro-ampere

    Here please guide me whether it is right that with 'NRF_SDH_CLOCK_LF_SRC_SYNTH' clock configuration, power consumption gets increased and

    with 'NRF_CLOCK_LF_SRC_XTAL' configuration we get better results.

    Regards,

    Dinesh

Children
Related