power consumption in nrf52840?

i need information on power consumption during advertising and connection in my case its taking too much high current around 1 ma in advertising and 1.5 ma during connection . i tried enabling dcdc convertor i tried disabling serial but not much improvement and in idle state its taking around 30 micro amps can u please help me to resolve this issue? i am using sdk 2.6.0 and zephyr application.

Parents
  • Hi

    Sorry about the late response, but there was a couple of bank holidays here in Norway, so we've not been available the last few days.

    RAGHAV_M said:
    but i tried in nrf52840 both showing same results

    I assume this means you tried with an nRF52840 DK, correct?

    How exactly are you measuring current consumption on your end, are you using a PPK2 or some other way of measuring power? 35µA doesn't sound too bad, but it should be possible to lower the current further I believe. You can use the Devicetree visual editor extension for VS code to see if there are any peripherals or clocks still running. My guess would be that an RTC instance might be left running for some reason, but I'm not able to tell from the configs you've provided unfortunately.

    The advertising and connection consumption seems about right, depending on what advertising and connection parameters are set in your application.

    Best regards,

    Simon

  • Hi simonr,

    thanks for the reply,

    I assume this means you tried with an nRF52840 DK, correct?

    yes.

    i am not using ppk2, i am using digital ammeter serial connection to check power consumption.

    i am not using rtc so i dont think it could effect.

    and i already Devicetree visual editor extension for VS code nothing is running.

Reply Children
Related