Hello i'm looking at the current consumption with the nrf PPK2 and i'm observing a strange behaviour :
the nrf advertise for a while then should stop the advertising using the APP_ADV_DURATION
#define APP_ADV_INTERVAL MSEC_TO_UNITS(200, UNIT_0_625_MS) /**< The advertising interval (40 = 40 ms). */ #define APP_ADV_DURATION 2000//BLE_GAP_ADV_TIMEOUT_GENERAL_UNLIMITED /**< The advertising time-out (in units of seconds/10). When set to 0, we will never time out. */
i can see the end of advertising with the 200ms period :
But then every 8 s i have a unexpected current consumption :
When i zoom in it look like this :
Do you have any idea where it can come from ?
I tried removing everything exept the bluetooth and i still observe the same behaviour.
Can it be linked to the BLE ?
Thank you