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

NRF52840 battery life estimation mathematical formula

Hi,

I want to know about mathematical formula to find / estimate the battery life of Bluetooth beacon containing NRF8240. If chip is transmitting at +8 dBm and have 1000 ms of broadcast interval.

Parents
  • It still depends on:

    • Supply voltage
    • Size of battery
    • Number of bytes in packets
    • What radio protocol you are using
    • What physical layer you use (2Mbps, 1Mbps, or Coded phy).
    • Whether you are using the DCDC converter.
    • .....

    In other words, it is next to impossible to estimate, and your best option is to make a prototype and measure the average current yourself. You can have a peek at this power calculator though. It is close to what you need, but note that it is made for nRF52832.

Reply
  • It still depends on:

    • Supply voltage
    • Size of battery
    • Number of bytes in packets
    • What radio protocol you are using
    • What physical layer you use (2Mbps, 1Mbps, or Coded phy).
    • Whether you are using the DCDC converter.
    • .....

    In other words, it is next to impossible to estimate, and your best option is to make a prototype and measure the average current yourself. You can have a peek at this power calculator though. It is close to what you need, but note that it is made for nRF52832.

Children
Related