[Tinyos-help] Problems to run RadioCountToLeds simulation

2012-03-19 Thread Hamza Tayeb
Hi  i'm working on a VMware with XubunTOS and i'm trying to turn the RadioCountToLeds's  simulation (i'm not sure it's possible to). So i have tinyos2.X installed and the tutorial im following on lesson 11  is for TOSSIM in TinyOS 2.0.1 ( 

[Tinyos-help] need help

2012-03-19 Thread yamasu Tomohisa
hi I'm a student and I work on wns, I'm implementing a Mac protocol and I have some unclear concepts, help plz! 1)What is CC2420_TIME_ACK_TURNAROUND? and what is the difference between it and CC2420_ACK_WAIT_DELAY? 2)In my protocol I want to use the preamble, I read in the cc2420 that there is

[Tinyos-help] Problems with PppRouter and DLOW_POWER_LISTENING

2012-03-19 Thread Alex FP
Dear all. When I'm compiling the PppRouter app in a telosb mote, there is not problem, is Ok. But when I've modified it in order to include Low Power listening appears problems. This error messages is showed when I compile PppRouter: ...

[Tinyos-help] using the moisture sensor in telosb

2012-03-19 Thread Jorge R. Beingolea G.
Hi, What would be the application you use to collect samples of moisture in temosky (or telosb) and TinyOS? Jorge Esta mensagem é destinada exclusivamente ao seu destinatário e pode conter informações confidenciais, protegidas por sigilo profissional ou cuja divulgação seja proibida por

Re: [Tinyos-help] Problems with PppRouter and DLOW_POWER_LISTENING

2012-03-19 Thread Stephen Dawson-Haggerty
Space is super tight on the Ppp image because of all the code that runs there. It's often necessary to remove the routing shell or the entire udp shell to get things to fit; you can do that by commenting out the components in UDPEchoC. Steve On Mon, Mar 19, 2012 at 6:09 AM, Alex FP

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-19 Thread Oldrine Lewis
Hi, I am a little confused too cos the FCS check should be automatically done in the extended mode. The corrupted packet I noticed had an incorrect length (argument in Receive() event signalled in the app) and also some of the data bytes were corrupted. I have not yet been able to capture

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-19 Thread Miklos Maroti
Hi Lewis, On Tue, Mar 20, 2012 at 2:42 AM, Oldrine Lewis ole...@sutron.com wrote: Hi, I am a little confused too cos the FCS check should be automatically done in the extended mode. The corrupted packet I noticed had an incorrect length (argument in Receive() event signalled in the app)  

Re: [Tinyos-help] IRIS motes corrupted data received - CRC check

2012-03-19 Thread Oldrine Lewis
Hi Miklos, If multiple packets arrive in quick succession, and we reject the first packet because radioIrq was set, will radioIrq go ahead and interrupt the micro again? If it does, is it possible that we might end up downloading a subsequent packet which might have been corrupted? Thanks,