ESB Tx current Spike issued

The part where the current goes up is the ESB Tx section. Why does the power consumption vary every time? I am currently using a DCDC regulator and a self-made board.

The main CPU being used is nrf52833.

ESB Tx power consumption appears differently every time, with three different values: 37mA, 5mA, and 500uA

Based on the datasheet, I believe that 5mA is the normal power consumption.

I've looked at other examples in the Q&A, but is this phenomenon that occurs with DCDC regulators a common issue?

Even when I connected 1.3V direct power from PPK to the DCDC regulator pin, the issue did not go away.

What parts should I look at?

I left a response to a previous question, but it got closed so I'm reposting it again.

I used an internal DCDC regulator.

                                                

The left image shows the reference circuit of the nRF52833 DK board, and the right one shows the regulator circuit of our own developed board.

I added a DCDC regulator circuit to the DEC4 pin as a reference design like on the DK board.

When power is applied, the DEC4 pin is supplied with a voltage of 1.3V.

When comparing the energy of each spike, the total amount of energy overall is not significantly different. However, I would like this energy to always be the same.

The following picture shows the power consumption when running the same program on the nRF52833DK board.

I was able to obtain more consistent values than before.

However, an abnormal waveform appeared before Tx. Although all LEDs were turned off, I cannot determine what the value is.

I also tried changing the value of C7 from 4.7nF to 47nF, but the phenomenon remained the same.

In addition, is the abnormal ESB Tx current consumption also related to antenna matching?

  • 1. Here is the power consumption waveform of the ESB Tx when not using the internal DC/DC.

    2. The serial is already disabled. It starts in sleep mode, and the power consumption at this time is less than 10uA.

    The power consumption of less than 10uA includes not only nRF52833 but also other CPUs.

    The power consumption returns to less than 10uA after the ESB Tx.

    Enabling the serial consumes 300-330uA.

    LED blinky consumes about 2mA of current.

    This power consumption is similar to that of the nRF52833 DK board.

    I don't know why the power consumption of the ESB Tx is so high.

    3. I am using PPK2 to measure the power consumption in Ampere mode.

  • Hi,

    Can you zoom into the TX spikes and set the resolution to 100k samples per sec. PPK can show variating spikes when it switches measurement range if you plot is zoomed too far out.

    regards

    Jared 

  • I found the cause.

    Hardware connection is incorrect.

    When measuring power consumption with another development board, it was found that it consumed about 8mA during ESB Tx, similar to nRF52833 DK board.

    Thank you

Related