High everyone,
I measured the current on SmartRF06 Evaluation board with the CC2650EM-7ID configured to advertise every 30 seconds. Parameters are below and system configuration is from the Simple Peripheral project :
// Advertising interval when device is discoverable (units of 625us, 160=100ms) #define DEFAULT_ADVERTISING_INTERVAL 320 // Advertising timeout, then wait until defaut_advertising_timeoff is reached #define DEFAULT_ADVERTISING_TIMEOUT 1 // Advertising timeoff, after advertising timeout #define DEFAULT_ADVERTISING_TIMEOFF 30000 // General discoverable mode advertises indefinitely #define DEFAULT_DISCOVERABLE_MODE GAP_ADTYPE_FLAGS_LIMITED
I measured the current on the EM board with a small current amplifier (the dedicated chip is not present on my board...) and a LeCroy WaveAce 1002. Voltage output is set to 1mV / uA.
Here is the result :
We can see the advertising at the beginning (board powered on) and at the end (30 seconds later), but what the hell is all this behaviour between ? I measure a current of 1.4mA (maximum for my uA amplifier with 1mv/uA - ) and the mean current consumption is really high and far from the 1.5 - 3 uA I should have is these conditions.
The device work correctly, I can see it with my smartphone and connect them...
The power is set with a DC power supply (input 2.8V) and the regulator is not bypassed. LCD is shut down and the current measure with a multimeter is between 0 and 3uA (as desired but...)
Any help is welcome