This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Low power beacon

Hello,

I am making a low-power beacon.

I am using NRf52832 module with external crystal. No extra device.

I use SDK 14.2.0, because it's much easier than 15.3 for making a broadcaster system.

When I compile and load the sample of "ble_app_beacon", a current of 40 mA 3.5uS flows periodically. I attached the screen shot as below.

This current flows at 200uS intervals during the transmission of radio waves.

What is this for? How can I stop the current consumption?

I set logging stopped. Disable LED. Set external xtal as " NRF_SDH_CLOCK_LF_SRC 1".

Parents
  • What is your power source?

    Ar CR2032 or similar coin cell with high internal resistance needs reservoir capacitors (around 100µF, more is better).

    Otherwise the voltage drops significantly every time the NRF chip turns on CPU or radio peripherial, since the battery cannot follow these fast current changes.

    Do you use the integrated DCDC switching mode regulator? If yes, these spikes might just be the DCDC startup shortly before the radio event. But that is just a wild guess at this point...

  • Hello, 

    This has been resolved. After all, it was caused by DCDC switch noise. In the case of CR2032 + 100uF or AAA alkaline battery, no noise appeared. Thank you for your cooperation.

    When using a LiPo battery or AC adapter, noise occurs when the power source voltage is significantly different from the target voltage.

    Below is using AAA battery.

Reply Children
No Data
Related