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
  • Set BOARD_ENABLE_DCDC_HV=n in your prj.conf file. You also need to remove L4 and C19, and connect VDDH to VDD with a short wire. That should put the board in a good state, though there might be permanent damage to the REG0 stage. Also note that max input voltage is now 3.9V instead of 5.5V. 

    BTW, was this module designed for you by HolyIOT or is this one of their off-the-shelf modules? 

Children
Related