[Tinyos-help] Timer stops after Radio stop

2006-07-12 Thread davisj2
Hey all, I am trying to implement power management and need to shut off the radio. Everything works fine and I take the first sensor reading, then shut the radio off on sendDone event. On the next timer fire i start the radio again, however no packets are being transmitted. Do i need to set a

Re: [Tinyos-help] Timer stops after Radio stop

2006-07-13 Thread bhushan bhatt
Hi Josh,    I have a question for you. I am trying to turn the radio off and i do it by calling the HPL function. I tried it but it doesnt seem to be working. I am using tmote. Can you tell me how are you able to turn the radio off ?Thanks,Bhushan[EMAIL PROTECTED] wrote: Hey all, I am trying to im

Re: [Tinyos-help] Timer stops after Radio stop

2006-07-13 Thread Joe Polastre
This was a bug in the micaz stack (I assume you're using micaz). You'll need to update from CVS. -Joe On 7/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hey all, I am trying to implement power management and need to shut off the radio. Everything works fine and I take the first sensor r

Re: [Tinyos-help] Timer stops after Radio stop

2006-07-15 Thread davisj2
Joe, I am using the Mica2, Tinyos-1.1.15, and up to date Cygwin. Josh Quoting Joe Polastre <[EMAIL PROTECTED]>: > This was a bug in the micaz stack (I assume you're using micaz). > You'll need to update from CVS. > > -Joe > > On 7/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hey