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

BLE Power Calculations

Hi,

I am using the following calculations to calculate the power consumption for the chip:

Formulae to calculate battery power consumption:

Current consumption is calculated /hour: BLE Transmission current = 16mA: active for 20ms/ minute, hence active for 1.2 seconds per hour BLE sleep current = 8uA: subtracting 1.2 seconds active period from 1 hour: in sleep for 3598.8 seconds/ hour

Total current consumption/hour = (Active current consumption X time)/3600 + (Sleep current consumption X time)/3600

Total current consumption = (16000 uA X 1.2 s)/3600 s + (8 uA X 3598.8 s)/3600 s

Total current consumption for an hour = 5.3 uA + 8 uA

Total current consumption an hour = 13.6 uA

Total current consumption for day = 13.6 uA X 24

Total current consumption for day = 326.4 uA

Can you please tell me if this is correct or am i wrong somewhere?

Thanks SumitS

Related