Hello,
I am using CC2650 custom PCB
BLE SDK 2_02_07_06
CCS7.4
Compiler TI v5.2.6.
I have developed application code which can receive data over BLE (with reference to the Simple BLE peripheral example code).
We have developed our own PCB design which also works fine. I am driving display with CC2650 which updates only when BLE Central sends the data. Otherwise I put this display in Sleep mode.
Now coming to the battery life.
Our product will be running on coin cell and I wanted to know that for how many years my device will work on CR2450 coin cell (620mAH capacity of this cell)
I have done some power analysis with Nordic power profiler PPK2 and attaching screenshots of the same.
I have changed advertising interval from 100ms to 5Seconds
also, in my code I have changed this values to increase the data reception time
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 4
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 20
Aa of now The Device Average current is 19.98 uA (micro Ampere) for 1 minute of duration
So if I calculate the Battery Life of my device with above data
19.98uA = 0.01998 mA (milli Amp) for 1 minutes
0.01998 * 60 Minutes = 1.1988 mA for 1 hour
(CR2450 battery is 620mAH capacity)
620 mAh / 1.1988 mAh = 517.183850 hours
517.183850 / 24 hrs. = 21.54 days.
So my first question is
Is above calculations are correct ?
--------------------------------------------------------------------------------------------------------------------------------------------------
My other question is If I zoom into the waveform of power analyzer, between two advertising events there is some other power consumption taking place
(screenshot attached below)
As seen in Image there is some current of 50 to 55 uA and also there is current that never goes below 20 uA (microamp).
(If I disconnect the E paper, then also this current is present. So it is not being consumed by the E-paper)
Till now this is Unknown current to me
Second question -
Can you please guide me what is the source of this unknown current?
-----------------------------------------------------------------------------------------------------------
As per datasheet, standby current is 1uA.
Please guide me How can I reduce my device current to 1uAmp
Thank you
Dnyaneshvar