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

Zephyr BLE radio RX power consumption

Hi,

We're developing a product based on Zephyr for the NRF52840 (currently seems to be Zephyr 1.13 OpenSource variant).
When doing power measurements, it seems that the radio is powered up every 100ms even though we have set advertising to 300ms.

Measurements confirm that the advertising is done every 300ms (TX has a larger power spike than RX).

I've been looking for an API that can be used to control the radio RX so that it will trigger at the same time as the advertising, but have a bit failed on this.

Any help would be appreciated, since I have not been able to find anything about this utilizing my Google skills.

BRs,

/Jocke!

Parents Reply
  • The Zephyr version you are using is more than a year old. The BLE controller at time was very experimental at that time. I thought you are already made efforts to upgrade to Zephyr version 2.x.x. Do you see the same behavior in that version? I have not used version 1.x.x but in 2.x.x I have not noticed any unusual RX spikes.

    If you still want to use the older version, you need to help me out to reproduce this, so that we can attempt to reproduce it and come with a clean workaround.

Children
Related