Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-05-02 Thread Harri Siirtola
Of Michael Schippling Sent: Thursday, April 27, 2006 12:20 PM To: Harri Siirtola Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup wow...coulda fooled me about the automatic part...kewel. Will have to try it sometime. Which is the current tree

RE: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-05-01 Thread David Moss
:[EMAIL PROTECTED] On Behalf Of Michael Schippling Sent: Thursday, April 27, 2006 12:20 PM To: Harri Siirtola Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup wow...coulda fooled me about the automatic part...kewel. Will have to try

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-05-01 Thread David Gay
On 5/1/06, David Moss [EMAIL PROTECTED] wrote: If you have an accurate ammeter, placing it directly in series with your battery should work without soldering and give you a good estimate of what the power consumption is. Our 50kSps DAQ only measures voltages. To easily solve the

RE: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-28 Thread Harri Siirtola
-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup wow...coulda fooled me about the automatic part...kewel. Will have to try it sometime. Which is the current tree however? MS Harri Siirtola wrote: First, as far as I know, the Snooze component is deprecated

RE: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-28 Thread Harri Siirtola
@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup wow...coulda fooled me about the automatic part...kewel. Will have to try it sometime. Which is the current tree however? MS Harri Siirtola wrote: First, as far as I know, the Snooze component is deprecated

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-28 Thread Michael Schippling
To: Harri Siirtola Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup wow...coulda fooled me about the automatic part...kewel. Will have to try it sometime. Which is the current tree however? MS Harri Siirtola wrote: First, as far as I know

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-27 Thread Harri Siirtola
First, as far as I know, the Snooze component is deprecated. There are many improvements in the newer TInyOS versions that make things much more simple. For example, the CountSleepRadio app (previously in contrib/ucb, now in the apps dir IIRC) is good for just testing that power saving

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-27 Thread Michael Schippling
wow...coulda fooled me about the automatic part...kewel. Will have to try it sometime. Which is the current tree however? MS Harri Siirtola wrote: First, as far as I know, the Snooze component is deprecated. There are many improvements in the newer TInyOS versions that make things much more

RE: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-27 Thread Gregory A. Moore
Subject: Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup wow...coulda fooled me about the automatic part...kewel. Will have to try it sometime. Which is the current tree however? MS Harri Siirtola wrote: First, as far as I know, the Snooze component is deprecated. There are many improvements

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-26 Thread Gregory A. Moore
Michael, Thank you for your response, but: SnoozeC only works for Mica motes, not Mica2. They have a slightly different processor so I am sure there are some dependency issues that don't quite fit. I have also looked at the OnOffApp which is supposed to essentially be the Snooze for the

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-26 Thread Michael Schippling
Sorry, I'm at a loss. I thought that one of the features of the motes was the ability to sleep between samples to save power, but I never paid attention to how/where/why this might work. I actually have it on my list of things to do for a project that I never work on anymore... Assuming as usual

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-25 Thread Michael Schippling
There is a module tos\platform\mica\SnoozeC.nc that purports to do the shutdown and timer wakeup. And a TestSnooze demo app. I haven't tried them, YMMV... MS Gregory A. Moore wrote: Hi All, I have perused the archives about this pesky timed mica2 sleep problem and have not found any code