Very Sorry - hit the wrong button! Full message follows: Hi again - sorry, one more quick question...
If I initiated a tinyOS program using setLocalSleepInterval(2000), and then subsequently issued the following set of commands after 4250 ms: setLocalSleepInterval( 0 ) setLocalSleepInterval( 500 ) setLocalSleepInterval( 1000 ) Should the following pattern be observed for the LPL wake periods?: WAKE -2000ms- WAKE -2000ms- WAKE (-750ms-) WAKE -1000ms- WAKE -1000ms- ... where the (-750ms-) is made up of 250ms, LPL being stopped [which should initiate starting the radio up], but then LPL being started again immediately with a sleep period of 500 [which should immediately shut the radio off again], and finally LPL being set up to change the sleep period upon the next WAKE event... Are there any potential problems/overlaps due to the setLocalSleepInterval calls being so close to one another? Regards, Ben ******************************************************************************* Please consider the environment before printing this email. ******************************************************************************* This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed and may not be divulged to any third party without the express permission of the originator. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thales Research & Technology (UK) Limited. ******************************************************************************* _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
