Debugging power consumption for Sidewalk device

I am trying to determine why our device is consistently using ~5.2 mA using the Sidewalk SDK and configured to use the LoRa PHY. I have turned off all peripherals and enabled power management. The current consumption is indicative of the Semtech radio remaining on even after switching to the SubG-CSS Profile A mode. Unfortunately I do not have a logic analyzer handy at the moment so cannot verify what is being sent to the SX1262 in that way. It is my understanding that turning the radio off is handled under the covers by the Amazon/Nordic libraries, but I do not see evidence of that actually happening. Are there some debugging features that can be enabled to see when the library has allegedly turned the radio off and on?

Thank you.

Parents Reply
  • I started to setup the nrf52840-DK with the unadulterated template_subghz project to compare current consumption through the PPK II, but upon further reading, my understanding is that the current measurement setup on the DK would only measure the consumption of the nrf52840 and nothing else. Specifically, it would not show the current draw of SX1262, LEDs, etc. etc.

    Is my understanding correct?

    EDIT: To be clear, the ~5.2 mA measurement was on a custom board measured through a DMM7510, not the PPK II.

Children
Related