Hi,
Is there any battery life calculations for NRF52 and NRF51 (Beacon)?
For example: if TX power of NRF52 is 0 dBm and it broadcast every 5 seconds ? Or with any other random settings.
Hi,
Is there any battery life calculations for NRF52 and NRF51 (Beacon)?
For example: if TX power of NRF52 is 0 dBm and it broadcast every 5 seconds ? Or with any other random settings.
Hi,
You can estimate the current consumed by the nRF52 using the nRF52 Online Power Profiler. Based on this and the capacity of your battery you can calculate the battery life as:
Battery Life [hours] = Battery Capacity [mAh] / Device Consumption [mA] * 0.70
where the factor of 0.7 makes allowances for external factors which can affect battery life.
Using 0 dBm, TX payload 15 bytes, voltage 3 and BLE interval 5000 ms you will get a total average current at 4.2 uA. If you use a CR2032 coin cell battery with a 220 mAh capacity we can calculate the battery life as:
220 mAh / 0.0042 mA * 0.7 = 36666.66 hours = 4.18 years