
Hello everyone, this is Haruyuki Tago, Edge Evangelist at HACARUS’ Tokyo R&D center.
In this series of articles, I will share some insights from my decades of experience in the semiconductor industry and I will comment on various AI industry-related topics from my unique perspective.
Battery Life Model & Predictions for Bluetooth Microcontrollers
Previously in volume 15 of the Edge AI Evangelist Thoughts series [1], I explored using a Bluetooth Low-power Thermometer program using the ‘Thunderboard’ by Silicon labs [2]. In this volume, I want to pick up where I left off and talk about measuring the battery life of the same program. To obtain accurate results, I ran the battery for more than a month until the battery died.
In volume 15, I discussed my experience with measuring the average current of the Thunderboard by varying the advertisement interval. To calculate the estimated battery life of the CR2032 (220mAH) unit, the battery capacity was divided by the average current. The results are plotted in Figure 1.
As a quick refresher, the advertising interval refers to the time where the Thunderboard starts emitting radio waves to request a connection. Looking again at Figure 1, for example, when the advertisement interval was set to 0.05 seconds, the battery life was estimated to be 43 days. To demonstrate the importance of the advertising interval, when it was raised to one second, the battery life drastically increased to 765 days.

Figure 1 Thunderboard batter life expectancy
Battery Life Measurement Methods
Looking at reference [1], the Thunderboard current consumption varies in pulses between 1.5uA and 6mA. Reference [2] also shows us how to measure the current consumption and battery voltage using a DC power analyzer [3].
The Keysight N6705B DC Power Analyzer is a highly accurate and functional device, but it comes with a steep price tag ranging from several hundreds of thousands of yen up to one million yen (depending on the configuration). In this experiment, I used a low-cost self-made measurement device that was adequate for our needs.
When taking measurements, it is important that the measurement device doesn’t affect the target object in any significant way. One example is a digital tester or multimeter that can be bought for a few thousand yen. The input resistance of the voltage measurement range is about 1Mohm to 10Mohm. When this multimeter is connected to the battery, a current of about 3uA flows into the device.
Since the minimum current value of the thunderbird to be measured is 1.5uA, this essentially means that twice as much current flows into the multimeter compared to the target device. This also means that the battery life cannot be measured accurately because the internal resistance for the current inside of the multimeter is high, making it difficult to obtain accurate measurements.
To combat this issue, I built a low-cost power measurement instrument, shown in figure 2, that could measure voltage and current while having no effect on the Thunderboard’s current and voltage consumption. While it was not as accurate and versatile as the Keysight N6705B, it used a voltage follower for voltage measurement and an instrumentation amplifier [4] for current measurement.
Looking at the numbers, the extra current due to the power analyzer was kept below 0.06% of the minimum Thunderboard current of 1.5uA. The voltage drop due to the current sensing resistor was also kept below 0.43% of the battery voltage. Glancing at Figure 2, the buffered battery voltage was output to Vref, and the converted and amplified current value is output to Vcur.
Vref and Vcur were also separated from the circuit via an OP amplifier. Because they were low impedance signals, they also could be connected to an oscilloscope or digital tester for stable measurement. The performance of the power analyzer is shown in Table 1.

Figure 2 Power measurement instrument

Table 1 Performance of the power measurement instrument
For the experiment, the operating current consumption range of the Thunderboard varied between 1.5uA to 6mA. The accuracy of the current measurement circuit is shown in Figure 3 which was within +/-5%. This level of accuracy is sufficient for this experiment.

Figure 3 Accuracy of the current-sense amplifier
Experimental Procedures
Moving on, I will next explain the experimental procedures.
Preparing the Thunderboard and Central
- First, I had to set up the low-power thermometer program so that it had an advertising interval of 0.05 seconds and a temperature measurement interval of one second using the Thunderboard [1].
- The next step was to install the EFR Connect from Silicon Labs on the smartphone that served as the central device prior to the experiment [5].
Measurements
- To obtain the necessary measurements, I first connected the Thunderboard to the battery (in the power analyzer case) and started collecting the data. During this process, the Thunderboard was in advertising mode for 11 hours and 55 minutes, shown in figure 4 (A).
- Five minutes prior to the data collection, I recorded the battery voltage and the current while in advertising mode for the Thunderboard. Next, the Thunderboard used Bluetooth to connect to the ‘EFR connect’ app previously downloaded to the central device. After connecting, I raised the current pulse interval from 0.05 seconds to 1 second which caused the average current to significantly drop as shown in Figure 4 (B).
- After connecting and waiting for the battery voltage to stabilize for five minutes, I measured the temperature, battery voltage, and the Thunderboard’s current while it was connected (Figure 4 (C)).
- Finally, the Thudnerboard was disconnected from the EFR connect application, shown in Figure 4 (D). At this point, I was back to the initial state illustrated in (A). This entire process was then repeated every 12 hours.

Figure 4 Thunderboard battery life test
Experimental Results
After finishing the data collection, I created the plot for the results shown in Figure 5. Looking at the plot, the battery voltage appeared to stay relatively constant and eventually began to steadily decline. However, at around 37 days and 20 hours, the voltage suddenly dropped to 2.20V and the Thunderboard stopped operating. In other words, this was determined to be the battery life for this experiment.
Going back to the theoretical battery life of 43 days shown earlier in Figure 1, this result of 37 days and 20 hours shows that the battery life estimation model is reasonable. Carrying this experiment over to real-world applications, if we set the advertisement interval at 1 second, we can expect a battery life of more than two years. I can personally think of many smart edge devices that could operate under these conditions for more than a year while using a single coin cell battery to power it.

Figure 5: Thunderboard battery life test result
Conclusion
- For this experiment, I ran the Bluetooth Low-power Thermometer using the Bluetooth microcontroller ‘Thunderboard’, by Silicon Labs, for more than one month until its battery died.
- I also created my own power consumption measurement device. I took care to ensure that it didn’t impact the current consumption and battery voltage of the Thunderboard, which varied between 1.5uA and 6mA.
- The Low-power Thermometer program was continuously run in advertising mode with an advertising interval of 0.05 seconds and a temperature measurement interval of 1 second. The program was also connected to the Central device for several minutes every 12 hours. Under these conditions, the battery life was found to be 37 days and 20 hours. Using these results, the battery life was estimated to be more than two years if the advertising interval was changed from 0.05 seconds to 1 second.
References
[1] 『半導体業界の第一人者,AI業界を行く!』 Vol.15:Bluetooth マイコン触ってみました -Part2-
https://hacarus.com/ja/ai-lab/20210928-bluetooth-microcomputer2/
[2] Silicon Labs, “AN969: Measuring Power Consumption on Wireless Gecko Devices”
https://www.silabs.com/documents/public/application-notes/an969-measuring-power-consumption.pdf
[3] Keysight N6705B DC Power Analyzer,
https://www.keysight.com/us/en/support/N6705B/dc-power-analyzer-modular-600-w-4-slots.html
[4] Analog Devices, LT1167 https://www.analog.com/media/en/technical-documentation/data-sheets/1167fc.pdf
[5] Silicon Labs EFR Connect BLE Mobile App
https://www.silabs.com/developers/efr-connect-mobile-app