Re: [Tinyos-help] Energy consumption on Telosb

2012-09-20 Thread wasif masood
Check out, from the series of methods, the program follows for transmit mode, where do they actually turn on the radio, i.e. the startVReg command and then start your time from there. Well, for CC2420 radio, the default MAC availabe in Tinyos source tree is B-MAC+, which is a contention based proto

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-20 Thread Han Bin
wasif masood wrote: > > Dear Han, > > True, as I already mentioned that its has been some time that I haven't > looked into this code, and am not sure whether this is the most up-to-date > copy of the code I have actually used, so looking at what I have sent to > you, it just profile the receiv

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-20 Thread wasif masood
Dear Han, True, as I already mentioned that its has been some time that I haven't looked into this code, and am not sure whether this is the most up-to-date copy of the code I have actually used, so looking at what I have sent to you, it just profile the receiving mode of the radio. So what you n

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-19 Thread Hamid Rafiei Karkvandi
Hi, Regarding the last email, I believe the radio in the so called "hearing mode" consumes as much as "receiving mode" as the radio reception circuitry is ON. The idle mode is when the radio is turned off. That is exactly what Low Power Listening (LPL) BoX-MAC does. I suggest for a detailed energ

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-19 Thread Han Bin
wasif masood wrote: > > no don't go in that direction, just calculate the time radio itself spent > in either of these states, look into my code, in the CSMACA component, you > will see how I am using the Anlyzer component to calculate these times. > Dear Wasif, Thank you for your help. I've r

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-18 Thread wasif masood
no don't go in that direction, just calculate the time radio itself spent in either of these states, look into my code, in the CSMACA component, you will see how I am using the Anlyzer component to calculate these times. On Tue, Sep 18, 2012 at 5:13 PM, Han Bin wrote: > > > wasif masood wrote:

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-18 Thread Han Bin
wasif masood wrote: > > It should not be a problem to port it, well, It has been some time that I > haven't used it so I am not sure whether it is the final copy that > I evaluated, so for you, please go through it, understand it and please do > let me know if you see any anomalies. > Thank yo

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-18 Thread scatram...@gmail.com
Many thanks it's very helpful. I see what I come up with and i'll let you know BR, Davide On 18 Sep 2012, at 10:53, wasif masood wrote: > > It should not be a problem to port it, well, It has been some time that I > haven't used it so I am not sure whether it is the final copy that I > evalu

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-18 Thread wasif masood
It should not be a problem to port it, well, It has been some time that I haven't used it so I am not sure whether it is the final copy that I evaluated, so for you, please go through it, understand it and please do let me know if you see any anomalies. On Tue, Sep 18, 2012 at 11:22 AM, scatram..

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-18 Thread scatram...@gmail.com
Please, will you be so kind to share it? Having the capability to monitor the radio is a good starting point and may be adding this information to the battery model I won't need anything more to do an energy profiling. I'm going to use blip 2. How old is your code? i guess I will have to do a b

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-18 Thread wasif masood
You can do online Energy profiling, calculate the on and Off time of the radio and then multiply it with the current consumed in each of that state, and actively log it serially. It a bit difficult to monitor all the modes of MSP430 and CC2420, so I would suggest to monitor CC2420, for its send an

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-17 Thread John Griessen
On 09/17/2012 12:20 PM, scatram...@gmail.com wrote: > Does TinyOS provide any energy profiling mechanism that measures where energy > is spent, and how much energy that is consumed? No, but I could design in a power measuring sensor, (that would run on a separate battery or super cap of its own),

Re: [Tinyos-help] Energy consumption on Telosb

2012-09-17 Thread scatram...@gmail.com
I'm currently facing the same problem. I've already run some tests and it seems quite difficult to correlate the voltage with the real consumption even having a battery model. Does TinyOS provide any energy profiling mechanism that measures where energy is spent, and how much energy that is con

[Tinyos-help] Energy consumption on Telosb

2012-09-17 Thread Han Bin
Dear all, I'm working on deploying a network of 30 telosb sensor nodes. Node works in a duty cycle (sleep and active modes) and is powered by using one pair of batteries (3V). Now I want to measure the energy consumption of each node. I use the VoltageC component to measure the actual voltage of

[Tinyos-help] Energy Consumption Simulator for TelosB

2011-03-02 Thread yshou
Hi, I'm looking for a simulator for estimating energy consumption for TelosB platform. I have found some, but most of them only work for mica-family motes. Does anyone have suggestions ? Best regards. -- Yanbo SHOU Doctorant du LIFC équipe CARTOON Bureau 420C 16 route de Gray 25 000 Besançon

Re: [Tinyos-help] energy consumption

2010-09-05 Thread Mark Proctor
Amps (A) is the unit for current not powerpower in watts (W or J/s) is current x voltagethen energy will be power x timeI don't know if it is that simple using actual measurements in real devices.From: enis01a...@yahoo.frto: tinyos-h...@millennium.berkeley.edudate: Sun, 5 Sep 2010 01:00:44 +010

[Tinyos-help] energy consumption

2010-09-04 Thread Omar Cheikhrouhou (yahoo)
What is the relation between the energy consumption (mJ) and the power consumption (mA) How to transform power (mA) to energy en (mJ) Thanks for clarification ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.be

Re: [Tinyos-help] energy consumption

2010-06-30 Thread TheMrOrange
generally yes, have a look to your radiochip documentation for instance, CC2420: Current Consumption, receive mode 19.7 mA Current Consumption, transmit mode: 8.5 mA @ P = -25 dBm 9.9 mA @ P = -15 dBm 11 mA @ P = -10 dBm 14 mA @ P = !5 dBm 17.4 mA @ P = 0 dBm Davide On 30/giu/10, at 00:16,

Re: [Tinyos-help] energy consumption

2010-06-29 Thread Manjunath Doddavenkatappa
Tx power consumption depends on the output power. At 0 dBm of output power, CC2420 consumes 52.2mW in Tx. Whereas its receive power consumption is 56.4mW. Conversly, CC1000 at 0 dBm consumes 31.2mW in transmission. Receive power consumption of CC1000 is 22.2mW. Regards, Manjunath D #

[Tinyos-help] energy consumption

2010-06-29 Thread Omar Cheikhrouhou (yahoo)
Hello, Does the reception of a message consume more energy than the send? Best regards ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] energy consumption

2010-06-16 Thread Yusnaidi Md Yusof
From: "Omar Cheikhrouhou \(yahoo\)" > Subject: [Tinyos-help] energy consumption > To: "tinyos help" > Cc: 'Maissa Ben Jamaa' , >nouha.bacc...@yahoo.fr > Message-ID: <021a01cb0d27$bad64000$3082c0...@yahoo.fr> > Content-Type: text/p

[Tinyos-help] energy consumption

2010-06-16 Thread Omar Cheikhrouhou (yahoo)
How To simulate energy consumption in tossim (T2)? Thanks for help ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] energy consumption in tinyos2.x?

2009-11-30 Thread sissou
I've nerver used it but I think so. Sylvain On Mon, 2009-11-30 at 12:06 +0100, wafa jaballah wrote: > Hello, > Thanks for the reply. > I have telosB motes which is MSP430 microcontroller. > Could MSPSim be a solution to compute energy consumption in telosB > motes? > Best Regards, > > > 2009

Re: [Tinyos-help] energy consumption in tinyos2.x?

2009-11-30 Thread wafa jaballah
Hello, Thanks for the reply. I have telosB motes which is MSP430 microcontroller. Could *MSPSim* be a solution to compute energy consumption in telosB motes? Best Regards, 2009/11/30 sissou > Hello, > > If you use a mote with the ATmega128L microcontroller, you can use > avrora (http://docs.t

Re: [Tinyos-help] energy consumption in tinyos2.x?

2009-11-30 Thread sissou
Hello, If you use a mote with the ATmega128L microcontroller, you can use avrora (http://docs.tinyos.net/index.php/Avrora) which is a cycle accurate simulator for the mica2 mote. Regards. Sylvain On Mon, 2009-11-30 at 10:31 +0100, wafa jaballah wrote: > hi all, > > I work with tinyos2.x and To

[Tinyos-help] energy consumption in tinyos2.x?

2009-11-30 Thread wafa jaballah
hi all, I work with tinyos2.x and Tossim to simulate my application. I want to know is there a way to compute energy consumption of my application. As I Know PowerTossim is only available in Tinyos1.x. How can I compute energy consumption? Is there a way to calculate energy using motes? I will be

[Tinyos-help] Energy consumption for high frequency sampling

2009-09-30 Thread Akankshu Dhawan
Hi All I have read that radio is the source of most of the energy consumption for these sensor motes and have found a lot of data about that. But I am running a very high sampling application.. I am try to sample in excess of 7-8Khz from the mcirophone onboard the MTS310. I want to find out possibl

Re: [Tinyos-help] energy consumption

2009-07-20 Thread bouzayani walid
Salam, If you mean power consumption, you can try with this link: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2009-May/040104.html __ BOUZAYANI Walid Research Engineer CES Laboratory, ENIS Tunisia bouzayaniwalid2...@yahoo.fr GSM: (00216) 94 306 603

[Tinyos-help] energy consumption

2009-06-26 Thread Yi-Tao Wang
Hi, Is there a way to detect the energy consumption through TinyOS (for example, if I want to see how much energy a certain protocol consumes compared to others)? Thanks, David ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://ww

[Tinyos-help] Energy consumption evaluation, powertossim status

2009-01-28 Thread Alban Hessler
Hello, Did the effort of integrating powertossim into TOS 2.x come to a halt? One year ago, it was said to be released with 2.02, but from the CVS, its last commit into /contrib was 16 months ago.. Can we still hope for something there? Or R.I.P. PowerTOSSIM 2? Does anyone has a good alternatives

Re: [Tinyos-help] energy consumption / sleep modes on Iris platform (solved)

2008-09-30 Thread Bernd-Christian Renner
> it. In particular you need to include the ActiveMessageC component > even if you do not use the radio! Otherwise noone will put the radio > into sleep mode :( Works now (current below 1mA). ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.e

Re: [Tinyos-help] energy consumption / sleep modes on Iris platform

2008-09-29 Thread Miklos Maroti
Hi Christian, > Just in case initRadio (in RF230PacketP.nc) is not called. What do I have to > do then? When are the init() commands of the above mentioned interfaces > called? Is that done automatically? Should be called automatically, but some wiring error could prevent it. In particular you ne

Re: [Tinyos-help] energy consumption / sleep modes on Iris platform

2008-09-29 Thread Bernd-Christian Renner
Hi, thanks for the fast reply. > Try adding some LED command to the RF230PacketP.nc file (you need to > change the wiring to do that), and verify that the initRadio() is Ok, I've done that. Unfortunately, I can't check that until tomorrow, as no hardware is currently available. :( > called o

Re: [Tinyos-help] energy consumption / sleep modes on Iris platform

2008-09-29 Thread Miklos Maroti
Hi, Try adding some LED command to the RF230PacketP.nc file (you need to change the wiring to do that), and verify that the initRadio() is called on your setup. The RF230 chip draws a lot of power and it need to be put into sleep mode at startup. This is done through the PlatformInit and SoftwareI

[Tinyos-help] energy consumption / sleep modes on Iris platform

2008-09-29 Thread Bernd-Christian Renner
Hi, we're experiencing some trouble with our Iris nodes and the current TinyOS from CVS. After having stopped the radio, nodes are still drawing 3mA current, which is quite heavy. We double checked that no printf is used (and neither is printf.h included) to make sure the serial device is off.

[Tinyos-help] Energy Consumption TelosB Graphics

2007-12-10 Thread migueltsilva
Hello, I'm starting to measuring the energy consumption in TelosB, sampling rate are 100us. All test were done using TinyOS 2.0.0, except one. The first application, the radio is turned on one second, turn off one second (http://pwp.netcabo.pt/migueltsilva/radio_on_off.jpg): MCU + Radio ON - +-2

Re: [Tinyos-help] Energy consumption on telosb

2007-11-08 Thread Michael Schippling
nardo Cc: tinyos-help Subject: Re: [Tinyos-help] Energy consumption on telosb I just looked at the tmote specs and it shows a bit higher current when _receiving_ (!!?), but in the range you have measured. Judicious use of the radio is the issue, also look up "Low Power Listening" and see

RE: [Tinyos-help] Energy consumption on telosb

2007-11-08 Thread Siirtola Harri
lf Of Michael Schippling Sent: Wednesday, November 07, 2007 8:40 PM To: Leonardo Cc: tinyos-help Subject: Re: [Tinyos-help] Energy consumption on telosb I just looked at the tmote specs and it shows a bit higher current when _receiving_ (!!?), but in the range you have measured. Judicious use of the rad

Re: [Tinyos-help] Energy consumption on telosb

2007-11-07 Thread Michael Schippling
I just looked at the tmote specs and it shows a bit higher current when _receiving_ (!!?), but in the range you have measured. Judicious use of the radio is the issue, also look up "Low Power Listening" and see if it is of any use. MS Leonardo wrote: Hi Guys, I have any problem with current con

[Tinyos-help] Energy consumption on telosb

2007-11-07 Thread Leonardo
Hi Guys, I have any problem with current consumption on telosb. I made some tests and the normal energy consumption is 19,5 mA when radio interface cc2420 is up, while when cc2420 is down the consumption is 0,125 mA. How can i lower the max Value? i try to set the power to the lowest level wit

RE: [Tinyos-help] Energy Consumption in Motes.

2007-11-07 Thread Siirtola Harri
Maven Sent: Tuesday, November 06, 2007 8:18 PM To: tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] Energy Consumption in Motes. I was wondering, of all the activities in this group, How do you guys actually measure the energy consumption in your motes at run-time

[Tinyos-help] Energy Consumption in Motes.

2007-11-06 Thread Old Maven
I was wondering, of all the activities in this group, How do you guys actually measure the energy consumption in your motes at run-time ? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/

[Tinyos-help] Energy consumption

2007-04-17 Thread Obidul Islam
Hi, I am evaluating two routing algorithms in tinyOS. The purpose of the algorithm is to evaluate lifetime of the network. Can any help me how we can estimate the residual energy of a node in TinyOS? I am using tmotes. Thanks Obidul ___ Tinyos-help