I write an application running on CC2420 radio and Zigbee MAC
(configuration is below). All the node can talk directly to each others.
I tried to measure consumed energy of nodes in various scenario in which
traffic load sent out by the application is different. I was surprised
to see that the amount of consumed energy doesn't depend on the
scenario. Is it correct?
I heard that energy model in Castalia computes consumed energy based on
the amount of time the radio in active, idle, sleep etc. states, but I
expected that when the application sends less traffic, the radio can
spend more time on the idle or sleep states.
Can you help me to explain this ?
SN.node[*].Communication.Radio.RadioParametersFile =
"../Parameters/Radio/CC2420.txt"
SN.nodes[*].Communication.Radio.TxOutputPower = "-5dBm"
SN.node[*].Communication.MACProtocolName = "Mac802154"
SN.node[0].Communication.MAC.isFFD = true
SN.node[0].Communication.MAC.isPANCoordinator = true
SN.node[*].Communication.MAC.phyDataRate = 250
SN.node[*].Communication.MAC.phyBitsPerSymbol = 2
Thanks,
Nguyen Lan
Hi,
I write an application running on CC2420 radio and Zigbee MAC (configuration is below). All the node can talk directly to each others. I tried to measure consumed energy of nodes in various scenario in which traffic load sent out by the application is different. I was surprised to see that the amount of consumed energy doesn't depend on the scenario. Is it correct?
I heard that energy model in Castalia computes consumed energy based on the amount of time the radio in active, idle, sleep
etc. states, but I expected that when the application sends less traffic, the radio can spend more time on the idle or sleep states.
--
You received this message because you are subscribed to the Google Groups "Castalia Simulator" group.
To post to this group, send email to castalia-...@googlegroups.com.
To unsubscribe from this group, send email to castalia-simula...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/castalia-simulator?hl=en.