This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF51 dongle's current consumption

I programmed a nRF51 dongle as an ESB receiver using the esb_ptx_prx example code. It sleeps most of the time by calling __WFI() in the while loop.

I used an external 3.3 V power supply to VDD and measure the current consumption. The current was quite constant around 50 mA. Why is the current so high?

On the other hand, the transmitter (also a dongle) only drew 14 mA on average. On the scope, the current was 0 most of the time and peak to 15 mA during transmission.

At first, I thought it was the Segger chip that was drawing the extra current but the transmitter drew the expected amount of current.

Parents
  • My current measurement method:

    1. Powered the dongle using an external 3.3V power supply.
    2. +3.3V was attached to the 3.3V pin of the dongle.
    3. A 1 Ohm resistor was placed between the power supply ground and the dongle ground.
    4. A multimeter was placed across the resistor to measure the DC voltage which translates directly to current.
    5. An oscilloscope probe was also placed across the resistor to observe the transient response.

    In my first test, dongle A (older one) was programmed as the receiver and dongle B (newer) as the transmitter. Current consumption: Dongle A (receiver): 58 mADC, peak 6 mA. Dongle B (transmitter): 0.03 mADC, peak 14.4 mA.

    Then, I swapped them. Dongle A (transmitter): 43 mADC, peak 15.2 mA. Dongle B (receiver): 15 mADC, peak 6.4 mA.

    It looks like the older dongle is "leaking current" while the newer one is behaving as expected. In both cases, the LEDs were off by setting the IO pins to high.

    In nRF51-DK board, the current measurement pin is only attached to the power line going to the nRF chip which exclude the segger chip. But in the dongle, the same power line goes to both nRF and segger chips. I wonder if the segger chip was the cause. Yes, both dongles were power cycled after programming.

  • Hi Johnson

    Thank you for your clarification.

    All PCA10031 dongles have third revision nRF51 chips, so their current consumption should be approximately the same. This might also be a variation in the Segger chip interface which leads to the higher different current consumption, I am not sure actually. Are the PCA10031 dongles the same version?

    Measuring the current consumption on the PCA10031 this way is anyway not valid, since you do not know how much of the current is drawn by the Segger chip. I would recommend to purchase a nRF51-DK board in order to measure current on the nRF51.

Reply
  • Hi Johnson

    Thank you for your clarification.

    All PCA10031 dongles have third revision nRF51 chips, so their current consumption should be approximately the same. This might also be a variation in the Segger chip interface which leads to the higher different current consumption, I am not sure actually. Are the PCA10031 dongles the same version?

    Measuring the current consumption on the PCA10031 this way is anyway not valid, since you do not know how much of the current is drawn by the Segger chip. I would recommend to purchase a nRF51-DK board in order to measure current on the nRF51.

Children
No Data
Related