Custom nRF52840 module high power consumption with OPENTHREAD turned on

I have a custom nRF52840 module (made by Holyiot 18010) running the default Blinky program with some custom configs. I'm measuring its power consumption with PPK II with source mode on a 3V voltage. If I run the program normally the current consumption hovers around ~10uA (which is to be expected). However, if I have CONFIG_NET_L2_OPENTHREAD=y, the average current jumps to 1mA and stays there. 

What is strange is that when I try to run the same program with OPENTHREAD turned on for the nrf52840 DK, the current seems to be back in the uA range. Any idea what could be the problem here? Appreciate any help!

Parents Reply
  • Hi Marte,

    I've tried to cut down the options and the code to a minimum. The options in my prj.conf file are

    CONFIG_SERIAL=n
    CONFIG_NETWORKING=y
    CONFIG_NET_L2_OPENTHREAD=y
    (Run on DK about 10uA; on custom module about 1mA)
    If I set CONFIG_NET_L2_OPENTHREAD=n instead, it will give me about the same power usage on DK (about 10uA), but I get much lower current consumption on my custom board that lowered to about ~30uA.
    Running the boards as SED devices didn't really make a difference in this minimal example for me since I'm assuming the board is not making any active connections.
    What's really bizarre is that if I supply the custom board with a much lower voltage on nRF_VDD (the cutoff seems to be about 2.5V), it seemed to have triggered something off. The voltage on the custom board is now running in the ~50-70uA range. This will only happen after I do a reset after the voltage set. Please see the following graph for reference.

    Best,
    Kevin
Children
Related