How to calculate total energy consumption using Cooja

Viewed 4390

I'm working with wireless sensor network lead to evaluate its performance in my work. I want to measure the latency and total energy consumption to find the remaining energy in each node. So my problem is that I have some values of tx rx cpu cpu_idle and I don't how to use them to calculate what I need. I found some rules that take the calculation but i don't understand exactly how to apply it in my case.

Energy consumed in communication:

Energy consumed by CPU:

What is the meaning of 32768, and why do we use this number? Is it a standard value?

2 Answers

32768 Hz or 32, 768 kHz this is of MSP430F247 Microcontroller frequency, for specifics are Active mode: 32iuA @ 3 v / 1 MHz or 1x10 6 Hz and Low Power mode = 1 uA @ 3V /32768 Hz

Related