This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Mean current calculation using energy trace CC430F6137

Other Parts Discussed in Thread: MSP-FET, CC430F6137, ENERGYTRACE

Hello,

I would like to know how is the mean current calculated using energy trace tool. Is there a formula? When I use MSP-FET on CC430F6137 I get the mean, max and min current readings. see the pic below: Also, How is the battery life calculate? I looked at the mah for CR2032 but with the mean current drawn i do not get exactly the lifetime indicated in the pic below. Is the current data saved in a file which I could see all the current values for the duration run of energy trace tool.

Thanks

Fahad 

  • Fahad,

    The Battery Life is calculated based on the Energy/second rather than the current mean. EnergyTrace tool is designed to accurately capture Energy and current is back-calculated based on the change in the energy consumption. The mean that the current is calculated and averaged to reduce spikes as it plots. If you connect a current meter on the system, you should read the average (or somewhat close) to ~1.8mA. It is also seeing a maximum current consumption of 14.081mA probably due to the radio activity.

    The way you calculate the battery life is the following:

    1. Take Energy/30sec = 161.86mJ/30s = 5.395mJ/s. This is your energy being drawn out of your battery every second.
    2. CR2032 battery is assumed to be around 220mAh here. You need to convert this to Energy (E=C*V). This means you have approximately a total of 2,376,000mJ (220mAh * 60 * 60 * 3V).
    3. Take 2,376,000mJ / 5.395mJ/s = 440,380 seconds = 5.1 days.

    Hope this helps.

    Regards,
    William
  • Thanks William. That really helps

    Fahad

**Attention** This is a public forum