Hello,
I am using the CoAP IPv6 example from the SDK 15.2 on a nRF52840 board. I am measuring the energy consumption with the Power Profiler Kit. My problem is that the values I get are much higher than expected, when compared to the Online Profiler target values.
I have the bridges SB40 and SB41 cut. My main.c is the original nRF5_SDK_15.2.0_9412b96\examples\iot\coap\ipv6\client\main.c with the following 2 modifications:
- The line {blink_timeout_handler, LED_BLINK_INTERVAL_MS} is commented
- I added #if 0 and #endif around the blink_timeout_handler definition (otherwise the connection is not done)
Here are screenshots of the graph I get on the Power Profiler:
Before, during and after connection establishment:

Once the IPv6 over BTE is connection established:

The lowest current
:
The online profiler shows me this:

I have way too much peeks and no power sleep time. The lowest current value is 10 times higher than the target idle current value. What could be causing the sinusoid peeks after the connection is established?
Thank you very much,