Re: [Tinyos-help] Programming the motes in the Tesbed.

2012-11-22 Thread Sarah John Mwariti
thank you Marcin. On Mon, Nov 19, 2012 at 8:08 PM, Marcin Szczodrak wrote: > Hi Sara, > > I guess you are looking for a web interface that would take care of > the motes' programming. You may find helpful the Open Testbed > Framework (OTF) project, in particular, maybe try to first take a look

[Tinyos-help] Linght >.>>>>>> Hamamatsu?

2012-11-22 Thread Sarah John Mwariti
Hi guys, How do you measure the light? i know for Temperature and humidity you use Sensirionsht11. What do you use for Light, Hamamastu? And which formula to use for the lightfor temperature i used this one 38.4 + 0.0098 Regards Sara. ___ Tinyos-h

Re: [Tinyos-help] Sleeping in TKN154

2012-11-22 Thread David Rodenas
Hi You were right. The problem was that I had macRxOnWhenIdle set to TRUE since the beginning of the app. The main reason is that I needed all nodes ON during a short time interval to conduct a network formation procedure. After that interval and once the network is formed, macRxOnWhenIdle shoul

Re: [Tinyos-help] Sleeping in TKN154

2012-11-22 Thread Jan Hauer
Hi David, I just did a small test and for me it worked, maybe you are accidentally setting the macRxOnWhenIdle attribute to TRUE? You find my test code below, e.g. copy into apps/tests/tkn154/nonbeacon-enabled/TestActiveScan/coordinator/TestActiveScanCoordC (and to verify set an LED in void offSpi